Skip to content

Commit 502ea93

Browse files
committed
fix: useThru interceptor behavior across re-renders
1 parent 1ef4759 commit 502ea93

File tree

4 files changed

+148
-145
lines changed

4 files changed

+148
-145
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@storybook/react": "^10.2.19",
7070
"@storybook/react-vite": "^10.2.19",
7171
"@testing-library/react": "^16.3.2",
72-
"@types/react": "^18.3.28",
72+
"@types/react": "^19.2.14",
7373
"@vitest/coverage-v8": "^4.1.0",
7474
"commitizen": "^4.3.1",
7575
"cz-conventional-changelog": "^3.3.0",
@@ -82,8 +82,8 @@
8282
"jsdom": "^29.0.0",
8383
"lint-staged": "^16.4.0",
8484
"prettier": "^3.8.1",
85-
"react": "^18.3.1",
86-
"react-dom": "^18.3.1",
85+
"react": "^19.2.4",
86+
"react-dom": "^19.2.4",
8787
"rimraf": "^6.1.3",
8888
"rollup": "^4.59.0",
8989
"semantic-release": "^25.0.3",

0 commit comments

Comments
 (0)