We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5726a2 + cc3655e commit a6574daCopy full SHA for a6574da
app/types/global.d.ts
@@ -1,3 +1,10 @@
1
declare module '*.svg'
2
3
declare module '*.yaml'
4
+
5
+// 削除したい、nuxt 3.6.5 内で使用している nitropack のバージョンと不一致のため
6
+declare module 'nitropack' {
7
+ interface NitroRuntimeConfigApp {
8
+ baseURL: string
9
+ }
10
+}
package.json
@@ -55,7 +55,7 @@
55
"eslint-plugin-vuejs-accessibility": "2.2.0",
56
"husky": "8.0.3",
57
"markuplint": "3.13.0",
58
- "nuxt": "3.6.2",
+ "nuxt": "3.6.5",
59
"nuxt-og-image": "2.0.20",
60
"pinceau": "0.18.0",
61
"prettier": "3.0.3",
@@ -85,5 +85,10 @@
85
"@supabase/supabase-js": "2.33.2",
86
"chrome-aws-lambda": "10.1.0",
87
"xlsx": "^0.18.5"
88
+ },
89
+ "resolutions": {
90
+ "mlly": "1.4.0",
91
+ "nitropack": "2.5.0",
92
+ "unstorage": "1.4.1"
93
}
94
0 commit comments