Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 15, 2023
1 parent 40aa4c1 commit ea1beb0
Show file tree
Hide file tree
Showing 9 changed files with 355 additions and 352 deletions.
6 changes: 3 additions & 3 deletions apps/vite-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"the-new-css-reset": "^1.11.0"
},
"devDependencies": {
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@vitejs/plugin-react-swc": "^3.3.2",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@vitejs/plugin-react-swc": "^3.4.0",
"eslint": "^8.49.0",
"eslint-config-custom": "workspace:^",
"rimraf": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion configs/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.0.4",
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-jest-dom": "^5.0.0",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-mdx": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion configs/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"license": "MIT",
"dependencies": {
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.0.3"
"ts-jest": "^29.1.1"
}
}
4 changes: 2 additions & 2 deletions docs/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@storybook/react": "^7.4.0",
"@storybook/react-vite": "^7.4.0",
"@storybook/types": "^7.4.6",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@vitejs/plugin-react": "^4.0.0",
"eslint-config-custom": "workspace:^",
"rimraf": "^5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
},
"license": "MIT",
"dependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.7.0",
"@lerna-lite/cli": "^2.0.0",
"@lerna-lite/publish": "^2.5.1",
"@lerna-lite/version": "^2.5.1",
"@lerna-lite/publish": "^2.6.0",
"@lerna-lite/version": "^2.6.0",
"@manypkg/cli": "^0.21.0",
"@nrwl/cli": "^15.9.3",
"@nrwl/nx-cloud": "^16.4.0",
Expand All @@ -56,7 +56,7 @@
"husky": "^8.0.3",
"lint-staged": "^15.0.0",
"npm-run-all": "^4.1.5",
"nx": "^16.8.1",
"nx": "^16.10.0",
"prettier": "^3.0.0",
"publint": "^0.2.2",
"secretlint": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/basic-math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"esbuild": "^0.19.0",
"eslint": "^8.49.0",
"eslint-config-custom": "workspace:^",
"jest": "^29.3.1",
"jest": "^29.7.0",
"jest-config": "workspace:^",
"rimraf": "^5.0.0",
"tsconfig-config": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/parity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"esbuild": "^0.19.0",
"eslint": "^8.49.0",
"eslint-config-custom": "workspace:^",
"jest": "^29.3.1",
"jest": "^29.7.0",
"jest-config": "workspace:^",
"rimraf": "^5.0.0",
"tsconfig-config": "workspace:^",
Expand Down
10 changes: 5 additions & 5 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,22 @@
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.2.3",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@vitejs/plugin-react-swc": "^3.3.2",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@vitejs/plugin-react-swc": "^3.4.0",
"cross-env": "^7.0.3",
"eslint": "^8.49.0",
"eslint-config-custom": "workspace:^",
"glob": "^10.3.7",
"jest": "^29.3.1",
"jest": "^29.7.0",
"jest-config": "workspace:^",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.0",
"tsconfig-config": "workspace:^",
"typescript": "^5.2.2",
"vite": "^4.4.5",
"vite-plugin-dts": "^3.5.4",
"vite-plugin-dts": "^3.6.0",
"vite-plugin-lib-inject-css": "^1.3.0",
"vite-plugin-static-copy": "^0.17.0"
}
Expand Down
Loading

0 comments on commit ea1beb0

Please sign in to comment.