Skip to content

Commit a6574da

Browse files
authored
Merge pull request #586 from vuejs-jp/chore/nuxi-upgrade-3.6.5
test - nuxt 3.6.5
2 parents d5726a2 + cc3655e commit a6574da

File tree

3 files changed

+796
-409
lines changed

3 files changed

+796
-409
lines changed

app/types/global.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
declare module '*.svg'
22

33
declare module '*.yaml'
4+
5+
// 削除したい、nuxt 3.6.5 内で使用している nitropack のバージョンと不一致のため
6+
declare module 'nitropack' {
7+
interface NitroRuntimeConfigApp {
8+
baseURL: string
9+
}
10+
}

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"eslint-plugin-vuejs-accessibility": "2.2.0",
5656
"husky": "8.0.3",
5757
"markuplint": "3.13.0",
58-
"nuxt": "3.6.2",
58+
"nuxt": "3.6.5",
5959
"nuxt-og-image": "2.0.20",
6060
"pinceau": "0.18.0",
6161
"prettier": "3.0.3",
@@ -85,5 +85,10 @@
8585
"@supabase/supabase-js": "2.33.2",
8686
"chrome-aws-lambda": "10.1.0",
8787
"xlsx": "^0.18.5"
88+
},
89+
"resolutions": {
90+
"mlly": "1.4.0",
91+
"nitropack": "2.5.0",
92+
"unstorage": "1.4.1"
8893
}
8994
}

0 commit comments

Comments
 (0)