Skip to content

Commit

Permalink
chore: upgrade to nuxt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Dec 19, 2022
1 parent 6c3168d commit 3434464
Show file tree
Hide file tree
Showing 3 changed files with 1,598 additions and 2,219 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,13 @@
"test": "vitest"
},
"dependencies": {
"@nuxt/kit": "^3.0.0-rc.12",
"@nuxt/kit": "^3.0.0",
"@nuxt/postcss8": "^1.1.3",
"autoprefixer": "^10.4.13",
"chalk": "^5.1.2",
"clear-module": "^4.1.2",
"consola": "^2.15.3",
"defu": "^6.1.0",
"h3": "^0.8.6",
"postcss": "^8.4.18",
"postcss-custom-properties": "^12.1.10",
"postcss-nesting": "^10.2.0",
Expand All @@ -45,12 +44,12 @@
"@fontsource/inter": "^4.5.14",
"@nuxt/content": "^2.2.1",
"@nuxt/module-builder": "latest",
"@nuxt/test-utils": "^3.0.0-rc.12",
"@nuxt/test-utils": "^3.0.0",
"@nuxtjs/eslint-config-typescript": "latest",
"codecov": "latest",
"eslint": "latest",
"jsdom": "^20.0.2",
"nuxt": "^3.0.0-rc.12",
"nuxt": "^3.0.0",
"standard-version": "latest",
"vitest": "^0.24.5"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/components/CallToAction.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</h2>
<div class="flex mt-8 lg:mt-0 lg:shrink-0">
<div class="inline-flex rounded-md shadow">
<a href="/_tailwind" class="inline-flex items-center justify-center px-5 py-3 text-base font-medium text-white bg-indigo-600 border border-transparent rounded-md hover:bg-indigo-700">
<a href="/_tailwind/" class="inline-flex items-center justify-center px-5 py-3 text-base font-medium text-white bg-indigo-600 border border-transparent rounded-md hover:bg-indigo-700">
Open Tailwind Config Viewer
</a>
</div>
Expand Down
Loading

0 comments on commit 3434464

Please sign in to comment.