We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e02d0 commit f29b630Copy full SHA for f29b630
package.json
@@ -83,6 +83,7 @@
83
"@types/recompose": "^0.30.10",
84
"@typescript-eslint/eslint-plugin": "8.3.0",
85
"@typescript-eslint/parser": "8.3.0",
86
+ "@vitejs/plugin-react": "4.5.2",
87
"env-cmd": "10.1.0",
88
"eslint": "^8.57.1",
89
"eslint-config-airbnb": "^19.0.4",
@@ -111,13 +112,12 @@
111
112
"ts-jest": "29.2.5",
113
"ts-node": "10.9.2",
114
"typescript": "5.5.4",
115
+ "vite": "6.3.5",
116
"vite-plugin-compression2": "2.0.1",
117
"vite-plugin-pwa": "^0.21.1",
- "vite-tsconfig-paths": "5.0.1",
- "vite": "6.3.5",
118
"vite-plugin-require-transform": "1.0.21",
119
"vite-plugin-svgr": "^2.4.0",
120
- "@vitejs/plugin-react": "4.5.2"
+ "vite-tsconfig-paths": "5.0.1"
121
},
122
"jest": {
123
"collectCoverageFrom": [
0 commit comments