Skip to content

Commit

Permalink
feat(nuxt): add support for Nuxt 3.2 (#131)
Browse files Browse the repository at this point in the history
* chore(ci): disable canary relase for now

* feat(nuxt): add support for Nuxt 3.2
  • Loading branch information
gravitano authored Feb 20, 2023
1 parent 01dda3e commit 6618127
Show file tree
Hide file tree
Showing 4 changed files with 3,781 additions and 2,836 deletions.
File renamed without changes.
10 changes: 4 additions & 6 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,15 @@
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground"
},
"dependencies": {
"@gits-id/ui": "^1.0.0-beta.0",
"@nuxt/kit": "^3.1.1"
"@gits-id/ui": "^0.16.3"
},
"devDependencies": {
"@nuxt/module-builder": "latest",
"@nuxt/vite-builder": "^3.0.0",
"@nuxtjs/eslint-config-typescript": "latest",
"@nuxtjs/tailwindcss": "^6.1.3",
"@nuxtjs/tailwindcss": "^6.4.1",
"eslint": "latest",
"nuxt": "^3.1.1",
"postcss-custom-properties": "^10.0.0"
"nuxt": "^3.2.0",
"@nuxt/kit": "^3.2.0"
},
"gitHead": "8aafa41bf181f6bfa091c9715a71a8b81c61440d"
}
Loading

0 comments on commit 6618127

Please sign in to comment.