|
21 | 21 | "build:types": "tsc --build tsconfig.build.json --verbose",
|
22 | 22 | "build:watch": "yarn run build --watch",
|
23 | 23 | "lint": "yarn lint:eslint && yarn lint:misc --check && yarn constraints && yarn lint:dependencies",
|
24 |
| - "lint:dependencies": "depcheck && yarn dedupe --check", |
25 |
| - "lint:dependencies:fix": "depcheck && yarn dedupe", |
| 24 | + "lint:dependencies": "depcheck && yarn dedupe --check && syncpack list-mismatches", |
| 25 | + "lint:dependencies:fix": "depcheck && yarn dedupe && syncpack fix-mismatches", |
26 | 26 | "lint:eslint": "eslint . --cache --ext js,cjs,mjs,ts",
|
27 | 27 | "lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write && yarn constraints --fix && yarn lint:dependencies:fix",
|
28 | 28 | "lint:misc": "prettier '**/*.json' '**/*.md' '!**/CHANGELOG.old.md' '**/*.yml' '!.yarnrc.yml' '!merged-packages/**' --ignore-path .gitignore",
|
|
39 | 39 | },
|
40 | 40 | "resolutions": {
|
41 | 41 | "@types/node": "^20.12.12",
|
42 |
| - "@types/web": "0.0.69", |
43 |
| - "@typescript/lib-dom": "npm:@types/web@0.0.69" |
| 42 | + "@types/web": "^0.0.69", |
| 43 | + "@typescript/lib-dom": "npm:@types/web@^0.0.69", |
| 44 | + "axios@1.7.3": "^1.7.7", |
| 45 | + "ws@7.4.6": "^7.5.10" |
44 | 46 | },
|
45 | 47 | "devDependencies": {
|
46 | 48 | "@lavamoat/allow-scripts": "^3.2.1",
|
|
51 | 53 | "@metamask/eslint-config-nodejs": "^12.1.0",
|
52 | 54 | "@metamask/eslint-config-typescript": "^12.1.0",
|
53 | 55 | "@npmcli/package-json": "^5.0.0",
|
54 |
| - "@types/jest": "^28.1.6", |
55 |
| - "@types/node": "^16", |
| 56 | + "@types/jest": "^29.5.12", |
| 57 | + "@types/node": "^20.12.12", |
56 | 58 | "@typescript-eslint/eslint-plugin": "^5.43.0",
|
57 | 59 | "@typescript-eslint/parser": "^5.43.0",
|
58 |
| - "depcheck": "^1.4.3", |
| 60 | + "depcheck": "^1.4.7", |
59 | 61 | "eslint": "^8.44.0",
|
60 | 62 | "eslint-config-prettier": "^8.8.0",
|
61 | 63 | "eslint-plugin-import": "^2.27.5",
|
|
65 | 67 | "eslint-plugin-prettier": "^4.2.1",
|
66 | 68 | "eslint-plugin-promise": "^6.1.1",
|
67 | 69 | "execa": "^5.0.0",
|
68 |
| - "jest": "^28.1.3", |
69 |
| - "jest-it-up": "^2.0.2", |
| 70 | + "jest": "^29.5.0", |
| 71 | + "jest-it-up": "^3.1.0", |
70 | 72 | "jest-silent-reporter": "^0.5.0",
|
71 | 73 | "prettier": "^2.8.8",
|
72 | 74 | "prettier-plugin-packagejson": "^2.3.0",
|
73 |
| - "rimraf": "^3.0.2", |
74 |
| - "ts-jest": "^28.0.7", |
75 |
| - "ts-node": "^10.7.0", |
76 |
| - "typedoc": "^0.23.15", |
| 75 | + "rimraf": "^5.0.7", |
| 76 | + "syncpack": "^13.0.0", |
| 77 | + "ts-jest": "^29.0.5", |
| 78 | + "ts-node": "^10.9.2", |
| 79 | + "typedoc": "^0.25.13", |
77 | 80 | "typescript": "~4.8.4"
|
78 | 81 | },
|
79 | 82 | "packageManager": "yarn@4.5.0",
|
|
0 commit comments