Skip to content

Commit 337a6b6

Browse files
committed
chore(deps): bump non-major
1 parent 712365c commit 337a6b6

File tree

3 files changed

+209
-301
lines changed

3 files changed

+209
-301
lines changed

.github/renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
{
1717
"matchPackageNames": ["react-compiler-runtime"],
1818
"followTag": "rc"
19+
},
20+
{
21+
"matchPackageNames": ["eslint-plugin-react-hooks"],
22+
"followTag": "experimental"
1923
}
2024
]
2125
}

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,17 @@
8383
"@sanity/prettier-config": "^1.0.3",
8484
"@sanity/semantic-release-preset": "^5.0.0",
8585
"@testing-library/dom": "^10.4.0",
86-
"@testing-library/react": "^16.2.0",
87-
"@types/node": "^18.17.5",
88-
"@types/react": "^19.0.12",
89-
"@types/react-dom": "^19.0.4",
90-
"@typescript-eslint/eslint-plugin": "^8.29.0",
91-
"@typescript-eslint/parser": "^8.29.0",
92-
"@vitejs/plugin-react": "^4.3.4",
86+
"@testing-library/react": "^16.3.0",
87+
"@types/node": "^22.15.3",
88+
"@types/react": "^19.1.2",
89+
"@types/react-dom": "^19.1.2",
90+
"@typescript-eslint/eslint-plugin": "^8.31.1",
91+
"@typescript-eslint/parser": "^8.31.1",
92+
"@vitejs/plugin-react": "^4.4.1",
9393
"babel-plugin-react-compiler": "19.1.0-rc.1",
94-
"eslint": "^9.22.0",
95-
"eslint-config-prettier": "^10.1.1",
96-
"eslint-plugin-react": "^7.37.4",
94+
"eslint": "^9.25.1",
95+
"eslint-config-prettier": "^10.1.2",
96+
"eslint-plugin-react": "^7.37.5",
9797
"eslint-plugin-react-hooks": "0.0.0-experimental-0038c501-20250429",
9898
"eslint-plugin-simple-import-sort": "^12.1.1",
9999
"jsdom": "^24.1.0",
@@ -104,7 +104,7 @@
104104
"rxjs": "^7.8.2",
105105
"semantic-release": "^24.2.3",
106106
"typescript": "5.7.3",
107-
"typescript-eslint": "^8.26.1",
107+
"typescript-eslint": "^8.31.1",
108108
"vitest": "^3.1.2"
109109
},
110110
"peerDependencies": {

0 commit comments

Comments
 (0)