@mbao01/ui 0.2.1 → 0.2.3

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 +41 -41
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mbao01/ui",
3
3
  "private": false,
4
- "version": "0.2.1",
4
+ "version": "0.2.3",
5
5
  "type": "module",
6
6
  "author": "Ayomide Bakare",
7
7
  "license": "MIT",
@@ -48,66 +48,66 @@
48
48
  "test:watch": "vitest"
49
49
  },
50
50
  "dependencies": {
51
- "@mbao01/common": "^0.1.1",
51
+ "@mbao01/common": "^0.1.3",
52
52
  "clsx": "^2.1.1",
53
- "lucide-react": "^0.469.0"
53
+ "lucide-react": "^0.474.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@eslint/js": "^9.17.0",
57
- "@ianvs/prettier-plugin-sort-imports": "^4.4.0",
58
- "@storybook/addon-a11y": "^8.4.7",
56
+ "@eslint/js": "^9.19.0",
57
+ "@ianvs/prettier-plugin-sort-imports": "^4.4.1",
58
+ "@storybook/addon-a11y": "^8.5.3",
59
59
  "@storybook/addon-coverage": "^1.0.5",
60
- "@storybook/addon-essentials": "^8.4.7",
61
- "@storybook/addon-interactions": "^8.4.7",
62
- "@storybook/addon-links": "^8.4.7",
63
- "@storybook/addon-onboarding": "^8.4.7",
64
- "@storybook/addon-storysource": "^8.4.7",
65
- "@storybook/addon-themes": "^8.4.7",
66
- "@storybook/addon-viewport": "^8.4.7",
67
- "@storybook/blocks": "^8.4.7",
68
- "@storybook/react": "^8.4.7",
69
- "@storybook/react-vite": "^8.4.7",
70
- "@storybook/test": "^8.4.7",
60
+ "@storybook/addon-essentials": "^8.5.3",
61
+ "@storybook/addon-interactions": "^8.5.3",
62
+ "@storybook/addon-links": "^8.5.3",
63
+ "@storybook/addon-onboarding": "^8.5.3",
64
+ "@storybook/addon-storysource": "^8.5.3",
65
+ "@storybook/addon-themes": "^8.5.3",
66
+ "@storybook/addon-viewport": "^8.5.3",
67
+ "@storybook/blocks": "^8.5.3",
68
+ "@storybook/react": "^8.5.3",
69
+ "@storybook/react-vite": "^8.5.3",
70
+ "@storybook/test": "^8.5.3",
71
71
  "@storybook/test-runner": "^0.21.0",
72
72
  "@testing-library/jest-dom": "^6.6.3",
73
- "@testing-library/react": "^16.1.0",
74
- "@testing-library/user-event": "^14.5.2",
73
+ "@testing-library/react": "^16.2.0",
74
+ "@testing-library/user-event": "^14.6.1",
75
75
  "@types/eslint__js": "^8.42.3",
76
76
  "@types/jest-image-snapshot": "^6.4.0",
77
- "@types/node": "^22.10.2",
78
- "@types/react": "^19.0.2",
79
- "@types/react-dom": "^19.0.2",
80
- "@typescript-eslint/eslint-plugin": "^8.18.2",
81
- "@typescript-eslint/parser": "^8.18.2",
77
+ "@types/node": "^22.13.0",
78
+ "@types/react": "^19.0.8",
79
+ "@types/react-dom": "^19.0.3",
80
+ "@typescript-eslint/eslint-plugin": "^8.22.0",
81
+ "@typescript-eslint/parser": "^8.22.0",
82
82
  "@vitejs/plugin-react": "^4.3.4",
83
- "@vitest/coverage-v8": "^2.1.8",
84
- "@vitest/ui": "^2.1.8",
83
+ "@vitest/coverage-v8": "^3.0.5",
84
+ "@vitest/ui": "^3.0.5",
85
85
  "axe-playwright": "^2.0.3",
86
- "eslint": "^9.17.0",
87
- "eslint-plugin-react": "^7.37.3",
86
+ "eslint": "^9.19.0",
87
+ "eslint-plugin-react": "^7.37.4",
88
88
  "eslint-plugin-react-hooks": "^5.1.0",
89
- "eslint-plugin-react-refresh": "^0.4.16",
90
- "eslint-plugin-storybook": "^0.11.1",
89
+ "eslint-plugin-react-refresh": "^0.4.18",
90
+ "eslint-plugin-storybook": "^0.11.2",
91
91
  "globals": "^15.14.0",
92
92
  "jest-image-snapshot": "^6.4.0",
93
- "jsdom": "^25.0.1",
93
+ "jsdom": "^26.0.0",
94
94
  "path": "^0.12.7",
95
- "postcss": "^8.4.49",
95
+ "postcss": "^8.5.1",
96
96
  "prettier": "^3.4.2",
97
97
  "react": "^19.0.0",
98
98
  "react-dom": "^19.0.0",
99
- "react-router-dom": "^7.1.1",
100
- "storybook": "^8.4.7",
101
- "storybook-addon-remix-react-router": "^3.0.2",
99
+ "react-router-dom": "^7.1.5",
100
+ "storybook": "^8.5.3",
101
+ "storybook-addon-remix-react-router": "^4.0.1",
102
102
  "tailwindcss": "^3.4.17",
103
- "typescript": "^5.7.2",
104
- "typescript-eslint": "^8.18.2",
105
- "vite": "^6.0.6",
106
- "vite-plugin-dts": "^4.4.0",
107
- "vitest": "^2.1.8"
103
+ "typescript": "^5.7.3",
104
+ "typescript-eslint": "^8.22.0",
105
+ "vite": "^6.0.11",
106
+ "vite-plugin-dts": "^4.5.0",
107
+ "vitest": "^3.0.5"
108
108
  },
109
109
  "peerDependencies": {
110
110
  "react-router-dom": "^7.1.1"
111
111
  },
112
- "gitHead": "53bb062539f46752b0b11e59dad0deebff5d6eb2"
112
+ "gitHead": "3ab1ef5b1ca2fb4ec2ad2ea0bd9889988f30d142"
113
113
  }