Skip to content

Commit f214184

Browse files
committed
chore(deps): upgrade to nuxt rc10
1 parent 1a3be31 commit f214184

File tree

3 files changed

+687
-864
lines changed

3 files changed

+687
-864
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@
2525
"release": "yarn lint && standard-version && git push --follow-tags"
2626
},
2727
"dependencies": {
28-
"@nuxt/kit": "^3.0.0-rc.9",
28+
"@nuxt/kit": "^3.0.0-rc.10",
2929
"@supabase/supabase-js": "^1.35.6",
30-
"defu": "^6.0.0",
31-
"pathe": "^0.3.4"
30+
"defu": "^6.1.0",
31+
"pathe": "^0.3.7"
3232
},
3333
"devDependencies": {
3434
"@nuxt/module-builder": "^0.1.7",
35-
"@nuxtjs/eslint-config-typescript": "^10.0.0",
36-
"eslint": "^8.22.0",
37-
"nuxt": "^3.0.0-rc.9",
35+
"@nuxtjs/eslint-config-typescript": "^11.0.0",
36+
"eslint": "^8.23.1",
37+
"nuxt": "^3.0.0-rc.10",
3838
"standard-version": "^9.5.0"
3939
}
4040
}

playground/nuxt.config.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { defineNuxtConfig } from 'nuxt'
21
import SupabaseModule from '..'
32

43
export default defineNuxtConfig({

0 commit comments

Comments
 (0)