Skip to content

Commit

Permalink
feat(starter): upgrade to nuxt 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Feb 1, 2023
1 parent 2b3c09f commit d315849
Show file tree
Hide file tree
Showing 6 changed files with 2,056 additions and 1,265 deletions.
2 changes: 1 addition & 1 deletion starter/nuxt-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.2.0",
"nuxt": "3.0.0",
"nuxt": "^3.1.1",
"sass": "^1.57.1"
}
}
1,358 changes: 760 additions & 598 deletions starter/nuxt-admin/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starter/nuxt-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@sidebase/nuxt-auth": "^0.3.2",
"@nuxtjs/tailwindcss": "^6.2.0",
"nuxt": "3.0.0",
"nuxt": "^3.1.1",
"sass": "^1.57.1"
}
}
893 changes: 680 additions & 213 deletions starter/nuxt-auth/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starter/nuxt-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.2.0",
"nuxt": "3.0.0",
"nuxt": "^3.1.1",
"sass": "^1.57.1"
}
}
1,064 changes: 613 additions & 451 deletions starter/nuxt-minimal/yarn.lock

Large diffs are not rendered by default.

0 comments on commit d315849

Please sign in to comment.