|
21 | 21 | "private": true, |
22 | 22 | "homepage": "https://github.com/john-kurkowski/john-kurkowski.github.io#readme", |
23 | 23 | "dependencies": { |
24 | | - "@astrojs/mdx": "^4.2.3", |
| 24 | + "@astrojs/mdx": "^4.2.6", |
25 | 25 | "@astrojs/rss": "^4.0.11", |
26 | | - "@astrojs/sitemap": "^3.3.0", |
27 | | - "@tailwindcss/vite": "^4.1.0", |
28 | | - "astro": "^5.5.6", |
29 | | - "tailwindcss": "^4.1.0" |
| 26 | + "@astrojs/sitemap": "^3.3.1", |
| 27 | + "@tailwindcss/vite": "^4.1.5", |
| 28 | + "astro": "^5.7.10", |
| 29 | + "tailwindcss": "^4.1.5" |
30 | 30 | }, |
31 | 31 | "devDependencies": { |
32 | 32 | "@biomejs/biome": "^1.9.4", |
33 | | - "@types/culori": "^2.1.1", |
34 | | - "@types/node": "^22.13.17", |
| 33 | + "@types/culori": "^4.0.0", |
| 34 | + "@types/node": "^22.15.3", |
35 | 35 | "culori": "^4.0.1", |
36 | 36 | "husky": "^9.1.7", |
37 | | - "lint-staged": "^15.5.0", |
| 37 | + "lint-staged": "^15.5.1", |
38 | 38 | "lost-pixel": "^3.22.0", |
39 | 39 | "prettier": "^3.5.3", |
40 | | - "stylelint": "^16.17.0", |
| 40 | + "stylelint": "^16.19.1", |
41 | 41 | "stylelint-config-html": "^1.1.0", |
42 | | - "stylelint-config-standard": "^37.0.0", |
43 | | - "typescript": "^5.8.2" |
| 42 | + "stylelint-config-standard": "^38.0.0", |
| 43 | + "typescript": "^5.8.3" |
44 | 44 | }, |
45 | 45 | "lint-staged": { |
46 | 46 | "*.css": ["stylelint --fix", "biome check --write"], |
|
0 commit comments