Skip to content

Commit 7e27572

Browse files
committed
set: catalog packages
1 parent f61a5f2 commit 7e27572

2 files changed

Lines changed: 158 additions & 975 deletions

File tree

package.json

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,25 @@
1414
"typecheck": "nuxt typecheck"
1515
},
1616
"dependencies": {
17-
"@iconify-json/heroicons-solid": "1.2.1",
18-
"@nuxt/eslint": "^1.9.0",
19-
"@nuxt/ui": "3.3.4",
20-
"@nuxthub/core": "^0.9.0",
21-
"nuxt": "^4.1.2",
22-
"tailwindcss": "4.1.13",
23-
"vue": "^3.5.21",
24-
"vue-router": "^4.5.1"
17+
"@iconify-json/heroicons-solid": "catalog:icon",
18+
"@nuxt/ui": "catalog:nuxt",
19+
"nuxt": "catalog:nuxt",
20+
"tailwindcss": "catalog:css",
21+
"vue": "catalog:vue",
22+
"vue-router": "catalog:vue"
2523
},
2624
"devDependencies": {
27-
"@nuxt/eslint-config": "^1.9.0",
28-
"@nuxt/test-utils": "3.19.2",
29-
"@vue/test-utils": "2.4.6",
30-
"eslint": "^9.35.0",
31-
"happy-dom": "18.0.1",
32-
"vitest": "3.2.4",
33-
"vue-tsc": "^3.0.7",
34-
"wrangler": "^4.38.0"
25+
"@iconify-json/lucide": "catalog:icon",
26+
"@nuxt/eslint": "catalog:test",
27+
"@nuxt/eslint-config": "catalog:test",
28+
"@nuxt/test-utils": "catalog:test",
29+
"@nuxthub/core": "catalog:cloudflare",
30+
"@vue/test-utils": "catalog:test",
31+
"eslint": "catalog:test",
32+
"happy-dom": "catalog:test",
33+
"vitest": "catalog:test",
34+
"vue-tsc": "catalog:typescript",
35+
"wrangler": "catalog:cloudflare"
3536
},
3637
"packageManager": "pnpm@10.17.0"
3738
}

0 commit comments

Comments
 (0)