|
11 | 11 | "@babel/plugin-transform-private-property-in-object": "^7.27.1", |
12 | 12 | "@babel/preset-env": "^7.28.5", |
13 | 13 | "@babel/preset-react": "^7.28.5", |
14 | | - "@commitlint/cli": "^17.8.1", |
15 | | - "@commitlint/config-conventional": "^17.8.1", |
16 | | - "@commitlint/config-lerna-scopes": "^17.8.1", |
17 | | - "@commitlint/cz-commitlint": "^17.8.1", |
18 | | - "@stryker-mutator/core": "^7.3.0", |
19 | | - "@stryker-mutator/jest-runner": "^7.3.0", |
| 14 | + "@commitlint/cli": "^20.3.1", |
| 15 | + "@commitlint/config-conventional": "^20.3.1", |
| 16 | + "@commitlint/config-lerna-scopes": "^20.2.0", |
| 17 | + "@commitlint/cz-commitlint": "^20.3.1", |
| 18 | + "@stryker-mutator/core": "^9.4.0", |
| 19 | + "@stryker-mutator/jest-runner": "^9.4.0", |
20 | 20 | "@testing-library/jest-dom": "^6.9.1", |
21 | 21 | "@testing-library/react": "^16.3.0", |
22 | 22 | "@types/jest": "^30.0.0", |
23 | | - "@typescript-eslint/eslint-plugin": "^5.62.0", |
| 23 | + "@typescript-eslint/eslint-plugin": "^8.53.0", |
24 | 24 | "@typescript-eslint/experimental-utils": "^5.62.0", |
25 | | - "@typescript-eslint/parser": "^5.62.0", |
| 25 | + "@typescript-eslint/parser": "^8.53.0", |
26 | 26 | "acorn": "^8.15.0", |
27 | 27 | "babel-jest": "^30.2.0", |
28 | 28 | "babel-loader": "^10.0.0", |
29 | 29 | "babel-plugin-react-native-web": "^0.21.2", |
30 | 30 | "commitizen": "^4.3.1", |
31 | 31 | "core-js": "^3.46.0", |
32 | | - "eslint": "^8.57.1", |
33 | | - "eslint-config-prettier": "^8.10.2", |
34 | | - "eslint-plugin-jest": "^27.9.0", |
35 | | - "eslint-plugin-jsdoc": "^46.10.1", |
36 | | - "eslint-plugin-prettier": "^4.2.5", |
37 | | - "eslint-webpack-plugin": "^4.2.0", |
38 | | - "inquirer": "^8.2.7", |
| 32 | + "eslint": "^9.39.2", |
| 33 | + "eslint-config-prettier": "^10.1.8", |
| 34 | + "eslint-plugin-jest": "^29.12.1", |
| 35 | + "eslint-plugin-jsdoc": "^62.1.0", |
| 36 | + "eslint-plugin-prettier": "^5.5.5", |
| 37 | + "eslint-webpack-plugin": "^5.0.2", |
| 38 | + "inquirer": "^13.2.0", |
39 | 39 | "jest": "^30.2.0", |
40 | 40 | "jest-environment-jsdom": "^30.2.0", |
41 | 41 | "jest-fetch-mock": "^3.0.3", |
42 | 42 | "jest-mock": "^30.2.0", |
43 | 43 | "jest-mock-extended": "^4.0.0", |
44 | | - "lerna": "^7.4.2", |
| 44 | + "lerna": "^9.0.3", |
45 | 45 | "metro-react-native-babel-preset": "^0.77.0", |
46 | | - "msw": "^1.3.5", |
47 | | - "prettier": "^2.8.8", |
| 46 | + "msw": "^2.12.7", |
| 47 | + "prettier": "^3.8.0", |
48 | 48 | "regenerator-runtime": "^0.14.1", |
49 | 49 | "ts-jest": "^29.4.5", |
50 | 50 | "ts-loader": "^9.5.4", |
51 | 51 | "typescript": "^5.9.3", |
52 | 52 | "webpack": "^5.102.1", |
53 | 53 | "webpack-auto-inject-version-next": "^1.2.4", |
54 | | - "webpack-cli": "^5.1.4", |
55 | | - "webpack-dev-server": "^4.15.2" |
| 54 | + "webpack-cli": "^6.0.1", |
| 55 | + "webpack-dev-server": "^5.2.3" |
56 | 56 | }, |
57 | 57 | "scripts": { |
58 | 58 | "test": "echo 'Workaround for npm rfc #575'; lerna exec --ignore @keneanung/iron-realms-nexus-typings --no-bail --no-progress --stream -- npx jest --testLocationInResults --collect-coverage --config jestconfig.js", |
|
0 commit comments