|
15 | 15 | "lint": "eslint ." |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@astrojs/check": "^0.5.10", |
19 | | - "@astrojs/rss": "^4.0.2", |
20 | | - "@resvg/resvg-js": "^2.6.0", |
21 | | - "astro": "^4.2.1", |
| 18 | + "@astrojs/check": "^0.7.0", |
| 19 | + "@astrojs/rss": "^4.0.6", |
| 20 | + "@resvg/resvg-js": "^2.6.2", |
| 21 | + "astro": "^4.10.0", |
22 | 22 | "cross-env": "^7.0.3", |
23 | 23 | "fuse.js": "^7.0.0", |
24 | 24 | "github-slugger": "^2.0.0", |
25 | 25 | "remark-collapse": "^0.1.2", |
26 | 26 | "remark-toc": "^9.0.0", |
27 | | - "satori": "^0.10.11", |
28 | | - "tailwindcss": "^3.4.1", |
| 27 | + "satori": "^0.10.13", |
| 28 | + "tailwindcss": "^3.4.4", |
29 | 29 | "typescript": "^5.4.5" |
30 | 30 | }, |
31 | 31 | "devDependencies": { |
32 | | - "@astrojs/react": "^3.0.9", |
33 | | - "@astrojs/sitemap": "^3.0.5", |
| 32 | + "@astrojs/react": "^3.5.0", |
| 33 | + "@astrojs/sitemap": "^3.1.5", |
34 | 34 | "@astrojs/tailwind": "^5.1.0", |
35 | | - "@divriots/jampack": "^0.23.2", |
36 | | - "@tailwindcss/typography": "^0.5.10", |
37 | | - "@types/github-slugger": "^1.3.0", |
38 | | - "@types/react": "^18.2.48", |
39 | | - "@typescript-eslint/parser": "^6.19.0", |
40 | | - "astro-eslint-parser": "^0.16.2", |
| 35 | + "@divriots/jampack": "^0.24.4", |
| 36 | + "@tailwindcss/typography": "^0.5.13", |
| 37 | + "@types/github-slugger": "^2.0.0", |
| 38 | + "@types/react": "^18.3.3", |
| 39 | + "@typescript-eslint/parser": "^7.12.0", |
| 40 | + "astro-eslint-parser": "^1.0.2", |
41 | 41 | "commitizen": "^4.3.0", |
42 | 42 | "cz-conventional-changelog": "^3.3.0", |
43 | 43 | "eslint": "^8.56.0", |
44 | 44 | "eslint-plugin-astro": "^0.31.3", |
45 | 45 | "husky": "^8.0.3", |
46 | | - "lint-staged": "^15.2.0", |
47 | | - "prettier": "^3.2.4", |
48 | | - "prettier-plugin-astro": "^0.13.0", |
49 | | - "prettier-plugin-tailwindcss": "^0.5.11", |
50 | | - "react": "^18.2.0", |
51 | | - "react-dom": "^18.2.0" |
| 46 | + "lint-staged": "^15.2.5", |
| 47 | + "prettier": "^3.3.1", |
| 48 | + "prettier-plugin-astro": "^0.14.0", |
| 49 | + "prettier-plugin-tailwindcss": "^0.6.1", |
| 50 | + "react": "^18.3.1", |
| 51 | + "react-dom": "^18.3.1" |
| 52 | + }, |
| 53 | + "optionalDependencies": { |
| 54 | + "@rollup/rollup-linux-x64-gnu": "4.9.5" |
52 | 55 | }, |
53 | 56 | "config": { |
54 | 57 | "commitizen": { |
|
0 commit comments