@mbao01/ui 0.1.43 → 0.1.44

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 +6 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mbao01/ui",
3
3
  "private": false,
4
- "version": "0.1.43",
4
+ "version": "0.1.44",
5
5
  "type": "module",
6
6
  "author": "Ayomide Bakare",
7
7
  "license": "MIT",
@@ -42,18 +42,20 @@
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
46
  "test:visual:ci": "test-storybook --ci --verbose --url http://127.0.0.1:6008",
46
47
  "test:visual:watch": "test-storybook --watch",
47
48
  "test:watch": "vitest"
48
49
  },
49
50
  "dependencies": {
50
- "@mbao01/common": "^0.0.42",
51
+ "@mbao01/common": "^0.0.43",
51
52
  "@radix-ui/react-icons": "^1.3.0",
52
53
  "clsx": "^2.1.1"
53
54
  },
54
55
  "devDependencies": {
55
56
  "@ianvs/prettier-plugin-sort-imports": "^4.3.1",
56
57
  "@storybook/addon-a11y": "^8.3.4",
58
+ "@storybook/addon-coverage": "^1.0.4",
57
59
  "@storybook/addon-essentials": "^8.3.4",
58
60
  "@storybook/addon-interactions": "^8.3.4",
59
61
  "@storybook/addon-links": "^8.3.4",
@@ -77,6 +79,7 @@
77
79
  "@vitejs/plugin-react": "^4.3.1",
78
80
  "@vitest/coverage-v8": "^2.1.1",
79
81
  "@vitest/ui": "^2.1.1",
82
+ "axe-playwright": "^2.0.3",
80
83
  "eslint": "^8.57.1",
81
84
  "eslint-plugin-react": "^7.37.0",
82
85
  "eslint-plugin-react-hooks": "^4.6.2",
@@ -101,5 +104,5 @@
101
104
  "peerDependencies": {
102
105
  "react-router-dom": "^6.22.0"
103
106
  },
104
- "gitHead": "eeaf76c4b41380b44e7eaed95b0391727e78010f"
107
+ "gitHead": "a1d0e5c38ce829a3fcf38487bee6bfffba27e2b8"
105
108
  }