chore: upgrade to yarn 4 (#1774)
This commit is contained in:
parent
fcb5c2bdd0
commit
8d85509119
7 changed files with 4519 additions and 4156 deletions
1
.github/workflows/bench.yaml
vendored
1
.github/workflows/bench.yaml
vendored
|
@ -17,6 +17,7 @@ jobs:
|
|||
bench:
|
||||
name: Bench
|
||||
runs-on: ubuntu-latest
|
||||
continue-on-error: true
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
874
.yarn/releases/yarn-3.6.4.cjs
vendored
874
.yarn/releases/yarn-3.6.4.cjs
vendored
File diff suppressed because one or more lines are too long
893
.yarn/releases/yarn-4.0.1.cjs
vendored
Executable file
893
.yarn/releases/yarn-4.0.1.cjs
vendored
Executable file
File diff suppressed because one or more lines are too long
|
@ -1,3 +1,3 @@
|
|||
nodeLinker: node-modules
|
||||
|
||||
yarnPath: .yarn/releases/yarn-3.6.4.cjs
|
||||
yarnPath: .yarn/releases/yarn-4.0.1.cjs
|
||||
|
|
|
@ -67,32 +67,32 @@
|
|||
"url": "https://github.com/napi-rs/napi-rs/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@octokit/rest": "^20.0.1",
|
||||
"@octokit/rest": "^20.0.2",
|
||||
"@tybys/wasm-util": "0.8.0",
|
||||
"clipanion": "^3.2.1",
|
||||
"colorette": "^2.0.20",
|
||||
"debug": "^4.3.4",
|
||||
"emnapi": "0.43.1",
|
||||
"inquirer": "^9.2.8",
|
||||
"inquirer": "^9.2.11",
|
||||
"js-yaml": "^4.1.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"toml": "^3.0.0",
|
||||
"typanion": "^3.13.0"
|
||||
"typanion": "^3.14.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@emnapi/core": "0.43.1",
|
||||
"@emnapi/runtime": "0.43.1",
|
||||
"@types/debug": "^4.1.7",
|
||||
"@types/inquirer": "^9.0.3",
|
||||
"@types/js-yaml": "^4.0.5",
|
||||
"@types/lodash-es": "^4.17.8",
|
||||
"@types/debug": "^4.1.10",
|
||||
"@types/inquirer": "^9.0.6",
|
||||
"@types/js-yaml": "^4.0.8",
|
||||
"@types/lodash-es": "^4.17.10",
|
||||
"ava": "^5.3.1",
|
||||
"env-paths": "^3.0.0",
|
||||
"esbuild": "^0.19.5",
|
||||
"prettier": "^3.0.0",
|
||||
"prettier": "^3.0.3",
|
||||
"ts-node": "^10.9.1",
|
||||
"tslib": "^2.6.1",
|
||||
"typescript": "^5.1.6"
|
||||
"tslib": "^2.6.2",
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@emnapi/runtime": "0.43.1",
|
||||
|
|
46
package.json
46
package.json
|
@ -63,38 +63,38 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@napi-rs/cli": "workspace:*",
|
||||
"@rollup/plugin-alias": "^5.0.0",
|
||||
"@rollup/plugin-commonjs": "^25.0.3",
|
||||
"@rollup/plugin-json": "^6.0.0",
|
||||
"@rollup/plugin-node-resolve": "^15.1.0",
|
||||
"@rollup/plugin-replace": "^5.0.2",
|
||||
"@rollup/plugin-alias": "^5.0.1",
|
||||
"@rollup/plugin-commonjs": "^25.0.7",
|
||||
"@rollup/plugin-json": "^6.0.1",
|
||||
"@rollup/plugin-node-resolve": "^15.2.3",
|
||||
"@rollup/plugin-replace": "^5.0.5",
|
||||
"@taplo/cli": "^0.5.2",
|
||||
"@types/debug": "^4.1.8",
|
||||
"@types/lodash-es": "^4.17.8",
|
||||
"@types/node": "^20.4.2",
|
||||
"@types/sinon": "^10.0.15",
|
||||
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
||||
"@typescript-eslint/parser": "^6.0.0",
|
||||
"@types/debug": "^4.1.10",
|
||||
"@types/lodash-es": "^4.17.10",
|
||||
"@types/node": "^20.8.10",
|
||||
"@types/sinon": "^10.0.20",
|
||||
"@typescript-eslint/eslint-plugin": "^6.9.1",
|
||||
"@typescript-eslint/parser": "^6.9.1",
|
||||
"ava": "^5.3.1",
|
||||
"bun-types": "^1.0.2",
|
||||
"c8": "^8.0.0",
|
||||
"bun-types": "^1.0.7",
|
||||
"c8": "^8.0.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"electron": "^27.0.0",
|
||||
"electron": "^27.0.3",
|
||||
"esbuild": "^0.19.5",
|
||||
"eslint": "^8.45.0",
|
||||
"eslint": "^8.52.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-import": "^2.29.0",
|
||||
"husky": "^8.0.3",
|
||||
"lerna": "^7.1.4",
|
||||
"lint-staged": "^15.0.0",
|
||||
"lerna": "^7.4.2",
|
||||
"lint-staged": "^15.0.2",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^3.0.0",
|
||||
"prettier": "^3.0.3",
|
||||
"shx": "^0.3.4",
|
||||
"sinon": "^17.0.0",
|
||||
"sinon": "^17.0.1",
|
||||
"source-map-support": "^0.5.21",
|
||||
"ts-node": "^10.9.1",
|
||||
"tslib": "^2.6.0",
|
||||
"typescript": "^5.1.6"
|
||||
"tslib": "^2.6.2",
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
"packageManager": "yarn@3.6.4"
|
||||
"packageManager": "yarn@4.0.1"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue