@mieweb/ui 0.3.0-dev.70 → 0.3.0-dev.71

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 +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mieweb/ui",
3
- "version": "0.3.0-dev.70",
3
+ "version": "0.3.0-dev.71",
4
4
  "description": "A themeable, accessible React component library built with Tailwind CSS",
5
5
  "author": "Medical Informatics Engineering, Inc.",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -169,6 +169,7 @@
169
169
  "test:visual": "playwright test",
170
170
  "test:visual:ui": "playwright test --ui",
171
171
  "test:visual:debug": "playwright test --debug",
172
+ "test:storybook": "test-storybook --url http://localhost:6006",
172
173
  "prepublishOnly": "npm run build"
173
174
  },
174
175
  "peerDependencies": {
@@ -221,6 +222,7 @@
221
222
  "@storybook/addon-links": "^10.2.11",
222
223
  "@storybook/react": "^10.2.11",
223
224
  "@storybook/react-vite": "^10.2.11",
225
+ "@storybook/test-runner": "0.24.3",
224
226
  "@tailwindcss/cli": "^4.2.1",
225
227
  "@tailwindcss/postcss": "^4.2.1",
226
228
  "@testing-library/jest-dom": "^6.9.1",
@@ -258,6 +260,6 @@
258
260
  "wavesurfer.js": "^7.12.1"
259
261
  },
260
262
  "engines": {
261
- "node": ">=18.0.0"
263
+ "node": ">=20.0.0"
262
264
  }
263
265
  }