Upgrade Astro
This commit is contained in:
parent
957d9143e6
commit
3908924022
2 changed files with 1166 additions and 1677 deletions
2839
package-lock.json
generated
2839
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -14,7 +14,6 @@
|
||||||
"db:push": "drizzle-kit push"
|
"db:push": "drizzle-kit push"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"astro": "^4.15.0",
|
|
||||||
"@hookform/resolvers": "^3.10.0",
|
"@hookform/resolvers": "^3.10.0",
|
||||||
"@jridgewell/trace-mapping": "^0.3.25",
|
"@jridgewell/trace-mapping": "^0.3.25",
|
||||||
"@neondatabase/serverless": "^0.10.4",
|
"@neondatabase/serverless": "^0.10.4",
|
||||||
|
|
@ -46,6 +45,7 @@
|
||||||
"@radix-ui/react-toggle-group": "^1.1.3",
|
"@radix-ui/react-toggle-group": "^1.1.3",
|
||||||
"@radix-ui/react-tooltip": "^1.2.0",
|
"@radix-ui/react-tooltip": "^1.2.0",
|
||||||
"@tanstack/react-query": "^5.60.5",
|
"@tanstack/react-query": "^5.60.5",
|
||||||
|
"astro": "^5.16.6",
|
||||||
"class-variance-authority": "^0.7.1",
|
"class-variance-authority": "^0.7.1",
|
||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"cmdk": "^1.1.1",
|
"cmdk": "^1.1.1",
|
||||||
|
|
@ -82,7 +82,7 @@
|
||||||
"zod-validation-error": "^3.4.0"
|
"zod-validation-error": "^3.4.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/tailwind": "^5.1.0",
|
"@astrojs/tailwind": "^6.0.2",
|
||||||
"@replit/vite-plugin-cartographer": "^0.3.1",
|
"@replit/vite-plugin-cartographer": "^0.3.1",
|
||||||
"@replit/vite-plugin-dev-banner": "^0.1.1",
|
"@replit/vite-plugin-dev-banner": "^0.1.1",
|
||||||
"@replit/vite-plugin-runtime-error-modal": "^0.0.3",
|
"@replit/vite-plugin-runtime-error-modal": "^0.0.3",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue