@mbao01/ui 0.1.47 → 0.1.49
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 +36 -36
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mbao01/ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.49",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Ayomide Bakare",
|
|
7
7
|
"license": "MIT",
|
|
@@ -42,49 +42,49 @@
|
|
|
42
42
|
"test:coverage": "vitest run --coverage",
|
|
43
43
|
"test:ui": "vitest --ui",
|
|
44
44
|
"test:visual": "test-storybook --url http://127.0.0.1:6008",
|
|
45
|
-
"test:visual:coverage": "test-storybook --coverage",
|
|
45
|
+
"test:visual:coverage": "test-storybook --coverage --url http://127.0.0.1:6008",
|
|
46
46
|
"test:visual:ci": "test-storybook --ci --verbose --url http://127.0.0.1:6008",
|
|
47
|
-
"test:visual:watch": "test-storybook --watch",
|
|
47
|
+
"test:visual:watch": "test-storybook --watch --url http://127.0.0.1:6008",
|
|
48
48
|
"test:watch": "vitest"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@mbao01/common": "^0.0.
|
|
51
|
+
"@mbao01/common": "^0.0.48",
|
|
52
52
|
"@radix-ui/react-icons": "^1.3.0",
|
|
53
53
|
"clsx": "^2.1.1"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
|
|
57
|
-
"@storybook/addon-a11y": "^8.3.
|
|
57
|
+
"@storybook/addon-a11y": "^8.3.6",
|
|
58
58
|
"@storybook/addon-coverage": "^1.0.4",
|
|
59
|
-
"@storybook/addon-essentials": "^8.3.
|
|
60
|
-
"@storybook/addon-interactions": "^8.3.
|
|
61
|
-
"@storybook/addon-links": "^8.3.
|
|
62
|
-
"@storybook/addon-onboarding": "^8.3.
|
|
63
|
-
"@storybook/addon-storysource": "^8.3.
|
|
64
|
-
"@storybook/addon-themes": "^8.3.
|
|
65
|
-
"@storybook/addon-viewport": "^8.3.
|
|
66
|
-
"@storybook/blocks": "^8.3.
|
|
67
|
-
"@storybook/react": "^8.3.
|
|
68
|
-
"@storybook/react-vite": "^8.3.
|
|
69
|
-
"@storybook/test": "^8.3.
|
|
59
|
+
"@storybook/addon-essentials": "^8.3.6",
|
|
60
|
+
"@storybook/addon-interactions": "^8.3.6",
|
|
61
|
+
"@storybook/addon-links": "^8.3.6",
|
|
62
|
+
"@storybook/addon-onboarding": "^8.3.6",
|
|
63
|
+
"@storybook/addon-storysource": "^8.3.6",
|
|
64
|
+
"@storybook/addon-themes": "^8.3.6",
|
|
65
|
+
"@storybook/addon-viewport": "^8.3.6",
|
|
66
|
+
"@storybook/blocks": "^8.3.6",
|
|
67
|
+
"@storybook/react": "^8.3.6",
|
|
68
|
+
"@storybook/react-vite": "^8.3.6",
|
|
69
|
+
"@storybook/test": "^8.3.6",
|
|
70
70
|
"@storybook/test-runner": "^0.19.1",
|
|
71
|
-
"@testing-library/jest-dom": "^6.
|
|
71
|
+
"@testing-library/jest-dom": "^6.6.2",
|
|
72
72
|
"@testing-library/react": "^16.0.1",
|
|
73
73
|
"@testing-library/user-event": "^14.5.2",
|
|
74
74
|
"@types/jest-image-snapshot": "^6.4.0",
|
|
75
|
-
"@types/node": "^22.7.
|
|
76
|
-
"@types/react": "^18.3.
|
|
77
|
-
"@types/react-dom": "^18.3.
|
|
78
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
79
|
-
"@typescript-eslint/parser": "^8.
|
|
80
|
-
"@vitejs/plugin-react": "^4.3.
|
|
81
|
-
"@vitest/coverage-v8": "^2.1.
|
|
82
|
-
"@vitest/ui": "^2.1.
|
|
75
|
+
"@types/node": "^22.7.9",
|
|
76
|
+
"@types/react": "^18.3.12",
|
|
77
|
+
"@types/react-dom": "^18.3.1",
|
|
78
|
+
"@typescript-eslint/eslint-plugin": "^8.11.0",
|
|
79
|
+
"@typescript-eslint/parser": "^8.11.0",
|
|
80
|
+
"@vitejs/plugin-react": "^4.3.3",
|
|
81
|
+
"@vitest/coverage-v8": "^2.1.3",
|
|
82
|
+
"@vitest/ui": "^2.1.3",
|
|
83
83
|
"axe-playwright": "^2.0.3",
|
|
84
84
|
"eslint": "^8.57.1",
|
|
85
|
-
"eslint-plugin-react": "^7.37.
|
|
85
|
+
"eslint-plugin-react": "^7.37.2",
|
|
86
86
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
87
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
87
|
+
"eslint-plugin-react-refresh": "^0.4.13",
|
|
88
88
|
"eslint-plugin-storybook": "^0.9.0",
|
|
89
89
|
"jest-image-snapshot": "^6.4.0",
|
|
90
90
|
"jsdom": "^25.0.1",
|
|
@@ -93,17 +93,17 @@
|
|
|
93
93
|
"prettier": "^3.3.3",
|
|
94
94
|
"react": "^18.3.1",
|
|
95
95
|
"react-dom": "^18.3.1",
|
|
96
|
-
"react-router-dom": "^6.
|
|
97
|
-
"storybook": "^8.3.
|
|
98
|
-
"storybook-addon-react-router
|
|
99
|
-
"tailwindcss": "^3.4.
|
|
100
|
-
"typescript": "^5.6.
|
|
101
|
-
"vite": "^5.4.
|
|
102
|
-
"vite-plugin-dts": "^4.
|
|
103
|
-
"vitest": "^2.1.
|
|
96
|
+
"react-router-dom": "^6.27.0",
|
|
97
|
+
"storybook": "^8.3.6",
|
|
98
|
+
"storybook-addon-remix-react-router": "^3.0.1",
|
|
99
|
+
"tailwindcss": "^3.4.14",
|
|
100
|
+
"typescript": "^5.6.3",
|
|
101
|
+
"vite": "^5.4.10",
|
|
102
|
+
"vite-plugin-dts": "^4.3.0",
|
|
103
|
+
"vitest": "^2.1.3"
|
|
104
104
|
},
|
|
105
105
|
"peerDependencies": {
|
|
106
106
|
"react-router-dom": "^6.22.0"
|
|
107
107
|
},
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "34986ed4f7018e59f157e933f118ba68be32fb98"
|
|
109
109
|
}
|