Skip to content

Commit 324c215

Browse files
chore: update dev dependencies
1 parent a69245d commit 324c215

3 files changed

Lines changed: 23 additions & 23 deletions

File tree

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,48 +11,48 @@
1111
"@babel/plugin-transform-private-property-in-object": "^7.27.1",
1212
"@babel/preset-env": "^7.28.5",
1313
"@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",
2020
"@testing-library/jest-dom": "^6.9.1",
2121
"@testing-library/react": "^16.3.0",
2222
"@types/jest": "^30.0.0",
23-
"@typescript-eslint/eslint-plugin": "^5.62.0",
23+
"@typescript-eslint/eslint-plugin": "^8.53.0",
2424
"@typescript-eslint/experimental-utils": "^5.62.0",
25-
"@typescript-eslint/parser": "^5.62.0",
25+
"@typescript-eslint/parser": "^8.53.0",
2626
"acorn": "^8.15.0",
2727
"babel-jest": "^30.2.0",
2828
"babel-loader": "^10.0.0",
2929
"babel-plugin-react-native-web": "^0.21.2",
3030
"commitizen": "^4.3.1",
3131
"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",
3939
"jest": "^30.2.0",
4040
"jest-environment-jsdom": "^30.2.0",
4141
"jest-fetch-mock": "^3.0.3",
4242
"jest-mock": "^30.2.0",
4343
"jest-mock-extended": "^4.0.0",
44-
"lerna": "^7.4.2",
44+
"lerna": "^9.0.3",
4545
"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",
4848
"regenerator-runtime": "^0.14.1",
4949
"ts-jest": "^29.4.5",
5050
"ts-loader": "^9.5.4",
5151
"typescript": "^5.9.3",
5252
"webpack": "^5.102.1",
5353
"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"
5656
},
5757
"scripts": {
5858
"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",

packages/nexus-package-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"devDependencies": {
1010
"@keneanung/iron-realms-nexus-typings": "^0.7.0",
1111
"@types/js-yaml": "^4.0.9",
12-
"@types/node": "^20.2.5"
12+
"@types/node": "^20.19.30"
1313
},
1414
"scripts": {
1515
"build": "tsc",

packages/nexus-package-manager/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@emotion/eslint-plugin": "^11.12.0",
1313
"@keneanung/iron-realms-nexus-typings": "^0.7.0",
1414
"@keneanung/nexus-package-builder": "^1.4.0",
15-
"@types/react": "^18.3.26",
16-
"@types/react-dom": "^18.3.7"
15+
"@types/react": "^19.2.8",
16+
"@types/react-dom": "^19.2.3"
1717
},
1818
"scripts": {
1919
"serve": "webpack serve --mode development",

0 commit comments

Comments
 (0)