Skip to content

Commit 19e892d

Browse files
committed
chore: add missing type dependences
1 parent a805dc4 commit 19e892d

4 files changed

Lines changed: 14 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,11 @@
6767
"@nuxt/test-utils": "3.11.0",
6868
"@sanity/client": "6.15.2",
6969
"@vitest/coverage-v8": "1.3.1",
70+
"@vue/runtime-core": "^3.4.21",
7071
"@vue/test-utils": "2.4.4",
7172
"bumpp": "9.4.0",
7273
"eslint": "8.57.0",
74+
"h3": "^1.11.1",
7375
"happy-dom": "13.6.2",
7476
"lint-staged": "15.2.2",
7577
"nuxi": "3.10.1",
@@ -79,6 +81,7 @@
7981
"vitest": "1.3.1",
8082
"vitest-environment-nuxt": "1.0.0",
8183
"vue": "3.4.21",
84+
"vue-router": "^4.3.0",
8285
"vue-tsc": "2.0.6"
8386
},
8487
"resolutions": {

pnpm-lock.yaml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/e2e/ssr-minimal.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ await setup({
1111
imports: {
1212
autoImport: true,
1313
},
14+
// @ts-expect-error issue with types in non-hoisted repo
1415
sanity: {
1516
projectId: 'j1o4tmjp',
1617
minimal: true,

test/e2e/ssr.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ await setup({
1111
imports: {
1212
autoImport: true,
1313
},
14+
// @ts-expect-error issue with types in non-hoisted repo
1415
sanity: {
1516
projectId: 'j1o4tmjp',
1617
},

0 commit comments

Comments
 (0)