Skip to content

Commit fcd380e

Browse files
committed
chore(deps): update
1 parent 1e867f9 commit fcd380e

File tree

3 files changed

+1631
-1100
lines changed

3 files changed

+1631
-1100
lines changed

2025/astro.config.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ import Macros from 'unplugin-macros/vite';
1010
export default defineConfig({
1111
base: '/2025',
1212

13-
experimental: {
14-
serializeConfig: true,
15-
},
16-
1713
vite: {
1814
optimizeDeps: {
1915
exclude: [

2025/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,34 +16,34 @@
1616
"prettier:fix": "prettier --cache --write --plugin-search-dir=. src"
1717
},
1818
"dependencies": {
19-
"@astrojs/react": "^4.2.0",
20-
"@lucide/astro": "^0.511.0",
21-
"@tailwindcss/vite": "^4.1.6",
22-
"@types/react": "^19.0.8",
23-
"@types/react-dom": "^19.0.3",
24-
"astro": "^5.3.0",
19+
"@astrojs/react": "^4.3.0",
20+
"@lucide/astro": "^0.513.0",
21+
"@tailwindcss/vite": "^4.1.8",
22+
"@types/react": "^19.1.6",
23+
"@types/react-dom": "^19.1.6",
24+
"astro": "^5.9.1",
2525
"astro-google-fonts-optimizer": "^0.2.2",
2626
"astro-seo": "^0.8.4",
27-
"react": "^19.0.0",
28-
"react-dom": "^19.0.0",
29-
"satori": "^0.12.1",
30-
"tailwindcss": "^4.1.6",
31-
"ufo": "^1.5.4"
27+
"react": "^19.1.0",
28+
"react-dom": "^19.1.0",
29+
"satori": "^0.15.2",
30+
"tailwindcss": "^4.1.8",
31+
"ufo": "^1.6.1"
3232
},
3333
"devDependencies": {
34-
"@antfu/ni": "^23.3.1",
34+
"@antfu/ni": "^25.0.0",
3535
"@astrojs/ts-plugin": "^1.10.4",
3636
"@ryoppippi/eslint-config": "npm:@jsr/ryoppippi__eslint-config@^0.0.25",
37-
"eslint": "^9.20.1",
37+
"eslint": "^9.28.0",
3838
"eslint-plugin-astro": "^1.3.1",
3939
"eslint-plugin-format": "^1.0.1",
4040
"prettier": "^3.5.3",
4141
"prettier-plugin-astro": "^0.14.1",
42-
"prettier-plugin-tailwindcss": "^0.6.11",
43-
"sharp": "^0.33.5",
42+
"prettier-plugin-tailwindcss": "^0.6.12",
43+
"sharp": "^0.34.2",
4444
"tailwind-merge": "^3.3.0",
45-
"typescript": "^5.7.3",
46-
"unplugin-macros": "^0.16.0"
45+
"typescript": "^5.8.3",
46+
"unplugin-macros": "^0.17.0"
4747
},
4848
"pnpm": {
4949
"executionEnv": {

0 commit comments

Comments
 (0)