Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 04fa027

Browse files
authored
chore: upgrade to vite 7 (#19352)
Nice little treat :)
1 parent 909acbc commit 04fa027

File tree

5 files changed

+346
-226
lines changed

5 files changed

+346
-226
lines changed

site/package.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"@emotion/css": "11.13.5",
4242
"@emotion/react": "11.14.0",
4343
"@emotion/styled": "11.14.0",
44-
"@fastly/performance-observer-polyfill": "2.0.0",
4544
"@fontsource-variable/inter": "5.1.1",
4645
"@fontsource/fira-code": "5.2.5",
4746
"@fontsource/ibm-plex-mono": "5.1.1",
@@ -158,7 +157,7 @@
158157
"@types/ssh2": "1.15.1",
159158
"@types/ua-parser-js": "0.7.36",
160159
"@types/uuid": "9.0.2",
161-
"@vitejs/plugin-react": "4.5.0",
160+
"@vitejs/plugin-react": "5.0.2",
162161
"autoprefixer": "10.4.20",
163162
"chromatic": "11.25.2",
164163
"dpdm": "3.14.0",
@@ -182,8 +181,8 @@
182181
"tailwindcss": "3.4.17",
183182
"ts-proto": "1.164.0",
184183
"typescript": "5.6.3",
185-
"vite": "6.3.5",
186-
"vite-plugin-checker": "0.9.3"
184+
"vite": "7.1.4",
185+
"vite-plugin-checker": "0.10.3"
187186
},
188187
"browserslist": [
189188
"chrome 110",
@@ -209,7 +208,15 @@
209208
"brace-expansion": "1.1.12"
210209
},
211210
"ignoredBuiltDependencies": [
211+
"cpu-features",
212+
"msw",
213+
"protobufjs",
212214
"storybook-addon-remix-react-router"
215+
],
216+
"onlyBuiltDependencies": [
217+
"@swc/core",
218+
"esbuild",
219+
"ssh2"
213220
]
214221
}
215222
}

0 commit comments

Comments
 (0)