|
27 | 27 | "dependencies": { |
28 | 28 | "@astrojs/check": "0.9.4", |
29 | 29 | "@astrojs/cloudflare": "12.5.2", |
30 | | - "@astrojs/react": "^4.3.0", |
| 30 | + "@astrojs/react": "4.3.0", |
31 | 31 | "@astrojs/rss": "4.0.11", |
32 | 32 | "@astrojs/sitemap": "3.3.1", |
33 | 33 | "@astrojs/tailwind": "6.0.2", |
34 | 34 | "@fontsource/bricolage-grotesque": "5.1.0", |
35 | 35 | "@fortawesome/fontawesome-svg-core": "6.7.1", |
36 | 36 | "@fortawesome/free-brands-svg-icons": "6.7.1", |
37 | 37 | "@fortawesome/free-solid-svg-icons": "6.7.1", |
38 | | - "@types/react": "^19.1.6", |
39 | | - "@types/react-dom": "^19.1.5", |
| 38 | + "@types/react": "19.1.6", |
| 39 | + "@types/react-dom": "19.1.5", |
40 | 40 | "astro": "5.7.10", |
41 | 41 | "astro-navbar": "2.3.7", |
42 | | - "turbo": "^2.5.4", |
| 42 | + "turbo": "2.5.4", |
43 | 43 | "autoprefixer": "10.4.14", |
44 | 44 | "clsx": "2.1.1", |
45 | 45 | "date-fns": "4.1.0", |
46 | 46 | "free-astro-components": "1.2.0", |
47 | | - "jiti": "^2.4.2", |
48 | | - "lefthook": "^1.11.13", |
49 | | - "motion": "^12.15.0", |
| 47 | + "jiti": "2.4.2", |
| 48 | + "lefthook": "1.11.13", |
| 49 | + "motion": "12.15.0", |
50 | 50 | "postcss": "8.5.1", |
51 | | - "react": "^19.1.0", |
52 | | - "react-dom": "^19.1.0", |
| 51 | + "react": "19.1.0", |
| 52 | + "react-dom": "19.1.0", |
53 | 53 | "sharp": "0.33.5", |
54 | 54 | "tailwind-merge": "3.3.0", |
55 | 55 | "tailwindcss": "3.4.15", |
56 | 56 | "typescript": "5.6.3" |
57 | 57 | }, |
58 | 58 | "devDependencies": { |
59 | | - "@commitlint/cli": "^19.8.1", |
60 | | - "@commitlint/config-conventional": "^19.8.1", |
61 | | - "@cspell/dict-bash": "^4.2.0", |
62 | | - "@cspell/dict-css": "^4.0.17", |
63 | | - "@cspell/dict-es-es": "^3.0.3", |
64 | | - "@cspell/dict-html": "^4.0.11", |
65 | | - "@cspell/dict-node": "^5.0.7", |
66 | | - "@cspell/dict-npm": "^5.2.4", |
67 | | - "@cspell/dict-typescript": "^3.2.1", |
68 | | - "@cspell/eslint-plugin": "^9.0.2", |
| 59 | + "@commitlint/cli": "19.8.1", |
| 60 | + "@commitlint/config-conventional": "19.8.1", |
| 61 | + "@cspell/dict-bash": "4.2.0", |
| 62 | + "@cspell/dict-css": "4.0.17", |
| 63 | + "@cspell/dict-es-es": "3.0.3", |
| 64 | + "@cspell/dict-html": "4.0.11", |
| 65 | + "@cspell/dict-node": "5.0.7", |
| 66 | + "@cspell/dict-npm": "5.2.4", |
| 67 | + "@cspell/dict-typescript": "3.2.1", |
| 68 | + "@cspell/eslint-plugin": "9.0.2", |
69 | 69 | "@eslint/compat": "1.2.9", |
70 | 70 | "@eslint/eslintrc": "3.3.1", |
71 | 71 | "@eslint/js": "9.27.0", |
|
79 | 79 | "@typescript-eslint/parser": "8.33.0", |
80 | 80 | "@typescript-eslint/utils": "8.33.0", |
81 | 81 | "@vitest/coverage-istanbul": "3.1.3", |
82 | | - "cspell": "^9.0.2", |
| 82 | + "cspell": "9.0.2", |
83 | 83 | "eslint": "9.27.0", |
84 | 84 | "eslint-config-prettier": "10.1.5", |
85 | 85 | "eslint-import-resolver-typescript": "4.4.1", |
86 | 86 | "eslint-plugin-astro": "1.3.1", |
87 | 87 | "eslint-plugin-import": "2.31.0", |
88 | | - "eslint-plugin-jsonc": "^2.20.1", |
| 88 | + "eslint-plugin-jsonc": "2.20.1", |
89 | 89 | "eslint-plugin-jsx-a11y": "6.10.2", |
90 | 90 | "eslint-plugin-react": "7.37.5", |
91 | 91 | "eslint-plugin-react-hooks": "5.2.0", |
92 | 92 | "jsdom": "26.1.0", |
93 | 93 | "prettier": "3.5.3", |
94 | 94 | "prettier-plugin-astro": "0.14.1", |
95 | | - "prettier-plugin-tailwindcss": "^0.6.11", |
| 95 | + "prettier-plugin-tailwindcss": "0.6.11", |
96 | 96 | "typescript-eslint": "8.33.0", |
97 | 97 | "vite-tsconfig-paths": "5.1.4", |
98 | 98 | "vitest": "3.1.3", |
|
0 commit comments