mirror of
https://github.com/thepeacockproject/Peacock
synced 2024-11-22 22:12:45 +01:00
parent
f546a079fc
commit
dc83e50f6b
894
.yarn/releases/yarn-4.3.0.cjs
generated
vendored
Normal file
894
.yarn/releases/yarn-4.3.0.cjs
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
925
.yarn/releases/yarn-4.4.0.cjs
generated
vendored
925
.yarn/releases/yarn-4.4.0.cjs
generated
vendored
File diff suppressed because one or more lines are too long
@ -14,4 +14,4 @@ plugins:
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
|
||||
spec: "https://mskelton.dev/yarn-outdated/v2"
|
||||
|
||||
yarnPath: .yarn/releases/yarn-4.4.0.cjs
|
||||
yarnPath: .yarn/releases/yarn-4.3.0.cjs
|
||||
|
49
package.json
49
package.json
@ -37,64 +37,65 @@
|
||||
"@peacockproject/statemachine-parser": "^6.1.0",
|
||||
"@yarnpkg/fslib": "^3.1.0",
|
||||
"@yarnpkg/libzip": "^3.1.0",
|
||||
"axios": "^1.7.3",
|
||||
"axios": "^1.7.2",
|
||||
"body-parser": "*",
|
||||
"clipanion": "^4.0.0-rc.3",
|
||||
"commander": "^12.1.0",
|
||||
"deepmerge-ts": "^7.1.0",
|
||||
"esbuild-wasm": "^0.23.0",
|
||||
"deepmerge-ts": "^7.0.3",
|
||||
"esbuild-wasm": "^0.20.2",
|
||||
"express": "patch:express@npm%3A4.18.2#~/.yarn/patches/express-npm-4.18.2-bb15ff679a.patch",
|
||||
"jest-diff": "^29.7.0",
|
||||
"js-ini": "^1.6.0",
|
||||
"json5": "^2.2.3",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"md5-file": "^5.0.0",
|
||||
"msgpackr": "^1.11.0",
|
||||
"msgpackr": "^1.10.2",
|
||||
"nanoid": "^5.0.7",
|
||||
"parseurl": "^1.3.3",
|
||||
"picocolors": "patch:picocolors@npm%3A1.0.0#~/.yarn/patches/picocolors-npm-1.0.0-d81e0b1927.patch",
|
||||
"progress": "^2.0.3",
|
||||
"prompts": "^2.4.2",
|
||||
"random": "^4.1.0",
|
||||
"semver": "^7.6.3",
|
||||
"semver": "^7.6.2",
|
||||
"send": "0.18.0",
|
||||
"serve-static": "^1.15.0",
|
||||
"tapable": "^2.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/compat": "^1.1.1",
|
||||
"@eslint/compat": "^1.0.3",
|
||||
"@eslint/eslintrc": "^3.1.0",
|
||||
"@eslint/js": "^9.8.0",
|
||||
"@eslint/js": "^9.4.0",
|
||||
"@peacockproject/eslint-plugin": "workspace:*",
|
||||
"@rdil/parallel-prettier": "^3.0.0",
|
||||
"@types/express": "^4.17.21",
|
||||
"@types/express": "^4.17.20",
|
||||
"@types/jsonwebtoken": "^9.0.6",
|
||||
"@types/node": "^20",
|
||||
"@types/parseurl": "^1.3.3",
|
||||
"@types/progress": "^2.0.7",
|
||||
"@types/prompts": "^2.4.9",
|
||||
"@types/prompts": "^2.4.7",
|
||||
"@types/semver": "^7",
|
||||
"@types/send": "^0.17.4",
|
||||
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
||||
"@typescript-eslint/parser": "^8.0.0",
|
||||
"esbuild": "^0.23.0",
|
||||
"esbuild-register": "^3.6.0",
|
||||
"eslint": "^9.8.0",
|
||||
"@types/send": "^0.17.3",
|
||||
"@typescript-eslint/eslint-plugin": "^7.13.0",
|
||||
"@typescript-eslint/parser": "^7.13.0",
|
||||
"esbuild": "^0.20.2",
|
||||
"esbuild-register": "^3.5.0",
|
||||
"eslint": "^9.4.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-promise": "^7.0.0",
|
||||
"eslint-plugin-promise": "^6.2.0",
|
||||
"eslint-plugin-react-hooks": "^4.6.2",
|
||||
"fast-glob": "^3.3.2",
|
||||
"globals": "^15.9.0",
|
||||
"globals": "^15.4.0",
|
||||
"json-keys-sort": "^2.1.0",
|
||||
"ms": "^2.1.3",
|
||||
"prettier": "^3.3.3",
|
||||
"rimraf": "^6.0.1",
|
||||
"terser": "^5.31.3",
|
||||
"typescript": "5.5.4",
|
||||
"winston": "^3.13.1",
|
||||
"prettier": "^3.3.2",
|
||||
"rimraf": "^5.0.7",
|
||||
"terser": "^5.31.1",
|
||||
"typescript": "5.4.5",
|
||||
"winston": "^3.13.0",
|
||||
"winston-daily-rotate-file": "^5.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "20.x || 22.x"
|
||||
"node": "18.x || 20.x"
|
||||
},
|
||||
"workspaces": [
|
||||
"webui",
|
||||
@ -102,5 +103,5 @@
|
||||
"packaging/eslint",
|
||||
"tests"
|
||||
],
|
||||
"packageManager": "yarn@4.4.0"
|
||||
"packageManager": "yarn@4.3.0"
|
||||
}
|
||||
|
@ -22,13 +22,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@peacockproject/statemachine-parser": "^6.1.0",
|
||||
"@types/express": "^4.17.21",
|
||||
"@types/express": "^4.17.20",
|
||||
"@types/node": "*",
|
||||
"axios": "^1.7.3",
|
||||
"axios": "^1.6.8",
|
||||
"js-ini": "^1.6.0",
|
||||
"semver": "^7.6.3"
|
||||
"semver": "^7.6.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"msgpackr": "^1.11.0"
|
||||
"msgpackr": "^1.10.1"
|
||||
}
|
||||
}
|
||||
|
@ -25,9 +25,9 @@
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.3.3",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"rollup-plugin-license": "^3.5.2",
|
||||
"typescript": "5.5.4",
|
||||
"vite": "^5.3.5"
|
||||
"rollup-plugin-license": "^3.4.0",
|
||||
"typescript": "5.4.5",
|
||||
"vite": "^5.2.13"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"rollup": "*"
|
||||
|
Loading…
Reference in New Issue
Block a user