use latest openpanel/nextjs package (1.0.0)

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-08-09 23:09:04 +02:00
parent 0069ae60c7
commit ac9cbae138
8 changed files with 29 additions and 76 deletions

View File

@@ -13,7 +13,7 @@
},
"dependencies": {
"@openpanel/db": "workspace:*",
"@openpanel/nextjs": "0.0.6-beta",
"@openpanel/nextjs": "1.0.0",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
@@ -74,4 +74,4 @@
]
},
"prettier": "@openpanel/prettier-config"
}
}