Skip to content

Commit

Permalink
Bump version to v6.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Reece Dunham <[email protected]>
  • Loading branch information
RDIL committed Mar 27, 2023
1 parent 55b3a89 commit f779d15
Show file tree
Hide file tree
Showing 2 changed files with 251 additions and 299 deletions.
35 changes: 17 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@peacockproject/monorepo",
"version": "6.0.0-beta.4",
"revisionIdent": -6004,
"version": "6.0.0",
"revisionIdent": 6000,
"private": true,
"license": "AGPL-3.0",
"scripts": {
Expand Down Expand Up @@ -36,22 +36,22 @@
},
"dependencies": {
"@peacockproject/statemachine-parser": "^5.3.0",
"@yarnpkg/fslib": "^3.0.0-rc.39",
"@yarnpkg/libzip": "^3.0.0-rc.39",
"@yarnpkg/fslib": "^3.0.0-rc.41",
"@yarnpkg/libzip": "^3.0.0-rc.41",
"atomically": "^2.0.1",
"axios": "^1.3.4",
"body-parser": "*",
"clipanion": "^3.2.0",
"commander": "^10.0.0",
"esbuild-wasm": "^0.17.12",
"esbuild-wasm": "^0.17.14",
"express": "patch:express@npm%3A4.18.2#~/.yarn/patches/express-npm-4.18.2-bb15ff679a.patch",
"jest-diff": "^29.5.0",
"js-ini": "^1.6.0",
"json5": "^2.2.3",
"jsonwebtoken": "^9.0.0",
"md5-file": "^5.0.0",
"msgpackr": "^1.8.5",
"nanoid": "^4.0.1",
"nanoid": "^4.0.2",
"parseurl": "^1.3.3",
"picocolors": "patch:picocolors@npm%3A1.0.0#~/.yarn/patches/picocolors-npm-1.0.0-d81e0b1927.patch",
"progress": "^2.0.3",
Expand All @@ -71,32 +71,31 @@
"@types/prompts": "^2.4.3",
"@types/rimraf": "^4.0.5",
"@types/send": "^0.17.1",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"@vitest/ui": "0.29.6",
"esbuild": "^0.17.12",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@vitest/ui": "0.29.7",
"esbuild": "^0.17.14",
"esbuild-register": "^3.4.2",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-config-prettier": "^8.8.0",
"eslint-formatter-pretty": "^4.1.0",
"eslint-plugin-custom-rules": "link:./packaging/eslint",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react-hooks": "^4.6.0",
"glob": "^9.3.0",
"glob": "^9.3.2",
"json-keys-sort": "^2.1.0",
"ms": "^2.1.3",
"prettier": "^2.8.4",
"rimraf": "^4.4.0",
"terser": "^5.16.6",
"prettier": "^2.8.7",
"rimraf": "^4.4.1",
"terser": "^5.16.8",
"typescript": "4.9.5",
"vitest": "0.29.6",
"vitest": "0.29.7",
"winston": "3.8.2",
"winston-daily-rotate-file": "4.7.1"
},
"engines": {
"node": "18.x || 19.x",
"yarn": "^3.2.0"
"node": "18.x || 19.x"
},
"workspaces": [
"webui",
Expand Down
Loading

0 comments on commit f779d15

Please sign in to comment.