@mittwald/flow-react-components 0.1.0-alpha.34 → 0.1.0-alpha.35
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 +6 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-react-components",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.35",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"start": "run storybook dev --port 6006",
|
|
148
148
|
"test": "",
|
|
149
149
|
"test:compile": "run tsc --noEmit",
|
|
150
|
-
"test:unit": "
|
|
150
|
+
"test:unit": "run vitest run"
|
|
151
151
|
},
|
|
152
152
|
"dependencies": {
|
|
153
153
|
"@react-aria/utils": "^3.23.2",
|
|
@@ -164,7 +164,6 @@
|
|
|
164
164
|
"remeda": "^1.46.2"
|
|
165
165
|
},
|
|
166
166
|
"devDependencies": {
|
|
167
|
-
"@jest/globals": "^29.7.0",
|
|
168
167
|
"@mittwald/flow-design-tokens": "^0.1.0-alpha.34",
|
|
169
168
|
"@nx/storybook": "^18.1.0",
|
|
170
169
|
"@storybook/addon-a11y": "^7.6.17",
|
|
@@ -183,17 +182,16 @@
|
|
|
183
182
|
"@storybook/testing-library": "^0.2.2",
|
|
184
183
|
"@storybook/theming": "^7.6.17",
|
|
185
184
|
"@testing-library/react": "^14.2.1",
|
|
186
|
-
"@types/jest": "^29.5.12",
|
|
187
185
|
"@types/node": "20.11.24",
|
|
188
186
|
"@types/prettier": "^3.0.0",
|
|
189
187
|
"@types/prop-types": "^15.7.11",
|
|
190
188
|
"@types/react": "^18.2.61",
|
|
191
189
|
"@types/react-dom": "^18.2.19",
|
|
192
190
|
"@types/rollup": "^0.54.0",
|
|
191
|
+
"@vitest/coverage-v8": "^1.3.1",
|
|
193
192
|
"decamelize": "^6.0.0",
|
|
194
193
|
"fs-jetpack": "^5.1.0",
|
|
195
|
-
"
|
|
196
|
-
"jest-environment-jsdom": "^29.7.0",
|
|
194
|
+
"happy-dom": "^13.8.4",
|
|
197
195
|
"next": "^14.1.3",
|
|
198
196
|
"nx": "^18.1.0",
|
|
199
197
|
"postcss": "^8.4.35",
|
|
@@ -209,7 +207,6 @@
|
|
|
209
207
|
"storybook": "^7.6.17",
|
|
210
208
|
"storybook-addon-dir": "^1.0.6",
|
|
211
209
|
"storybook-addon-pseudo-states": "^2.2.0",
|
|
212
|
-
"ts-jest": "^29.1.2",
|
|
213
210
|
"tsx": "^4.7.1",
|
|
214
211
|
"typescript": "^5.3.3",
|
|
215
212
|
"typescript-plugin-css-modules": "^5.1.0",
|
|
@@ -218,6 +215,7 @@
|
|
|
218
215
|
"vite-plugin-checker": "^0.6.4",
|
|
219
216
|
"vite-plugin-dts": "^3.7.3",
|
|
220
217
|
"vite-plugin-externalize-deps": "^0.8.0",
|
|
218
|
+
"vitest": "^1.3.1",
|
|
221
219
|
"yaml": "^2.4.0"
|
|
222
220
|
},
|
|
223
221
|
"peerDependencies": {
|
|
@@ -230,5 +228,5 @@
|
|
|
230
228
|
"optional": true
|
|
231
229
|
}
|
|
232
230
|
},
|
|
233
|
-
"gitHead": "
|
|
231
|
+
"gitHead": "7bd9162b95ea847add0865b51864b5d10625f182"
|
|
234
232
|
}
|