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 17, 2024
1 parent 747ed56 commit aa59013
Show file tree
Hide file tree
Showing 7 changed files with 1,462 additions and 1,200 deletions.
2,590 changes: 1,426 additions & 1,164 deletions package-lock.json

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,54 +5,54 @@
"packages/*"
],
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/plugin-transform-private-methods": "^7.22.5",
"@babel/plugin-transform-private-property-in-object": "^7.22.11",
"@babel/plugin-transform-modules-commonjs": "^7.23.0",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/core": "^7.25.8",
"@babel/plugin-transform-private-methods": "^7.25.7",
"@babel/plugin-transform-private-property-in-object": "^7.25.8",
"@babel/plugin-transform-modules-commonjs": "^7.25.7",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@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",
"@types/jest": "^29.5.6",
"@testing-library/react": "^14.3.1",
"@types/jest": "^29.5.13",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/experimental-utils": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"acorn": "^8.10.0",
"acorn": "^8.12.1",
"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",
"babel-loader": "^9.2.1",
"babel-plugin-react-native-web": "^0.19.12",
"commitizen": "^4.3.1",
"core-js": "^3.38.1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-jest": "^27.4.3",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jsdoc": "^46.10.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-webpack-plugin": "^4.0.1",
"eslint-webpack-plugin": "^4.2.0",
"inquirer": "^8.2.6",
"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",
"jest-mock-extended": "^3.0.7",
"lerna": "^7.4.2",
"metro-react-native-babel-preset": "^0.77.0",
"msw": "^1.3.2",
"msw": "^1.3.4",
"prettier": "^2.8.8",
"regenerator-runtime": "^0.14.0",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.0",
"typescript": "^5.2.2",
"webpack": "^5.89.0",
"regenerator-runtime": "^0.14.1",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"webpack": "^5.95.0",
"webpack-auto-inject-version-next": "^1.2.4",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
"webpack-dev-server": "^4.15.2"
},
"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/iron-realms-nexus-typings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"private": false,
"types": "index.d.ts",
"devDependencies": {
"typescript": "^5.2.2"
"typescript": "^5.6.3"
}
}
4 changes: 2 additions & 2 deletions packages/nexus-event-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"devDependencies": {
"@keneanung/iron-realms-nexus-typings": "^0.7.0",
"@keneanung/nexus-package-builder": "^1.4.0",
"@types/uuid": "^9.0.6",
"acorn": "^8.10.0"
"@types/uuid": "^9.0.8",
"acorn": "^8.12.1"
},
"dependencies": {
"uuid": "^9.0.0"
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 @@ -8,7 +8,7 @@
"main": "lib/index.js",
"devDependencies": {
"@keneanung/iron-realms-nexus-typings": "^0.7.0",
"@types/js-yaml": "^4.0.8",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.2.5"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/nexus-package-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
"devDependencies": {
"@emotion/babel-plugin": "^11.11.0",
"@emotion/eslint-plugin": "^11.11.0",
"@emotion/babel-plugin": "^11.12.0",
"@emotion/eslint-plugin": "^11.12.0",
"@keneanung/iron-realms-nexus-typings": "^0.7.0",
"@keneanung/nexus-package-builder": "^1.4.0",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14"
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0"
},
"scripts": {
"serve": "webpack serve --mode development",
Expand Down
4 changes: 2 additions & 2 deletions packages/nexus-simplified-scripting-converter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
},
"devDependencies": {
"@keneanung/iron-realms-nexus-typings": "^0.7.0",
"@types/js-beautify": "^1.14.2",
"esbuild": "^0.19.5",
"@types/js-beautify": "^1.14.3",
"esbuild": "^0.24.0",
"jest-text-transformer": "^1.0.4"
},
"dependencies": {
Expand Down

0 comments on commit aa59013

Please sign in to comment.