Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 16, 2024
1 parent ccc00ab commit 0a17570
Show file tree
Hide file tree
Showing 3 changed files with 393 additions and 317 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"test": "pnpm run test:unit --run && pnpm run test:playground --run"
},
"dependencies": {
"@iconify/collections": "^1.0.492",
"@iconify/collections": "^1.0.493",
"@iconify/types": "^2.0.0",
"@iconify/utils": "^2.2.0",
"@iconify/vue": "^4.2.0",
"@nuxt/devtools-kit": "^1.6.3",
"@nuxt/devtools-kit": "^1.6.4",
"@nuxt/kit": "^3.14.1592",
"consola": "^3.2.3",
"local-pkg": "^0.5.1",
Expand All @@ -61,18 +61,18 @@
"@iconify-json/simple-icons": "^1.2.15",
"@iconify-json/solar": "^1.2.1",
"@iconify-json/uil": "^1.2.1",
"@nuxt/devtools": "^1.6.3",
"@nuxt/eslint-config": "^0.7.2",
"@nuxt/devtools": "^1.6.4",
"@nuxt/eslint-config": "^0.7.3",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.14.1592",
"@nuxt/test-utils": "^3.15.1",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@unocss/nuxt": "^0.65.1",
"bumpp": "^9.9.0",
"bumpp": "^9.9.1",
"changelogen": "^0.5.7",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"nuxt": "^3.14.1592",
"nuxthub": "^0.7.3",
"nuxthub": "^0.7.4",
"prettier": "^3.4.2",
"typescript": "~5.6.3",
"untyped": "^1.5.1",
Expand Down
2 changes: 1 addition & 1 deletion playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default defineNuxtConfig({
'logos:vitejs',
'ph:acorn-bold',
],
includeCustomCollections: false,
includeCustomCollections: true,
scan: true,
},
},
Expand Down
Loading

0 comments on commit 0a17570

Please sign in to comment.