chore(csms, web): update dependencies to use catalog references and rename web package
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "helios-web",
|
||||
"name": "web",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
@@ -8,11 +8,12 @@
|
||||
"start": "next start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@better-auth/passkey": "catalog:",
|
||||
"@heroui/react": "3.0.0-beta.8",
|
||||
"@heroui/styles": "3.0.0-beta.8",
|
||||
"@internationalized/date": "^3.12.0",
|
||||
"@tanstack/react-query": "^5.90.21",
|
||||
"better-auth": "^1.3.34",
|
||||
"@tanstack/react-query": "catalog:",
|
||||
"better-auth": "catalog:",
|
||||
"next": "16.1.6",
|
||||
"react": "19.2.3",
|
||||
"react-dom": "19.2.3"
|
||||
@@ -23,6 +24,7 @@
|
||||
"@types/node": "^20",
|
||||
"@types/react": "^19",
|
||||
"@types/react-dom": "^19",
|
||||
"baseline-browser-mapping": "^2.10.0",
|
||||
"tailwindcss": "^4",
|
||||
"typescript": "^5"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user