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 Jul 6, 2024
1 parent 04bbb36 commit f6f65f0
Show file tree
Hide file tree
Showing 9 changed files with 1,440 additions and 1,418 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@dg-scripts/eslint-config": "workspace:^",
"@dg-scripts/stylelint-config": "workspace:^",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"@types/semver": "^7.5.8",
"chalk": "^4.1.2",
"chokidar": "^3.6.0",
Expand All @@ -58,14 +58,14 @@
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"lerna": "^8.1.5",
"lerna": "^8.1.6",
"prettier": "^3.3.2",
"semver": "^7.6.2",
"stylelint": "^16.6.1",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"typescript": "^5.5.2",
"typescript": "^5.5.3",
"undici": "^6.19.2",
"verdaccio": "^5.31.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
"@types/inquirer": "^8.2.10",
"ci-info": "^4.0.0",
"rimraf": "^5.0.7",
"type-fest": "^4.20.1"
"type-fest": "^4.21.0"
}
}
12 changes: 6 additions & 6 deletions packages/cra-template-bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,29 +43,29 @@
"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",
"react-router-dom": "^6.24.0",
"web-vitals": "^4.2.0"
"react-router-dom": "^6.24.1",
"web-vitals": "^4.2.1"
},
"devDependencies": {
"@sabertazimi/react-scripts": "workspace:^",
"@testing-library/dom": "^10.2.0",
"@testing-library/dom": "^10.3.1",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/jest-axe": "^3.5.9",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint-config-bod": "workspace:^",
"identity-obj-proxy": "^3.0.0",
"jest-axe": "^9.0.0",
"stylelint-config-bod": "workspace:^",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"stylelint": {
"extends": [
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config-bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
"babel-preset-react-app": "^10.0.1",
"confusing-browser-globals": "^1.0.11",
"eslint-config-eslint": "^9.0.0",
"eslint-plugin-import-x": "^0.5.2",
"eslint-plugin-import-x": "^0.5.3",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "^6.2.2",
"globals": "^15.6.0",
"typescript-eslint": "^7.14.1"
"globals": "^15.8.0",
"typescript-eslint": "^7.15.0"
},
"devDependencies": {
"@typescript-eslint/utils": "^7.14.1"
"@typescript-eslint/utils": "^7.15.0"
}
}
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
}
},
"dependencies": {
"@antfu/eslint-config": "^2.21.2",
"@eslint-react/eslint-plugin": "^1.5.18",
"@antfu/eslint-config": "^2.21.3",
"@eslint-react/eslint-plugin": "^1.5.22",
"@eslint/eslintrc": "^3.1.0",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-promise": "^6.4.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-security": "^3.0.1",
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
8 changes: 4 additions & 4 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.14.9",
"@types/node": "^20.14.10",
"babel-loader": "^9.1.3",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
Expand All @@ -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 All @@ -85,7 +85,7 @@
"ts-node": "^10.9.2",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tslib": "^2.6.3",
"typescript": "^5.5.2",
"typescript": "^5.5.3",
"undici": "^6.19.2",
"url-loader": "^4.1.1",
"webpack": "^5.92.1",
Expand Down
Loading

0 comments on commit f6f65f0

Please sign in to comment.