Skip to content

Commit

Permalink
chore(deps): update dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent e9a5db1 commit 165f9a8
Show file tree
Hide file tree
Showing 7 changed files with 558 additions and 558 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.13",
"@types/node": "^20.16.5",
"@types/node": "^20.16.10",
"@types/semver": "^7.5.8",
"chalk": "^4.1.2",
"chokidar": "^4.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/cra-template-bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.13",
"@types/jest-axe": "^3.5.9",
"@types/node": "^20.16.5",
"@types/react": "^18.3.8",
"@types/node": "^20.16.10",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"eslint-config-bod": "workspace:^",
"identity-obj-proxy": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"eslint-plugin-import-x": "^4.3.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react": "^7.37.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "^6.3.0",
"globals": "^15.9.0",
"typescript-eslint": "^8.6.0"
"typescript-eslint": "^8.7.0"
},
"devDependencies": {
"@typescript-eslint/utils": "^8.6.0"
"@typescript-eslint/utils": "^8.7.0"
}
}
10 changes: 5 additions & 5 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"babel-plugin-named-asset-import": "^0.3.8",
"babel-preset-react-app": "^10.0.1",
"bfj": "^8.0.0",
"browserslist": "^4.23.3",
"browserslist": "^4.24.0",
"camelcase": "^6.3.0",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"css-loader": "^7.1.2",
Expand All @@ -70,10 +70,10 @@
"postcss": "^8.4.47",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^8.1.1",
"postcss-normalize": "^13.0.0",
"postcss-normalize": "^13.0.1",
"postcss-preset-env": "^10.0.5",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"prettier-plugin-tailwindcss": "^0.6.8",
"prompts": "^2.4.2",
"react-app-polyfill": "^3.0.0",
"react-dev-utils": "^12.0.1",
Expand All @@ -88,9 +88,9 @@
"stylelint-config-bod": "workspace:^",
"stylelint-prettier": "^5.0.2",
"stylelint-webpack-plugin": "^5.0.1",
"tailwindcss": "^3.4.12",
"tailwindcss": "^3.4.13",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.94.0",
"webpack": "^5.95.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-dev-server": "^5.1.0",
"webpack-manifest-plugin": "^5.0.0",
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 @@ -57,7 +57,7 @@
"@dg-scripts/stylelint-config": "workspace:^",
"@svgr/webpack": "^8.1.0",
"@types/jest": "^29.5.13",
"@types/node": "^20.16.5",
"@types/node": "^20.16.10",
"babel-loader": "^9.2.1",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
Expand Down Expand Up @@ -88,7 +88,7 @@
"typescript": "^5.6.2",
"undici": "^6.19.8",
"url-loader": "^4.1.1",
"webpack": "^5.94.0",
"webpack": "^5.95.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
Expand Down
Loading

0 comments on commit 165f9a8

Please sign in to comment.