Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaBeiyan committed Oct 10, 2024
1 parent 6349ae5 commit 2663161
Show file tree
Hide file tree
Showing 3 changed files with 375 additions and 5 deletions.
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default defineNuxtConfig({
"@nuxtjs/tailwindcss",
"@nuxtjs/color-mode",
"@nuxt/icon",
"@nuxt/image",
],

// https://color-mode.nuxtjs.org
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": "eslint .",
"prepublishOnly": "pnpm lint",
"release": "release-it",
"cleanup":"nuxi cleanup"
"cleanup": "nuxi cleanup"
},
"files": [
"app/",
Expand All @@ -26,15 +26,15 @@
],
"dependencies": {
"@nuxt/content": "^2.13.2",
"@nuxt/icon": "^1.5.2",
"@nuxtjs/color-mode": "^3.5.1",
"@nuxtjs/tailwindcss": "^6.12.1",
"@tailwindcss/typography": "^0.5.15",
"daisyui":"^4.12.10",
"@nuxt/icon": "^1.5.2"

"daisyui": "^4.12.10"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.5.7",
"@nuxt/image": "^1.8.1",
"@types/node": "^22.7.4",
"eslint": "^9.11.1",
"nuxt": "^3.13.2",
Expand All @@ -49,5 +49,6 @@
"release": true,
"releaseName": "v${version}"
}
}
},
"packageManager": "[email protected]+sha1.886364ebd6dae009284bebc56ed4296bb6dd557a"
}
Loading

0 comments on commit 2663161

Please sign in to comment.