Skip to content

Commit

Permalink
chore: upgrade cli deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Jan 20, 2024
1 parent 184f115 commit 60c326e
Show file tree
Hide file tree
Showing 9 changed files with 4,963 additions and 4,336 deletions.
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.1.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.1.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
16 changes: 8 additions & 8 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,21 @@
"url": "https://github.com/napi-rs/napi-rs/issues"
},
"devDependencies": {
"@octokit/rest": "19.0.13",
"@types/inquirer": "^9.0.3",
"@types/js-yaml": "^4.0.5",
"@types/lodash-es": "^4.17.8",
"@octokit/rest": "20.0.2",
"@types/inquirer": "^9.0.7",
"@types/js-yaml": "^4.0.9",
"@types/lodash-es": "^4.17.12",
"clipanion": "^3.2.1",
"colorette": "^2.0.20",
"core-js": "^3.32.0",
"core-js": "^3.35.0",
"debug": "^4.3.4",
"env-paths": "^3.0.0",
"fdir": "^6.1.0",
"inquirer": "9.2.3",
"fdir": "^6.1.1",
"inquirer": "9.2.12",
"js-yaml": "^4.1.0",
"lodash-es": "4.17.21",
"toml": "^3.0.0",
"tslib": "^2.6.1",
"tslib": "^2.6.2",
"typanion": "^3.14.0"
},
"funding": {
Expand Down
2 changes: 1 addition & 1 deletion examples/napi-compat-mode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"test": "node ./index.js"
},
"devDependencies": {
"sinon": "^15.2.0"
"sinon": "^17.0.1"
}
}
4 changes: 2 additions & 2 deletions examples/napi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"build-release": "node ../../cli/scripts/index.js build --js false --release"
},
"dependencies": {
"@types/lodash": "^4.14.195",
"@types/lodash": "^4.14.202",
"lodash": "^4.17.21",
"sinon": "^15.2.0"
"sinon": "^17.0.1"
}
}
4 changes: 2 additions & 2 deletions memory-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
},
"dependencies": {
"colorette": "^2.0.20",
"dockerode": "^3.3.5",
"dockerode": "^4.0.2",
"pretty-bytes": "^6.1.1",
"table": "^6.8.1"
},
"devDependencies": {
"@types/dockerode": "^3.3.19"
"@types/dockerode": "^3.3.23"
}
}
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,43 +72,43 @@
}
},
"devDependencies": {
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@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.5.0",
"@types/sinon": "^10.0.16",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"ava": "^5.3.1",
"@types/debug": "^4.1.12",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.11.5",
"@types/sinon": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"ava": "^6.0.1",
"benny": "^3.7.1",
"c8": "^8.0.1",
"c8": "^9.1.0",
"colorette": "^2.0.20",
"cross-env": "^7.0.3",
"electron": "26.0.0",
"esbuild": "^0.19.2",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.0",
"electron": "28.1.4",
"esbuild": "^0.19.11",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"husky": "^8.0.3",
"lerna": "^7.1.5",
"lint-staged": "^14.0.0",
"lerna": "^8.0.2",
"lint-staged": "^15.2.0",
"lodash": "^4.17.21",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.1",
"rollup": "^3.28.0",
"prettier": "^3.2.4",
"rollup": "^4.9.5",
"shx": "^0.3.4",
"sinon": "^15.2.0",
"sinon": "^17.0.1",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"tslib": "^2.6.1",
"typescript": "^5.1.6"
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
},
"packageManager": "yarn@3.6.1",
"packageManager": "yarn@4.0.2",
"resolutions": {
"mute-stream": "0.0.8"
}
Expand Down
Loading

0 comments on commit 60c326e

Please sign in to comment.