@mbao01/ui 0.2.4 → 0.3.0
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 +45 -44
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mbao01/ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.3.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Ayomide Bakare",
|
|
7
7
|
"license": "MIT",
|
|
@@ -48,66 +48,67 @@
|
|
|
48
48
|
"test:watch": "vitest"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@mbao01/common": "^0.
|
|
51
|
+
"@mbao01/common": "^0.2.0",
|
|
52
52
|
"clsx": "^2.1.1",
|
|
53
|
-
"lucide-react": "^0.
|
|
53
|
+
"lucide-react": "^0.486.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@eslint/js": "^9.
|
|
56
|
+
"@eslint/js": "^9.23.0",
|
|
57
57
|
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
|
|
58
|
-
"@storybook/addon-a11y": "^8.
|
|
58
|
+
"@storybook/addon-a11y": "^8.6.11",
|
|
59
59
|
"@storybook/addon-coverage": "^1.0.5",
|
|
60
|
-
"@storybook/addon-essentials": "^8.
|
|
61
|
-
"@storybook/addon-interactions": "^8.
|
|
62
|
-
"@storybook/addon-links": "^8.
|
|
63
|
-
"@storybook/addon-onboarding": "^8.
|
|
64
|
-
"@storybook/addon-storysource": "^8.
|
|
65
|
-
"@storybook/addon-themes": "^8.
|
|
66
|
-
"@storybook/addon-viewport": "^8.
|
|
67
|
-
"@storybook/blocks": "^8.
|
|
68
|
-
"@storybook/react": "^8.
|
|
69
|
-
"@storybook/react-vite": "^8.
|
|
70
|
-
"@storybook/test": "^8.
|
|
71
|
-
"@storybook/test-runner": "^0.
|
|
60
|
+
"@storybook/addon-essentials": "^8.6.11",
|
|
61
|
+
"@storybook/addon-interactions": "^8.6.11",
|
|
62
|
+
"@storybook/addon-links": "^8.6.11",
|
|
63
|
+
"@storybook/addon-onboarding": "^8.6.11",
|
|
64
|
+
"@storybook/addon-storysource": "^8.6.11",
|
|
65
|
+
"@storybook/addon-themes": "^8.6.11",
|
|
66
|
+
"@storybook/addon-viewport": "^8.6.11",
|
|
67
|
+
"@storybook/blocks": "^8.6.11",
|
|
68
|
+
"@storybook/react": "^8.6.11",
|
|
69
|
+
"@storybook/react-vite": "^8.6.11",
|
|
70
|
+
"@storybook/test": "^8.6.11",
|
|
71
|
+
"@storybook/test-runner": "^0.22.0",
|
|
72
|
+
"@tailwindcss/postcss": "^4.0.17",
|
|
73
|
+
"@tailwindcss/vite": "^4.0.17",
|
|
72
74
|
"@testing-library/jest-dom": "^6.6.3",
|
|
73
75
|
"@testing-library/react": "^16.2.0",
|
|
74
76
|
"@testing-library/user-event": "^14.6.1",
|
|
75
|
-
"@types/eslint__js": "^8.42.3",
|
|
76
77
|
"@types/jest-image-snapshot": "^6.4.0",
|
|
77
|
-
"@types/node": "^22.13.
|
|
78
|
-
"@types/react": "^19.0.
|
|
79
|
-
"@types/react-dom": "^19.0.
|
|
80
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
81
|
-
"@typescript-eslint/parser": "^8.
|
|
78
|
+
"@types/node": "^22.13.16",
|
|
79
|
+
"@types/react": "^19.0.12",
|
|
80
|
+
"@types/react-dom": "^19.0.4",
|
|
81
|
+
"@typescript-eslint/eslint-plugin": "^8.29.0",
|
|
82
|
+
"@typescript-eslint/parser": "^8.29.0",
|
|
82
83
|
"@vitejs/plugin-react": "^4.3.4",
|
|
83
|
-
"@vitest/coverage-v8": "^3.
|
|
84
|
-
"@vitest/ui": "^3.
|
|
85
|
-
"axe-playwright": "^2.0
|
|
86
|
-
"eslint": "^9.
|
|
84
|
+
"@vitest/coverage-v8": "^3.1.1",
|
|
85
|
+
"@vitest/ui": "^3.1.1",
|
|
86
|
+
"axe-playwright": "^2.1.0",
|
|
87
|
+
"eslint": "^9.23.0",
|
|
87
88
|
"eslint-plugin-react": "^7.37.4",
|
|
88
|
-
"eslint-plugin-react-hooks": "^5.
|
|
89
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
90
|
-
"eslint-plugin-storybook": "^0.
|
|
91
|
-
"globals": "^
|
|
89
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
90
|
+
"eslint-plugin-react-refresh": "^0.4.19",
|
|
91
|
+
"eslint-plugin-storybook": "^0.12.0",
|
|
92
|
+
"globals": "^16.0.0",
|
|
92
93
|
"jest-image-snapshot": "^6.4.0",
|
|
93
94
|
"jsdom": "^26.0.0",
|
|
94
95
|
"path": "^0.12.7",
|
|
95
|
-
"postcss": "^8.5.
|
|
96
|
-
"prettier": "^3.
|
|
97
|
-
"react": "^19.
|
|
98
|
-
"react-dom": "^19.
|
|
99
|
-
"react-router-dom": "^7.1
|
|
100
|
-
"storybook": "^8.
|
|
96
|
+
"postcss": "^8.5.3",
|
|
97
|
+
"prettier": "^3.5.3",
|
|
98
|
+
"react": "^19.1.0",
|
|
99
|
+
"react-dom": "^19.1.0",
|
|
100
|
+
"react-router-dom": "^7.4.1",
|
|
101
|
+
"storybook": "^8.6.11",
|
|
101
102
|
"storybook-addon-remix-react-router": "^4.0.1",
|
|
102
|
-
"tailwindcss": "^
|
|
103
|
-
"typescript": "^5.
|
|
104
|
-
"typescript-eslint": "^8.
|
|
105
|
-
"vite": "^6.
|
|
106
|
-
"vite-plugin-dts": "^4.5.
|
|
107
|
-
"vitest": "^3.
|
|
103
|
+
"tailwindcss": "^4.0.17",
|
|
104
|
+
"typescript": "^5.8.2",
|
|
105
|
+
"typescript-eslint": "^8.29.0",
|
|
106
|
+
"vite": "^6.2.4",
|
|
107
|
+
"vite-plugin-dts": "^4.5.3",
|
|
108
|
+
"vitest": "^3.1.1"
|
|
108
109
|
},
|
|
109
110
|
"peerDependencies": {
|
|
110
111
|
"react-router-dom": "^7.1.1"
|
|
111
112
|
},
|
|
112
|
-
"gitHead": "
|
|
113
|
+
"gitHead": "b5d9e92c1cf998fdf02f3fd15881bd6d4a58f57d"
|
|
113
114
|
}
|