adminium 1.0.1-patch.3 → 1.0.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminium",
3
- "version": "1.0.1-patch.3",
3
+ "version": "1.0.2",
4
4
  "description": "Metronic UI Component Library - A beautiful, reusable React component library built with Tailwind CSS",
5
5
  "author": "linkedunion",
6
6
  "license": "MIT",
@@ -34,6 +34,10 @@
34
34
  "clean": "rm -rf dist",
35
35
  "prepublishOnly": "npm run build",
36
36
  "typecheck": "tsc --noEmit",
37
+ "test": "jest",
38
+ "test:watch": "jest --watch",
39
+ "test:coverage": "jest --coverage",
40
+ "test:ci": "jest --ci --coverage --reporters=default",
37
41
  "storybook": "storybook dev -p 6006",
38
42
  "build-storybook": "storybook build",
39
43
  "prepare": "husky"
@@ -49,9 +53,9 @@
49
53
  ]
50
54
  },
51
55
  "peerDependencies": {
56
+ "@tanstack/react-table": "^8.0.0",
52
57
  "react": ">=19.0.0",
53
58
  "react-dom": ">=19.0.0",
54
- "@tanstack/react-table": "^8.0.0",
55
59
  "react-hook-form": "^7.0.0",
56
60
  "tailwindcss": ">=4.0.0"
57
61
  },
@@ -84,7 +88,6 @@
84
88
  "vaul": "^1.1.2"
85
89
  },
86
90
  "devDependencies": {
87
- "@tanstack/react-table": "^8.21.3",
88
91
  "@chromatic-com/storybook": "^4.1.3",
89
92
  "@storybook/addon-a11y": "^10.1.10",
90
93
  "@storybook/addon-docs": "^10.1.10",
@@ -92,6 +95,11 @@
92
95
  "@storybook/addon-vitest": "^10.1.10",
93
96
  "@storybook/nextjs-vite": "^10.1.10",
94
97
  "@tailwindcss/postcss": "^4",
98
+ "@tanstack/react-table": "^8.21.3",
99
+ "@testing-library/jest-dom": "^6.9.1",
100
+ "@testing-library/react": "^16.3.2",
101
+ "@testing-library/user-event": "^14.6.1",
102
+ "@types/jest-axe": "^3.5.9",
95
103
  "@types/node": "^20",
96
104
  "@types/react": "^19.1.8",
97
105
  "@types/react-dom": "^19.1.6",
@@ -104,6 +112,9 @@
104
112
  "eslint-config-prettier": "^10.1.8",
105
113
  "eslint-plugin-storybook": "^10.1.10",
106
114
  "husky": "^9.1.7",
115
+ "jest": "^30.2.0",
116
+ "jest-axe": "^10.0.0",
117
+ "jest-environment-jsdom": "^30.2.0",
107
118
  "lint-staged": "^16.2.7",
108
119
  "mkdirp": "^3.0.1",
109
120
  "playwright": "^1.57.0",
@@ -114,6 +125,7 @@
114
125
  "react-hook-form": "^7.71.1",
115
126
  "storybook": "^10.1.10",
116
127
  "tailwindcss": "^4",
128
+ "ts-node": "^10.9.2",
117
129
  "tsup": "^8.4.0",
118
130
  "tw-animate-css": "^1.4.0",
119
131
  "typescript": "^5.8.3",