|
17 | 17 | "i18n:sync": "npm run i18n:generate:pages && npm run i18n:generate:types" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | | - "@astrojs/mdx": "^4.3.2", |
21 | | - "@astrojs/vue": "^5.1.0", |
| 20 | + "@astrojs/mdx": "^4.3.12", |
| 21 | + "@astrojs/vue": "^5.1.3", |
22 | 22 | "@astropub/md": "^1.0.0", |
23 | 23 | "@iconify/vue": "^5.0.0", |
24 | 24 | "@types/lodash": "^4.17.20", |
25 | | - "@vueuse/core": "^13.6.0", |
| 25 | + "@vueuse/core": "^13.9.0", |
26 | 26 | "@vueuse/sound": "^2.1.3", |
27 | | - "astro": "^5.12.6", |
| 27 | + "astro": "^5.16.0", |
28 | 28 | "astro-i18n": "^2.2.4", |
29 | 29 | "camelcase-keys": "^9.1.3", |
30 | 30 | "decamelcase-keys": "^1.1.1", |
31 | | - "esbuild": "^0.25.8", |
| 31 | + "esbuild": "^0.25.12", |
32 | 32 | "lodash": "^4.17.21", |
33 | | - "marked": "^16.1.2", |
34 | | - "tsx": "^4.20.3", |
| 33 | + "marked": "^16.4.2", |
| 34 | + "tsx": "^4.20.6", |
35 | 35 | "vite-plugin-devtools-json": "^0.4.1", |
36 | | - "vue": "^3.5.18", |
| 36 | + "vue": "^3.5.24", |
37 | 37 | "vue-confetti-explosion": "^1.0.2" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "@eslint/js": "^9.32.0", |
41 | | - "eslint": "^9.32.0", |
| 40 | + "@eslint/js": "^9.39.1", |
| 41 | + "eslint": "^9.39.1", |
42 | 42 | "eslint-config-prettier": "^10.1.8", |
43 | | - "eslint-plugin-astro": "^1.3.1", |
| 43 | + "eslint-plugin-astro": "^1.5.0", |
44 | 44 | "prettier": "^3.6.2", |
45 | 45 | "prettier-plugin-astro": "^0.14.1", |
46 | | - "sass-embedded": "^1.89.2", |
47 | | - "typescript": "^5.8.3", |
48 | | - "typescript-eslint": "^8.38.0" |
| 46 | + "sass-embedded": "^1.93.3", |
| 47 | + "typescript": "^5.9.3", |
| 48 | + "typescript-eslint": "^8.47.0" |
49 | 49 | } |
50 | 50 | } |
0 commit comments