Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ineshbose committed Dec 25, 2024
1 parent bbe05d0 commit 2077e60
Show file tree
Hide file tree
Showing 3 changed files with 1,200 additions and 805 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@iconify-json/heroicons": "latest",
"@iconify-json/ph": "latest",
"@iconify-json/simple-icons": "latest",
"@nuxt/ui-pro": "^1.5.0",
"@nuxt/ui-pro": "^1.6.0",
"@nuxtjs/fontaine": "^0.4.4",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/tailwindcss": "link:..",
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,39 +58,39 @@
"test:types": "pnpm dev:prepare && tsc --noEmit && nuxi typecheck playground"
},
"dependencies": {
"@nuxt/kit": "^3.14.1592",
"@nuxt/kit": "^3.15.0",
"autoprefixer": "^10.4.20",
"c12": "^2.0.1",
"consola": "^3.2.3",
"consola": "^3.3.1",
"defu": "^6.1.4",
"h3": "^1.13.0",
"klona": "^2.0.6",
"pathe": "^1.1.2",
"postcss": "^8.4.49",
"postcss-nesting": "^13.0.1",
"tailwind-config-viewer": "^2.0.4",
"tailwindcss": "~3.4.15",
"tailwindcss": "~3.4.17",
"ufo": "^1.5.4",
"unctx": "^2.3.1"
"unctx": "^2.4.1"
},
"devDependencies": {
"@fontsource/inter": "^5.1.0",
"@nuxt/content": "^2.13.4",
"@nuxt/devtools": "^1.6.1",
"@nuxt/eslint-config": "^0.7.1",
"@nuxt/devtools": "^1.6.4",
"@nuxt/eslint-config": "^0.7.4",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/test-utils": "^3.14.4",
"@tailwindcss/typography": "^0.5.15",
"changelogen": "^0.5.7",
"destr": "^2.0.3",
"eslint": "^9.15.0",
"happy-dom": "^15.11.6",
"nuxt": "^3.14.1592",
"eslint": "^9.17.0",
"happy-dom": "^15.11.7",
"nuxt": "^3.15.0",
"typescript": "5.6.3",
"vitest": "^2.1.5",
"vue-tsc": "^2.1.10"
"vue-tsc": "^2.2.0"
},
"packageManager": "pnpm@9.14.1",
"packageManager": "pnpm@9.15.1",
"resolutions": {
"@nuxtjs/tailwindcss": "link:."
},
Expand Down
Loading

0 comments on commit 2077e60

Please sign in to comment.