@luscii-healthtech/web-ui 58.2.4 → 58.2.5
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@luscii-healthtech/web-ui",
|
|
3
|
-
"version": "58.2.
|
|
3
|
+
"version": "58.2.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Joris Janssen"
|
|
@@ -49,7 +49,6 @@
|
|
|
49
49
|
"//_": "Open the coverage report and click through the component names and files to reveal visually which lines aren't covered.",
|
|
50
50
|
"open-coverage-report": "open coverage/storybook/lcov-report/index.html",
|
|
51
51
|
"create-coverage-report": "npx nyc report --reporter=lcov --report-dir coverage/storybook",
|
|
52
|
-
"a11y-report": "storybook-a11y-report --outDir '__reports__' --outputFormat html && open __reports__/a11y_report.html",
|
|
53
52
|
"test-storybook:ci": "yarn test-storybook --maxWorkers=2",
|
|
54
53
|
"chromatic": "chromatic --exit-zero-on-changes --only-changed",
|
|
55
54
|
"build-tailwind": "yarn sync:design-tokens && NODE_ENV=production npx tailwindcss -i tailwind.css -o ./dist/web-ui-tailwind.css",
|
|
@@ -145,7 +144,6 @@
|
|
|
145
144
|
"sass": "^1.83.0",
|
|
146
145
|
"sass-loader": "^17.0.0",
|
|
147
146
|
"storybook": "^10.2.13",
|
|
148
|
-
"storybook-a11y-report": "^0.0.21",
|
|
149
147
|
"storybook-addon-tag-badges": "^3.0.4",
|
|
150
148
|
"style-loader": "^4.0.0",
|
|
151
149
|
"tailwindcss": "^4.1.12",
|
|
@@ -191,6 +189,8 @@
|
|
|
191
189
|
],
|
|
192
190
|
"resolutions": {
|
|
193
191
|
"jackspeak": "2.1.1",
|
|
192
|
+
"socks": "2.8.9",
|
|
193
|
+
"minimatch@npm:~3.0.4": "^3.1.3",
|
|
194
194
|
"@types/react": "^18.2.0",
|
|
195
195
|
"@types/react-dom": "^18.2.0"
|
|
196
196
|
},
|