Skip to content

Commit

Permalink
fix(nuxt): upgrade to nuxt 3 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Nov 23, 2022
1 parent 18de409 commit e24501a
Show file tree
Hide file tree
Showing 2 changed files with 661 additions and 485 deletions.
6 changes: 3 additions & 3 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
},
"dependencies": {
"@gits-id/ui": "^0.12.0-alpha.26",
"@nuxt/kit": "^3.0.0-rc.13"
"@nuxt/kit": "^3.0.0"
},
"devDependencies": {
"@nuxt/module-builder": "latest",
"@nuxt/vite-builder": "^3.0.0-rc.13",
"@nuxt/vite-builder": "^3.0.0",
"@nuxtjs/eslint-config-typescript": "latest",
"@nuxtjs/tailwindcss": "^6.1.3",
"eslint": "latest",
"nuxt": "^3.0.0-rc.13",
"nuxt": "^3.0.0",
"postcss-custom-properties": "^10.0.0"
},
"gitHead": "a66f8d89ce157b912642d9b1f1e2a80991e12ce3"
Expand Down
Loading

0 comments on commit e24501a

Please sign in to comment.