We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b588ea5 commit 05200e5Copy full SHA for 05200e5
4 files changed
apps/history/package.json
@@ -3,19 +3,19 @@
3
"type": "module",
4
"private": true,
5
"scripts": {
6
- "build": "bunx astro build",
7
- "deploy": "bunx wrangler deploy",
8
- "dev": "bunx astro dev"
+ "build": "astro build",
+ "deploy": "wrangler deploy",
+ "dev": "astro dev"
9
},
10
"dependencies": {
11
"@astrojs/react": "^4.4.1",
12
"@radix-ui/react-checkbox": "^1.3.3",
13
"@radix-ui/react-slider": "^1.3.6",
14
"@radix-ui/react-slot": "^1.2.3",
15
"@tailwindcss/vite": "^4.1.18",
16
- "@types/react": "^19.2.2",
+ "@types/react": "^19.2.8",
17
"@types/react-dom": "^19.2.2",
18
- "astro": "^5.16.6",
+ "astro": "^5.16.9",
19
"class-variance-authority": "^0.7.1",
20
"clsx": "^2.1.1",
21
"lucide-react": "^0.555.0",
0 commit comments