Skip to content

Commit

Permalink
fix(deps): update dependencies (non-major) (#1252)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 6, 2024
1 parent ef3fd89 commit a33ff18
Show file tree
Hide file tree
Showing 8 changed files with 950 additions and 959 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@dg-scripts/eslint-config": "workspace:^",
"@dg-scripts/stylelint-config": "workspace:^",
"@types/jest": "^29.5.12",
"@types/node": "^20.16.3",
"@types/node": "^20.16.5",
"@types/semver": "^7.5.8",
"chalk": "^4.1.2",
"chokidar": "^3.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template-bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/jest-axe": "^3.5.9",
"@types/node": "^20.16.3",
"@types/node": "^20.16.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"eslint-config-bod": "workspace:^",
Expand Down
12 changes: 6 additions & 6 deletions packages/eslint-config-bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
"babel-preset-react-app": "^10.0.1",
"confusing-browser-globals": "^1.0.11",
"eslint-config-eslint": "^9.0.0",
"eslint-plugin-import-x": "^4.1.1",
"eslint-plugin-jest": "^28.8.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-import-x": "^4.2.1",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "^6.3.0",
"globals": "^15.9.0",
"typescript-eslint": "^8.3.0"
"typescript-eslint": "^8.4.0"
},
"devDependencies": {
"@typescript-eslint/utils": "^8.3.0"
"@typescript-eslint/utils": "^8.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"dependencies": {
"@antfu/eslint-config": "^2.27.3",
"@eslint-react/eslint-plugin": "^1.12.4",
"@eslint-react/eslint-plugin": "^1.13.0",
"@eslint/eslintrc": "^3.1.0",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-promise": "^7.1.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,7 +67,7 @@
"jest-resolve": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
"mini-css-extract-plugin": "^2.9.1",
"postcss": "^8.4.42",
"postcss": "^8.4.45",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^8.1.1",
"postcss-normalize": "^10.0.1",
Expand All @@ -92,7 +92,7 @@
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.94.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-dev-server": "^5.0.4",
"webpack-dev-server": "^5.1.0",
"webpack-manifest-plugin": "^5.0.0",
"webpackbar": "^6.0.1",
"workbox-webpack-plugin": "^7.1.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/webpack-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@dg-scripts/stylelint-config": "workspace:^",
"@svgr/webpack": "^8.1.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.16.3",
"@types/node": "^20.16.5",
"babel-loader": "^9.1.3",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
Expand All @@ -71,7 +71,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mini-css-extract-plugin": "^2.9.1",
"postcss": "^8.4.42",
"postcss": "^8.4.45",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.0.2",
Expand All @@ -91,7 +91,7 @@
"webpack": "^5.94.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-dev-server": "^5.1.0",
"webpackbar": "^6.0.1"
}
}
Loading

0 comments on commit a33ff18

Please sign in to comment.