Skip to content

Commit d3249a2

Browse files
committed
bump deps
1 parent 519cdec commit d3249a2

5 files changed

Lines changed: 38 additions & 36 deletions

File tree

apps/history/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"@radix-ui/react-checkbox": "^1.3.3",
1212
"@radix-ui/react-slider": "^1.3.6",
1313
"@radix-ui/react-slot": "^1.2.3",
14-
"@types/react": "^19.2.13",
14+
"@types/react": "^19.2.14",
1515
"@types/react-dom": "^19.2.2",
16-
"astro": "6.0.0-beta.9",
16+
"astro": "catalog:",
1717
"class-variance-authority": "^0.7.1",
1818
"clsx": "^2.1.1",
1919
"lucide-react": "^0.555.0",
@@ -25,7 +25,7 @@
2525
"tw-animate-css": "^1.4.0"
2626
},
2727
"devDependencies": {
28-
"@astrojs/react": "5.0.0-beta.3",
28+
"@astrojs/react": "^5.0.0-beta.3",
2929
"@tailwindcss/vite": "^4.1.18",
3030
"wrangler": "catalog:"
3131
}

apps/icbe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dev": "astro dev"
99
},
1010
"dependencies": {
11-
"astro": "6.0.0-beta.9"
11+
"astro": "catalog:"
1212
},
1313
"devDependencies": {
1414
"wrangler": "catalog:"

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.14/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.15/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",

0 commit comments

Comments
 (0)