Skip to content

Commit 86246cd

Browse files
authored
fix: module augmentation types (#149)
1 parent 92d87b9 commit 86246cd

File tree

11 files changed

+241
-100
lines changed

11 files changed

+241
-100
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@nuxt/module-builder": "^0.4.0",
8989
"@nuxt/schema": "^3.6.5",
9090
"@nuxt/test-utils": "^3.6.5",
91-
"@nuxtjs/i18n": "npm:@nuxtjs/i18n-edge",
91+
"@nuxtjs/i18n": "8.0.0-rc.5",
9292
"@parcel/watcher": "^2.2.0",
9393
"@types/node": "^18",
9494
"@unocss/nuxt": "^0.53.6",

playground/layer-module/nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default defineNuxtConfig({
22
// since it is local, the path is relative to the playground folder
3-
modules: ['..src/module'],
3+
modules: ['../src/module'],
44
// @ts-expect-error just ignore types
55
setup(_options, nuxt) {
66
nuxt.hook('vuetify:registerModule', (register: any) => register({

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@fortawesome/vue-fontawesome": "^3.0.3",
1515
"@iconify-json/mdi": "^1.1.53",
1616
"@mdi/js": "^7.2.96",
17-
"@nuxtjs/i18n": "npm:@nuxtjs/i18n-edge",
17+
"@nuxtjs/i18n": "8.0.0-rc.5",
1818
"@unocss/nuxt": "^0.53.6",
1919
"luxon": "^3.3.0"
2020
},

0 commit comments

Comments
 (0)