Skip to content

Commit

Permalink
pkg: Update validation packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent e745ee0 commit 321616e
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 112 deletions.
2 changes: 1 addition & 1 deletion examples/concurrent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@types/react-test-renderer": "18.3.0",
"eslint": "9.11.1",
"eslint": "9.12.0",
"jest": "29.7.0",
"prettier": "3.3.3",
"react-refresh": "0.14.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"babel-plugin-root-import": "6.6.0",
"conventional-changelog-anansi": "0.2.0",
"conventional-changelog-conventionalcommits": "6.1.0",
"eslint": "9.11.1",
"eslint": "9.12.0",
"globals": "^15.9.0",
"husky": "9.1.6",
"jest": "^29.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@
"dependencies": {
"@babel/eslint-parser": "^7.25.7",
"@babel/eslint-plugin": "^7.25.7",
"@eslint/js": "^9.11.1",
"@eslint/js": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-import-resolver-webpack": "^0.13.9",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "5.1.0-rc-a03254bc-20240905",
"globals": "^15.11.0",
"semver": "^7.6.3",
"typescript-eslint": "^8.8.0"
"typescript-eslint": "^8.8.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
Expand Down
Loading

0 comments on commit 321616e

Please sign in to comment.