File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 63
63
"devDependencies" : {
64
64
"@nuxt/module-builder" : " ^0.8.4" ,
65
65
"@sentry/cloudflare" : " 9.36.0" ,
66
- "nuxt" : " ^3.13.2"
66
+ "nuxt" : " ^3.13.2" ,
67
+ "nuxi" : " ^3.25.1" ,
68
+ "vite" : " ^5.4.11"
67
69
},
68
70
"scripts" : {
69
71
"build" : " run-s build:types build:transpile" ,
Original file line number Diff line number Diff line change 1
1
import { captureException , getClient , getCurrentScope } from '@sentry/core' ;
2
2
// eslint-disable-next-line import/no-extraneous-dependencies
3
3
import { H3Error } from 'h3' ;
4
- import type { CapturedErrorContext } from 'nitropack' ;
4
+ import type { CapturedErrorContext } from 'nitropack/types ' ;
5
5
import { extractErrorContext , flushIfServerless } from '../utils' ;
6
6
7
7
/**
Original file line number Diff line number Diff line change 9
9
vercelWaitUntil ,
10
10
} from '@sentry/core' ;
11
11
import type { VueOptions } from '@sentry/vue/src/types' ;
12
- import type { CapturedErrorContext } from 'nitropack' ;
12
+ import type { CapturedErrorContext } from 'nitropack/types ' ;
13
13
import type { NuxtRenderHTMLContext } from 'nuxt/app' ;
14
14
import type { ComponentPublicInstance } from 'vue' ;
15
15
Original file line number Diff line number Diff line change @@ -22352,10 +22352,10 @@ nth-check@^2.0.1:
22352
22352
dependencies:
22353
22353
boolbase "^1.0.0"
22354
22354
22355
- nuxi@^3.13.2:
22356
- version "3.14.0 "
22357
- resolved "https://registry.yarnpkg.com/nuxi/-/nuxi-3.14.0 .tgz#697a1e8b4f0d92fb8b30aa355af9295fa8c2cb4e "
22358
- integrity sha512-MhG4QR6D95jQxhnwKfdKXulZ8Yqy1nbpwbotbxY5IcabOzpEeTB8hYn2BFkmYdMUB0no81qpv2ldZmVCT9UsnQ ==
22355
+ nuxi@^3.13.2, nuxi@^3.25.1 :
22356
+ version "3.25.1 "
22357
+ resolved "https://registry.yarnpkg.com/nuxi/-/nuxi-3.25.1 .tgz#8baea8c41a916e418728cba0cdbc135e795f86bd "
22358
+ integrity sha512-NeZDRVdn58QF3+clrkKRXE3PtfhE4hkmj8/Wqf6th707SDqmdBb/KZV2BE4lwL+FhgEDgtN7AMF8WZCkicudXg ==
22359
22359
22360
22360
nuxt@^3.13.2:
22361
22361
version "3.13.2"
@@ -27468,7 +27468,6 @@ stylus@0.59.0, stylus@^0.59.0:
27468
27468
27469
27469
sucrase@^3.27.0, sucrase@^3.35.0, sucrase@getsentry/sucrase#es2020-polyfills:
27470
27470
version "3.36.0"
27471
- uid fd682f6129e507c00bb4e6319cc5d6b767e36061
27472
27471
resolved "https://codeload.github.com/getsentry/sucrase/tar.gz/fd682f6129e507c00bb4e6319cc5d6b767e36061"
27473
27472
dependencies:
27474
27473
"@jridgewell/gen-mapping" "^0.3.2"
You can’t perform that action at this time.
0 commit comments