Skip to content

Commit 05200e5

Browse files
committed
update dependencies
1 parent b588ea5 commit 05200e5

4 files changed

Lines changed: 100 additions & 170 deletions

File tree

apps/history/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
"type": "module",
44
"private": true,
55
"scripts": {
6-
"build": "bunx astro build",
7-
"deploy": "bunx wrangler deploy",
8-
"dev": "bunx astro dev"
6+
"build": "astro build",
7+
"deploy": "wrangler deploy",
8+
"dev": "astro dev"
99
},
1010
"dependencies": {
1111
"@astrojs/react": "^4.4.1",
1212
"@radix-ui/react-checkbox": "^1.3.3",
1313
"@radix-ui/react-slider": "^1.3.6",
1414
"@radix-ui/react-slot": "^1.2.3",
1515
"@tailwindcss/vite": "^4.1.18",
16-
"@types/react": "^19.2.2",
16+
"@types/react": "^19.2.8",
1717
"@types/react-dom": "^19.2.2",
18-
"astro": "^5.16.6",
18+
"astro": "^5.16.9",
1919
"class-variance-authority": "^0.7.1",
2020
"clsx": "^2.1.1",
2121
"lucide-react": "^0.555.0",

0 commit comments

Comments
 (0)