Skip to content

Commit 30d578c

Browse files
committed
feat: update vite version
1 parent 43b8bf2 commit 30d578c

File tree

2 files changed

+396
-204
lines changed

2 files changed

+396
-204
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"@sentry/tracing": "7.50.0",
1515
"@tippyjs/react": "4.2.6",
1616
"@typeform/embed-react": "2.20.0",
17-
"@vitejs/plugin-react": "4.3.1",
1817
"command-line-parser": "^0.2.10",
1918
"compute-histogram": "^0.9.11",
2019
"dayjs": "^1.11.8",
@@ -39,9 +38,6 @@
3938
"rxjs": "^7.5.4",
4039
"sockjs-client": "1.6.1",
4140
"tippy.js": "^6.3.7",
42-
"vite": "5.4.19",
43-
"vite-plugin-require-transform": "1.0.21",
44-
"vite-plugin-svgr": "^2.4.0",
4541
"xterm": "^4.19.0",
4642
"xterm-addon-fit": "^0.5.0",
4743
"xterm-addon-search": "^0.9.0",
@@ -116,9 +112,12 @@
116112
"ts-node": "10.9.2",
117113
"typescript": "5.5.4",
118114
"vite-plugin-compression2": "^1.3.3",
119-
"vite-plugin-image-optimizer": "^1.1.8",
120115
"vite-plugin-pwa": "^0.21.1",
121-
"vite-tsconfig-paths": "5.0.1"
116+
"vite-tsconfig-paths": "5.0.1",
117+
"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"
122121
},
123122
"jest": {
124123
"collectCoverageFrom": [

0 commit comments

Comments
 (0)