This commit is contained in:
2025-12-05 11:29:57 -03:00
parent 7c3239d856
commit 04e43682fc
2 changed files with 2 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
}, },
"dependencies": { "dependencies": {
"@repo/ui": "*", "@repo/ui": "*",
"@repo/util": "*",
"cookie": "^1.0.2", "cookie": "^1.0.2",
"isbot": "^5.1.31", "isbot": "^5.1.31",
"react": "^19.2.0", "react": "^19.2.0",

1
package-lock.json generated
View File

@@ -80,6 +80,7 @@
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"@repo/ui": "*", "@repo/ui": "*",
"@repo/util": "*",
"cookie": "^1.0.2", "cookie": "^1.0.2",
"isbot": "^5.1.31", "isbot": "^5.1.31",
"react": "^19.2.0", "react": "^19.2.0",