Skip to content

Commit

Permalink
fix(deps): update dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 30, 2024
1 parent 04bbb36 commit f74eca3
Show file tree
Hide file tree
Showing 5 changed files with 791 additions and 844 deletions.
2 changes: 1 addition & 1 deletion packages/cra-template-bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"template:test": "react-scripts test"
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.5",
"@reduxjs/toolkit": "^2.2.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"dependencies": {
"@antfu/eslint-config": "^2.21.2",
"@eslint-react/eslint-plugin": "^1.5.18",
"@eslint-react/eslint-plugin": "^1.5.19",
"@eslint/eslintrc": "^3.1.0",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-promise": "^6.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@
"jest-resolve": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
"mini-css-extract-plugin": "^2.9.0",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^8.1.1",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^9.5.14",
"postcss-preset-env": "^9.5.15",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"prompts": "^2.4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mini-css-extract-plugin": "^2.9.0",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^9.5.14",
"postcss-preset-env": "^9.5.15",
"prettier": "^3.3.2",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
Expand Down
Loading

0 comments on commit f74eca3

Please sign in to comment.