Skip to content

Commit a73d839

Browse files
committed
Upgrade to vite 8
1 parent 6cd07e4 commit a73d839

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@
9292
"@testing-library/jest-dom": "^6.1.5",
9393
"@testing-library/react": "^16.0.1",
9494
"@testing-library/user-event": "^14.4.3",
95-
"@vitejs/plugin-react": "^5.2.0",
96-
"@vitest/coverage-v8": "^3.0.5",
97-
"@vitest/ui": "^3.0.5",
95+
"@vitejs/plugin-react": "^6.0.1",
96+
"@vitest/coverage-v8": "^4.1.2",
97+
"@vitest/ui": "^4.1.2",
9898
"bundlewatch": "^0.4.0",
9999
"chalk": "^5.3.0",
100100
"eslint": "^9.39.4",
@@ -103,7 +103,7 @@
103103
"eslint-plugin-jsx-a11y": "^6.10.2",
104104
"eslint-plugin-react": "^7.37.5",
105105
"eslint-plugin-react-hooks": "^5.2.0",
106-
"eslint-plugin-testing-library": "^6.5.0",
106+
"eslint-plugin-testing-library": "^7.16.2",
107107
"glob": "^13.0.6",
108108
"globals": "^15.15.0",
109109
"happy-dom": "^20.0",
@@ -113,8 +113,8 @@
113113
"react-i18next": "^13.0.0 || ^14.0.0 || ^15.0.0",
114114
"redux-mock-store": "^1.5.1",
115115
"redux-saga-test-plan": "^4.0.0-rc.3",
116-
"vite": "^7.3.1",
117-
"vitest": "^3.0.5",
116+
"vite": "^8.0.3",
117+
"vitest": "^4.1.2",
118118
"vitest-fetch-mock": "^0.4.2"
119119
},
120120
"peerDependencies": {

0 commit comments

Comments
 (0)