@bigtablet/design-system 2.4.0 → 2.4.1
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 +18 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigtablet/design-system",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.1",
|
|
4
4
|
"description": "Bigtablet Design System UI Components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -87,38 +87,38 @@
|
|
|
87
87
|
"@semantic-release/github": "^12.0.1",
|
|
88
88
|
"@semantic-release/npm": "^13.1.1",
|
|
89
89
|
"@size-limit/preset-small-lib": "^12.0.1",
|
|
90
|
-
"@storybook/addon-a11y": "^10.3.
|
|
91
|
-
"@storybook/addon-docs": "^10.3.
|
|
92
|
-
"@storybook/addon-vitest": "^10.3.
|
|
93
|
-
"@storybook/react": "^10.3.
|
|
94
|
-
"@storybook/react-vite": "^10.3.
|
|
90
|
+
"@storybook/addon-a11y": "^10.3.6",
|
|
91
|
+
"@storybook/addon-docs": "^10.3.6",
|
|
92
|
+
"@storybook/addon-vitest": "^10.3.6",
|
|
93
|
+
"@storybook/react": "^10.3.6",
|
|
94
|
+
"@storybook/react-vite": "^10.3.6",
|
|
95
95
|
"@testing-library/dom": "^10.4.1",
|
|
96
96
|
"@testing-library/jest-dom": "^6.9.1",
|
|
97
97
|
"@testing-library/react": "^16.3.2",
|
|
98
98
|
"@types/node": "^24",
|
|
99
99
|
"@types/react": "^19.2.14",
|
|
100
|
-
"@types/react-dom": "^19",
|
|
100
|
+
"@types/react-dom": "^19.2.3",
|
|
101
101
|
"@vitest/browser-playwright": "^4.1.2",
|
|
102
|
-
"@vitest/coverage-v8": "^4.1.
|
|
102
|
+
"@vitest/coverage-v8": "^4.1.5",
|
|
103
103
|
"chromatic": "^16.0.0",
|
|
104
104
|
"conventional-changelog-conventionalcommits": "^9.3.1",
|
|
105
105
|
"esbuild-sass-plugin": "^3.7.0",
|
|
106
106
|
"husky": "^9.1.7",
|
|
107
107
|
"jsdom": "^29.0.1",
|
|
108
|
-
"lucide-react": "^1.
|
|
109
|
-
"next": "^16.2.
|
|
110
|
-
"playwright": "^1.
|
|
111
|
-
"react": "^19.2.
|
|
112
|
-
"react-dom": "^19.2.
|
|
113
|
-
"sass-embedded": "^1.
|
|
108
|
+
"lucide-react": "^1.14.0",
|
|
109
|
+
"next": "^16.2.4",
|
|
110
|
+
"playwright": "^1.59.1",
|
|
111
|
+
"react": "^19.2.5",
|
|
112
|
+
"react-dom": "^19.2.5",
|
|
113
|
+
"sass-embedded": "^1.99.0",
|
|
114
114
|
"semantic-release": "^25.0.1",
|
|
115
115
|
"size-limit": "^12.0.1",
|
|
116
|
-
"storybook": "^10.3.
|
|
116
|
+
"storybook": "^10.3.6",
|
|
117
117
|
"tsup": "^8.5.0",
|
|
118
118
|
"tsx": "^4.21.0",
|
|
119
119
|
"typescript": "^6.0.3",
|
|
120
120
|
"vite": "^6.4.2",
|
|
121
|
-
"vitest": "^4.1.
|
|
121
|
+
"vitest": "^4.1.5"
|
|
122
122
|
},
|
|
123
123
|
"publishConfig": {
|
|
124
124
|
"access": "public",
|
|
@@ -141,7 +141,8 @@
|
|
|
141
141
|
"lodash-es": "^4.18.1",
|
|
142
142
|
"immutable": "^5.1.5",
|
|
143
143
|
"minimatch": "^10.2.4",
|
|
144
|
-
"handlebars": "^4.7.9"
|
|
144
|
+
"handlebars": "^4.7.9",
|
|
145
|
+
"postcss": "^8.5.10"
|
|
145
146
|
}
|
|
146
147
|
}
|
|
147
148
|
}
|