diff --git a/package.json b/package.json index e08aa14e..f0924f2c 100644 --- a/package.json +++ b/package.json @@ -11,48 +11,48 @@ "@babel/plugin-transform-private-property-in-object": "^7.27.1", "@babel/preset-env": "^7.28.5", "@babel/preset-react": "^7.28.5", - "@commitlint/cli": "^17.8.1", - "@commitlint/config-conventional": "^17.8.1", - "@commitlint/config-lerna-scopes": "^17.8.1", - "@commitlint/cz-commitlint": "^17.8.1", - "@stryker-mutator/core": "^7.3.0", - "@stryker-mutator/jest-runner": "^7.3.0", + "@commitlint/cli": "^20.3.1", + "@commitlint/config-conventional": "^20.3.1", + "@commitlint/config-lerna-scopes": "^20.2.0", + "@commitlint/cz-commitlint": "^20.3.1", + "@stryker-mutator/core": "^9.4.0", + "@stryker-mutator/jest-runner": "^9.4.0", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.0", "@types/jest": "^30.0.0", - "@typescript-eslint/eslint-plugin": "^5.62.0", + "@typescript-eslint/eslint-plugin": "^8.54.0", "@typescript-eslint/experimental-utils": "^5.62.0", - "@typescript-eslint/parser": "^5.62.0", + "@typescript-eslint/parser": "^8.54.0", "acorn": "^8.15.0", "babel-jest": "^30.2.0", "babel-loader": "^10.0.0", "babel-plugin-react-native-web": "^0.21.2", "commitizen": "^4.3.1", "core-js": "^3.46.0", - "eslint": "^8.57.1", - "eslint-config-prettier": "^8.10.2", - "eslint-plugin-jest": "^27.9.0", - "eslint-plugin-jsdoc": "^46.10.1", - "eslint-plugin-prettier": "^4.2.5", - "eslint-webpack-plugin": "^4.2.0", - "inquirer": "^8.2.7", + "eslint": "^9.39.2", + "eslint-config-prettier": "^10.1.8", + "eslint-plugin-jest": "^29.12.1", + "eslint-plugin-jsdoc": "^62.5.0", + "eslint-plugin-prettier": "^5.5.5", + "eslint-webpack-plugin": "^5.0.2", + "inquirer": "^13.2.2", "jest": "^30.2.0", "jest-environment-jsdom": "^30.2.0", "jest-fetch-mock": "^3.0.3", "jest-mock": "^30.2.0", "jest-mock-extended": "^4.0.0", - "lerna": "^7.4.2", + "lerna": "^9.0.3", "metro-react-native-babel-preset": "^0.77.0", - "msw": "^1.3.5", - "prettier": "^2.8.8", + "msw": "^2.12.7", + "prettier": "^3.8.1", "regenerator-runtime": "^0.14.1", "ts-jest": "^29.4.5", "ts-loader": "^9.5.4", "typescript": "^5.9.3", "webpack": "^5.102.1", "webpack-auto-inject-version-next": "^1.2.4", - "webpack-cli": "^5.1.4", - "webpack-dev-server": "^4.15.2" + "webpack-cli": "^6.0.1", + "webpack-dev-server": "^5.2.3" }, "scripts": { "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", diff --git a/packages/nexus-package-builder/package.json b/packages/nexus-package-builder/package.json index ea84c5b7..cea6e21e 100644 --- a/packages/nexus-package-builder/package.json +++ b/packages/nexus-package-builder/package.json @@ -9,7 +9,7 @@ "devDependencies": { "@keneanung/iron-realms-nexus-typings": "^0.7.0", "@types/js-yaml": "^4.0.9", - "@types/node": "^20.2.5" + "@types/node": "^20.19.30" }, "scripts": { "build": "tsc", diff --git a/packages/nexus-package-manager/package.json b/packages/nexus-package-manager/package.json index 6647cf0d..cc1c8afb 100644 --- a/packages/nexus-package-manager/package.json +++ b/packages/nexus-package-manager/package.json @@ -12,8 +12,8 @@ "@emotion/eslint-plugin": "^11.12.0", "@keneanung/iron-realms-nexus-typings": "^0.7.0", "@keneanung/nexus-package-builder": "^1.4.0", - "@types/react": "^18.3.26", - "@types/react-dom": "^18.3.7" + "@types/react": "^19.2.10", + "@types/react-dom": "^19.2.3" }, "scripts": { "serve": "webpack serve --mode development",