@momo-webplatform/mobase 0.0.11 → 0.0.12

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.
Files changed (1) hide show
  1. package/package.json +15 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-webplatform/mobase",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
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
  "scripts": {
6
6
  "dev": "next dev",
@@ -29,7 +29,7 @@
29
29
  "dependencies": {
30
30
  "@floating-ui/core": "^1.6.0",
31
31
  "@floating-ui/react": "^0.26.2",
32
- "@heroicons/react": "1.0.6",
32
+ "@heroicons/react": "^2.1.1",
33
33
  "@momo-webplatform/mobase": "^0.0.7",
34
34
  "@radix-ui/primitive": "^1.0.1",
35
35
  "@radix-ui/react-accordion": "^1.1.2",
@@ -89,6 +89,7 @@
89
89
  "vaul": "^0.8.0"
90
90
  },
91
91
  "devDependencies": {
92
+ "@next/eslint-plugin-next": "^14.1.4",
92
93
  "@storybook/addon-essentials": "^7.6.7",
93
94
  "@storybook/addon-interactions": "^7.6.7",
94
95
  "@storybook/addon-links": "^7.6.7",
@@ -106,21 +107,24 @@
106
107
  "@types/react": "^18.2.37",
107
108
  "@types/react-dom": "^18.2.15",
108
109
  "@types/react-syntax-highlighter": "^15.5.10",
109
- "@typescript-eslint/eslint-plugin": "^6.10.0",
110
- "@typescript-eslint/parser": "^6.10.0",
110
+ "@typescript-eslint/eslint-plugin": "^7.3.1",
111
+ "@typescript-eslint/parser": "^7.3.1",
111
112
  "@vitejs/plugin-react": "^4.1.1",
112
113
  "@vitest/coverage-v8": "^0.34.6",
113
114
  "@vitest/ui": "^0.34.6",
114
115
  "autoprefixer": "^10.4.16",
115
- "eslint": "^8.53.0",
116
- "eslint-config-next": "^14.0.1",
117
- "eslint-plugin-jsx-a11y": "^6.8.0",
118
- "eslint-plugin-react": "^7.33.2",
119
- "eslint-plugin-react-hooks": "^4.6.0",
120
- "eslint-plugin-storybook": "^0.6.15",
116
+ "eslint": "^8.57.0",
117
+ "eslint-config-airbnb": "^19.0.4",
118
+ "eslint-config-airbnb-base": "^15.0.0",
119
+ "eslint-config-next": "^14.1.4",
120
+ "eslint-config-prettier": "^9.1.0",
121
+ "eslint-import-resolver-alias": "^1.1.2",
122
+ "eslint-plugin-etc": "^2.0.3",
123
+ "eslint-plugin-json-schema-validator": "^4.9.0",
124
+ "eslint-plugin-mdx": "^3.1.5",
125
+ "eslint-plugin-prettier": "^5.1.3",
121
126
  "jsdom": "^22.1.0",
122
127
  "markdown-toc": "^1.2.0",
123
- "postcss": "^8.4.31",
124
128
  "prettier": "^3.0.3",
125
129
  "prettier-plugin-organize-imports": "^3.2.3",
126
130
  "prettier-plugin-tailwindcss": "^0.5.6",