chore(deps): use nuxt rc.9

This commit is contained in:
Benjamin Canac
2022-09-05 11:03:48 +02:00
parent f8fb66f177
commit 4556f24eb1
2 changed files with 59 additions and 139 deletions

View File

@@ -27,7 +27,7 @@
"dependencies": {
"@headlessui/vue": "^1.6.7",
"@iconify/vue": "^3.2.1",
"@nuxt/kit": "npm:@nuxt/kit-edge@latest",
"@nuxt/kit": "^3.0.0-rc.9",
"@nuxtjs/color-mode": "^3.1.4",
"@nuxtjs/tailwindcss": "^5.3.2",
"@popperjs/core": "^2.11.6",
@@ -47,7 +47,7 @@
"@nuxtjs/eslint-config-typescript": "^11.0.0",
"@types/lodash-es": "^4.17.6",
"eslint": "^8.23.0",
"nuxt": "npm:nuxt3@latest",
"nuxt": "^3.0.0-rc.9",
"standard-version": "^9.5.0",
"vue-tsc": "^0.40.7"
},