Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 776832a

Browse files
feat: update to nuxt 3.2
1 parent eb48e6b commit 776832a

File tree

8 files changed

+2063
-1877
lines changed

8 files changed

+2063
-1877
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
shamefully-hoist=true

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,23 @@
2121
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground"
2222
},
2323
"dependencies": {
24-
"@nuxt/kit": "^3.0.0-rc.11",
2524
"@vueuse/core": "^9.2.0",
2625
"@vueuse/nuxt": "^9.2.0",
2726
"chalk": "^5.0.1",
2827
"consola": "^2.15.3",
2928
"date-fns": "^2.29.3",
3029
"etag": "^1.8.1",
3130
"image-size": "^1.0.2",
32-
"ipx": "^0.9.11",
33-
"pathe": "^0.3.8",
31+
"ipx": "1.0.0-2",
32+
"pathe": "^1.1.0",
3433
"qs": "^6.11.0"
3534
},
3635
"devDependencies": {
3736
"@nuxt/module-builder": "latest",
38-
"@nuxt/schema": "^3.0.0-rc.11",
3937
"@nuxtjs/eslint-config-typescript": "latest",
38+
"@types/node": "^18.14.0",
4039
"eslint": "latest",
41-
"nuxt": "^3.0.0-rc.11"
40+
"nuxt": "^3.2.0",
41+
"typescript": "^4.9.5"
4242
}
4343
}

playground/nuxt.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { defineNuxtConfig } from 'nuxt/config'
21
import MyModule from '..'
32

43
export default defineNuxtConfig({

playground/public/cssninja/logo-icon.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)