@momo-webplatform/mobase 0.2.34 → 0.2.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-webplatform/mobase",
3
- "version": "0.2.34",
3
+ "version": "0.2.36",
4
4
  "description": "Mobase is the UI framework upon we build product experiences at MoMo.vn, base on Radix primitives, and Tailwind CSS.",
5
5
  "author": "MoMo - Front-end dev",
6
6
  "license": "MIT",
@@ -43,8 +43,8 @@
43
43
  "react": "^18.2.0",
44
44
  "tsup": "^8.0.2",
45
45
  "typescript": "^5.3.3",
46
- "@repo/typescript-config": "0.0.0",
47
- "@repo/eslint-config": "0.0.0"
46
+ "@repo/eslint-config": "0.0.0",
47
+ "@repo/typescript-config": "0.0.0"
48
48
  },
49
49
  "dependencies": {
50
50
  "@heroicons/react": "^2.1.1",
@@ -102,7 +102,8 @@
102
102
  "react-use": "^17.5.0",
103
103
  "swiper": "^8.4.4",
104
104
  "tailwind-merge": "2.4.0",
105
- "tailwindcss": "*"
105
+ "tailwindcss": "*",
106
+ "ua-parser-js": "^1.0.38"
106
107
  },
107
108
  "scripts": {
108
109
  "build:cjs": "tsup --format cjs --external react",