Skip to content

Commit

Permalink
chore: update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 6, 2024
1 parent 747ed56 commit 44ca3f2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,48 +11,48 @@
"@babel/plugin-transform-modules-commonjs": "^7.23.0",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@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",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/config-lerna-scopes": "^19.5.0",
"@commitlint/cz-commitlint": "^19.5.0",
"@stryker-mutator/core": "^8.6.0",
"@stryker-mutator/jest-runner": "^8.6.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.6",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/experimental-utils": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/parser": "^8.7.0",
"acorn": "^8.10.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"babel-plugin-react-native-web": "^0.19.9",
"commitizen": "^4.3.0",
"core-js": "^3.33.1",
"eslint": "^8.52.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-jest": "^27.4.3",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsdoc": "^50.3.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-webpack-plugin": "^4.0.1",
"inquirer": "^8.2.6",
"inquirer": "^11.1.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"jest-mock": "^29.7.0",
"jest-mock-extended": "^3.0.5",
"lerna": "^7.4.1",
"lerna": "^8.1.8",
"metro-react-native-babel-preset": "^0.77.0",
"msw": "^1.3.2",
"prettier": "^2.8.8",
"msw": "^2.4.9",
"prettier": "^3.3.3",
"regenerator-runtime": "^0.14.0",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.0",
"typescript": "^5.2.2",
"webpack": "^5.89.0",
"webpack-auto-inject-version-next": "^1.2.4",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
"webpack-dev-server": "^5.1.0"
},
"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",
Expand Down
2 changes: 1 addition & 1 deletion packages/nexus-event-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@keneanung/iron-realms-nexus-typings": "^0.7.0",
"@keneanung/nexus-package-builder": "^1.4.0",
"@types/uuid": "^9.0.6",
"@types/uuid": "^10.0.0",
"acorn": "^8.10.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nexus-package-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"devDependencies": {
"@keneanung/iron-realms-nexus-typings": "^0.7.0",
"@types/js-yaml": "^4.0.8",
"@types/node": "^20.2.5"
"@types/node": "^20.16.10"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 44ca3f2

Please sign in to comment.