|
1 | 1 | {
|
2 | 2 | "name": "nuxt-content-blog",
|
3 | 3 | "private": true,
|
4 |
| - "packageManager": "pnpm@10.5.2", |
| 4 | + "packageManager": "pnpm@10.6.2", |
5 | 5 | "scripts": {
|
6 | 6 | "build": "nuxi build",
|
7 | 7 | "check:md": "node ./scripts/check-md.mjs",
|
|
20 | 20 | },
|
21 | 21 | "dependencies": {
|
22 | 22 | "@nuxt/image": "^1.9.0",
|
23 |
| - "@nuxt/ui": "^2.21.0", |
| 23 | + "@nuxt/ui": "^2.21.1", |
24 | 24 | "@vueuse/core": "^13.0.0",
|
25 | 25 | "@vueuse/nuxt": "^13.0.0"
|
26 | 26 | },
|
27 | 27 | "devDependencies": {
|
28 | 28 | "@commitlint/cli": "^19.8.0",
|
29 | 29 | "@commitlint/config-conventional": "^19.8.0",
|
30 |
| - "@iconify-json/devicon": "^1.2.18", |
| 30 | + "@iconify-json/devicon": "^1.2.19", |
31 | 31 | "@iconify-json/solar": "^1.2.2",
|
32 |
| - "@nuxt/content": "^3.2.2", |
33 |
| - "@nuxt/devtools": "^2.1.1", |
| 32 | + "@nuxt/content": "^3.3.0", |
| 33 | + "@nuxt/devtools": "^2.2.1", |
34 | 34 | "@nuxt/eslint": "^1.2.0",
|
35 | 35 | "@nuxt/icon": "^1.10.3",
|
36 | 36 | "@nuxtjs/fontaine": "^0.5.0",
|
37 | 37 | "@nuxtjs/google-fonts": "^3.2.0",
|
38 | 38 | "case-police": "^1.0.0",
|
39 | 39 | "concurrently": "^9.1.2",
|
40 |
| - "eslint": "^9.21.0", |
| 40 | + "eslint": "^9.22.0", |
41 | 41 | "eslint-plugin-tailwindcss": "^3.18.0",
|
42 | 42 | "glob": "^11.0.1",
|
43 | 43 | "husky": "^9.1.7",
|
|
46 | 46 | "prettier": "^3.5.3",
|
47 | 47 | "prettier-plugin-pkg": "^0.18.1",
|
48 | 48 | "prettier-plugin-tailwindcss": "^0.6.11",
|
49 |
| - "typescript": "^5.7.3", |
| 49 | + "typescript": "^5.8.2", |
50 | 50 | "vue-tsc": "^2.2.8",
|
51 |
| - "wrangler": "^3.111.0" |
| 51 | + "wrangler": "^3.112.0" |
52 | 52 | },
|
53 | 53 | "pnpm": {
|
54 | 54 | "onlyBuiltDependencies": [
|
|
0 commit comments