|
32 | 32 | "release": "npm run lint && npm run test && npm run build && release-it"
|
33 | 33 | },
|
34 | 34 | "dependencies": {
|
35 |
| - "@iconify-json/lucide": "^1.2.56", |
36 |
| - "@iconify-json/simple-icons": "^1.2.42", |
| 35 | + "@iconify-json/lucide": "^1.2.57", |
| 36 | + "@iconify-json/simple-icons": "^1.2.43", |
37 | 37 | "@iconify-json/vscode-icons": "^1.2.23",
|
38 | 38 | "@nuxt/content": "^3.6.3",
|
39 | 39 | "@nuxt/image": "^1.10.0",
|
40 | 40 | "@nuxt/kit": "^3.17.6",
|
41 | 41 | "@nuxt/ui-pro": "^3.2.0",
|
42 | 42 | "@nuxtjs/mdc": "^0.17.0",
|
43 |
| - "@nuxtjs/robots": "^5.3.0", |
| 43 | + "@nuxtjs/robots": "^5.4.0", |
44 | 44 | "@vueuse/core": "^13.5.0",
|
45 |
| - "c12": "^3.0.4", |
| 45 | + "c12": "^3.1.0", |
46 | 46 | "citty": "^0.1.6",
|
47 | 47 | "defu": "^6.1.4",
|
48 |
| - "dotenv": "^17.0.1", |
| 48 | + "dotenv": "^17.2.0", |
49 | 49 | "git-url-parse": "^16.1.0",
|
50 | 50 | "minimark": "^0.2.0",
|
51 | 51 | "motion-v": "^1.5.0",
|
52 |
| - "nuxi": "^3.25.1", |
| 52 | + "nuxi": "^3.26.0", |
53 | 53 | "nuxt-llms": "^0.1.3",
|
54 | 54 | "nuxt-og-image": "^5.1.9",
|
55 | 55 | "pkg-types": "^2.2.0",
|
|
62 | 62 | "devDependencies": {
|
63 | 63 | "@nuxt/eslint-config": "^1.5.2",
|
64 | 64 | "@release-it/conventional-changelog": "^10.0.1",
|
65 |
| - "@types/node": "^24.0.10", |
| 65 | + "@types/node": "^24.0.13", |
66 | 66 | "changelogen": "^0.6.2",
|
67 |
| - "eslint": "^9.30.1", |
| 67 | + "eslint": "^9.31.0", |
68 | 68 | "release-it": "^19.0.3",
|
69 | 69 | "tsup": "^8.5.0",
|
70 | 70 | "tsx": "^4.20.3",
|
|
75 | 75 | "better-sqlite3": "11.x",
|
76 | 76 | "nuxt": "3.x"
|
77 | 77 | },
|
78 |
| - "packageManager": "pnpm@10.12.4" |
| 78 | + "packageManager": "pnpm@10.13.1" |
79 | 79 | }
|
0 commit comments