Skip to content

Commit 5c28e79

Browse files
committed
Upgrade Astro and Vite dependencies
1 parent 4225eeb commit 5c28e79

3 files changed

Lines changed: 181 additions & 89 deletions

File tree

apps/evmcrispr-terminal/package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@
88
"@evmcrispr/module-aragonos": "*",
99
"@evmcrispr/module-ens": "*",
1010
"@evmcrispr/module-giveth": "*",
11+
"@evmcrispr/module-http": "*",
12+
"@evmcrispr/module-lang": "*",
1113
"@evmcrispr/module-sim": "*",
1214
"@fontsource/ubuntu-mono": "^5.2.8",
1315
"@heroicons/react": "^2.2.0",
1416
"@monaco-editor/react": "^4.7.0",
1517
"@repo/ui": "*",
1618
"@safe-global/safe-apps-provider": "^0.18.3",
1719
"@safe-global/safe-apps-sdk": "^9.1.0",
18-
"@tailwindcss/vite": "^4.1.18",
20+
"@tailwindcss/vite": "^4.2.4",
1921
"@tanstack/react-query": "^5.90.20",
2022
"@wagmi/core": "^3.3.2",
2123
"@walletconnect/ethereum-provider": "^2.21.0",
@@ -30,7 +32,7 @@
3032
"react-router": "^7.13.0",
3133
"remark-gfm": "^4.0.0",
3234
"shiki": "^4.0.2",
33-
"tailwindcss": "^4.1.18",
35+
"tailwindcss": "^4.2.4",
3436
"viem": "^2.45.1",
3537
"wagmi": "^3.4.2",
3638
"zustand": "^5.0.11",
@@ -45,8 +47,8 @@
4547
"@types/bun": "^1.3.10",
4648
"@types/react": "^19.1.0",
4749
"@types/react-dom": "^19.1.0",
48-
"@vitejs/plugin-react": "^5.1.3",
49-
"vite": "^7.3.1"
50+
"@vitejs/plugin-react": "^6.0.1",
51+
"vite": "^8.0.10"
5052
},
5153
"scripts": {
5254
"dev": "vite --clearScreen false",

apps/evmcrispr-website/package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,21 @@
1010
"type-check": "astro check"
1111
},
1212
"dependencies": {
13-
"@astrojs/react": "^5.0.0",
14-
"@astrojs/starlight": "^0.38.1",
13+
"@astrojs/react": "^5.0.4",
14+
"@astrojs/starlight": "^0.38.4",
1515
"@fontsource/ubuntu-mono": "^5.2.8",
1616
"@repo/ui": "*",
17-
"@tailwindcss/vite": "^4.1.18",
18-
"astro": "^6.0.4",
17+
"@tailwindcss/vite": "^4.2.4",
18+
"astro": "~6.1.9",
1919
"react": "^19.1.0",
2020
"react-dom": "^19.1.0",
21-
"tailwindcss": "^4.1.18"
21+
"tailwindcss": "^4.2.4"
2222
},
2323
"devDependencies": {
24-
"@astrojs/check": "^0.9.7",
24+
"@astrojs/check": "^0.9.8",
2525
"@types/react": "^19.1.0",
2626
"@types/react-dom": "^19.1.0",
27-
"typescript": "^5.9.3"
27+
"typescript": "^5.9.3",
28+
"vite": "^7.3.2"
2829
}
2930
}

0 commit comments

Comments
 (0)