fix(common): move ua parser to common and import isServer flag

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-10-05 23:44:18 +02:00
parent 153faab878
commit 301d86aa71
8 changed files with 29 additions and 131 deletions

View File

@@ -13,6 +13,7 @@
"ramda": "^0.29.1",
"slugify": "^1.6.6",
"superjson": "^1.13.3",
"ua-parser-js": "^1.0.37",
"unique-names-generator": "^4.7.1"
},
"devDependencies": {
@@ -20,6 +21,7 @@
"@openpanel/validation": "workspace:*",
"@types/node": "^18.16.0",
"@types/ramda": "^0.29.6",
"@types/ua-parser-js": "^0.7.39",
"prisma": "^5.1.1",
"typescript": "^5.2.2"
}