|
1 | 1 | {
|
2 | 2 | "name": "corepack",
|
3 |
| - "version": "0.21.0", |
| 3 | + "version": "0.22.0", |
4 | 4 | "homepage": "https://github.com/nodejs/corepack#readme",
|
5 | 5 | "bugs": {
|
6 | 6 | "url": "https://github.com/nodejs/corepack/issues"
|
|
16 | 16 | "./package.json": "./package.json"
|
17 | 17 | },
|
18 | 18 | "license": "MIT",
|
19 |
| - "packageManager": "yarn@4.0.0-rc.50+sha256.6663791fa05e15176880da500c334caf1699541f834302e6df085d20ef06069d", |
| 19 | + "packageManager": "yarn@4.0.0-rc.53+sha256.00e0111b9741a6b886c659a49b06d4ccb16e5d568bd1006c2d1f80bc48393c9b", |
20 | 20 | "devDependencies": {
|
21 | 21 | "@babel/core": "^7.14.3",
|
22 | 22 | "@babel/plugin-transform-modules-commonjs": "^7.14.0",
|
|
28 | 28 | "@types/semver": "^7.1.0",
|
29 | 29 | "@types/tar": "^6.0.0",
|
30 | 30 | "@types/which": "^3.0.0",
|
31 |
| - "@typescript-eslint/eslint-plugin": "^5.0.0", |
32 |
| - "@typescript-eslint/parser": "^5.0.0", |
| 31 | + "@typescript-eslint/eslint-plugin": "^6.8.0", |
| 32 | + "@typescript-eslint/parser": "^6.8.0", |
33 | 33 | "@yarnpkg/eslint-config": "^0.6.0-rc.7",
|
34 | 34 | "@yarnpkg/fslib": "^3.0.0-rc.48",
|
35 | 35 | "@zkochan/cmd-shim": "^6.0.0",
|
36 | 36 | "babel-plugin-dynamic-import-node": "^2.3.3",
|
37 | 37 | "clipanion": "^3.0.1",
|
38 | 38 | "debug": "^4.1.1",
|
39 |
| - "esbuild": "0.17.19", |
| 39 | + "esbuild": "0.19.5", |
40 | 40 | "eslint": "^8.0.0",
|
41 |
| - "eslint-plugin-arca": "^0.15.0", |
| 41 | + "eslint-plugin-arca": "^0.16.0", |
42 | 42 | "jest": "^29.0.0",
|
43 | 43 | "nock": "^13.0.4",
|
44 | 44 | "proxy-agent": "^6.2.2",
|
|
48 | 48 | "ts-node": "^10.0.0",
|
49 | 49 | "typescript": "^5.0.4",
|
50 | 50 | "v8-compile-cache": "^2.3.0",
|
51 |
| - "which": "^3.0.0" |
| 51 | + "which": "^4.0.0" |
52 | 52 | },
|
53 | 53 | "scripts": {
|
54 | 54 | "build": "rm -rf dist shims && run build:bundle && ts-node ./mkshims.ts",
|
|
0 commit comments