Skip to content

Commit 5f43b94

Browse files
committed
chore: bump vite plugin
1 parent a8875f8 commit 5f43b94

File tree

3 files changed

+402
-432
lines changed

3 files changed

+402
-432
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@monkeytype/schemas": "workspace:*",
3232
"@monkeytype/util": "workspace:*",
3333
"@sentry/browser": "10.44.0",
34-
"@sentry/vite-plugin": "3.3.1",
34+
"@sentry/vite-plugin": "5.2.0",
3535
"@solid-devtools/overlay": "0.33.5",
3636
"@solid-primitives/refs": "1.1.2",
3737
"@solid-primitives/transition-group": "1.1.2",

frontend/vite.config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import {
44
UserConfig,
55
BuildEnvironmentOptions,
66
PluginOption,
7-
Plugin,
87
CSSOptions,
98
} from "vite";
109
import path from "node:path";
@@ -181,15 +180,15 @@ function getPlugins({
181180
},
182181
}),
183182
useSentry
184-
? (sentryVitePlugin({
183+
? sentryVitePlugin({
185184
authToken: env["SENTRY_AUTH_TOKEN"],
186185
org: "monkeytype",
187186
project: "frontend",
188187
release: {
189188
name: clientVersion,
190189
},
191190
applicationKey: "monkeytype-frontend",
192-
}) as Plugin)
191+
})
193192
: null,
194193
injectPreload(),
195194
minifyJson(),

0 commit comments

Comments
 (0)