File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 3535 "magic-string" : " ^0.30.0"
3636 },
3737 "devDependencies" : {
38- "@sveltejs/kit" : " ^1.5 .0" ,
38+ "@sveltejs/kit" : " ^1.11 .0" ,
3939 "vite" : " 4.0.0" ,
4040 "typescript" : " ^4.9.3"
4141 },
Original file line number Diff line number Diff line change 11import { captureException } from '@sentry/svelte' ;
22import { addExceptionMechanism } from '@sentry/utils' ;
3+ // For now disable the import/no-unresolved rule, because we don't have a way to
4+ // tell eslint that we are only importing types from the @sveltejs /kit package without
5+ // adding a custom resolver, which will take too much time.
6+ // eslint-disable-next-line import/no-unresolved
37import type { HandleClientError , NavigationEvent } from '@sveltejs/kit' ;
48
59/**
Original file line number Diff line number Diff line change 11import { Scope } from '@sentry/svelte' ;
2+
3+ // For now disable the import/no-unresolved rule, because we don't have a way to
4+ // tell eslint that we are only importing types from the @sveltejs /kit package without
5+ // adding a custom resolver, which will take too much time.
6+ // eslint-disable-next-line import/no-unresolved
27import type { HandleClientError , NavigationEvent } from '@sveltejs/kit' ;
38
49import { wrapHandleError } from '../../src/client/handleError' ;
Original file line number Diff line number Diff line change 42054205 dependencies:
42064206 highlight.js "^9.15.6"
42074207
4208- "@sveltejs/kit@^1.5 .0":
4208+ "@sveltejs/kit@^1.11 .0":
42094209 version "1.11.0"
42104210 resolved "https://registry.yarnpkg.com/@sveltejs/kit/-/kit-1.11.0.tgz#23f233c351e5956356ba6f3206e40637c5f5dbda"
42114211 integrity sha512-PwViZcMoLgEU/jhLoSyjf5hSrHS67wvSm0ifBo4prP9irpGa5HuPOZeVDTL5tPDSBoKxtdYi1zlGdoiJfO86jA==
You can’t perform that action at this time.
0 commit comments