chore: upgrade to yarn 4 ()

This commit is contained in:
LongYinan 2023-11-02 20:10:08 +08:00 committed by GitHub
parent fcb5c2bdd0
commit 8d85509119
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 4519 additions and 4156 deletions

View file

@ -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",