@zextras/carbonio-design-system 12.1.0 → 12.1.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 +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zextras/carbonio-design-system",
|
|
3
|
-
"version": "12.1.
|
|
3
|
+
"version": "12.1.2",
|
|
4
4
|
"description": "An awesome UI for Zextras Projects.",
|
|
5
5
|
"main": "./dist/zapp-ui.bundle.cjs",
|
|
6
6
|
"module": "./dist/zapp-ui.bundle.mjs",
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"lint": "eslint --ext .js,.jsx,.ts,.tsx --resolve-plugins-relative-to node_modules/@zextras/carbonio-ui-configs src docs .storybook scripts",
|
|
24
24
|
"lint:icons": "eslint --ext .ts,.tsx --resolve-plugins-relative-to node_modules/@zextras/carbonio-ui-configs src/icons --fix",
|
|
25
25
|
"test": "vitest run",
|
|
26
|
+
"test:ci": "vitest run --maxWorkers=2",
|
|
26
27
|
"test-storybook": "pnpm exec playwright install && pnpm run build:docs -- --test && pnpm dlx concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"pnpm dlx http-server ./storybook-static --port 6006 --silent\" \"pnpm dlx wait-on tcp:127.0.0.1:6006 && test-storybook --maxWorkers=2 --index-json\"",
|
|
27
28
|
"test-storybook:update-images": "pnpm exec playwright install && pnpm run build:docs -- --test && pnpm dlx concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"pnpm dlx http-server ./storybook-static --port 6006 --silent\" \"pnpm dlx wait-on tcp:127.0.0.1:6006 && test-storybook --maxWorkers=2 --index-json -u\"",
|
|
28
29
|
"icons:build": "tsc ./src/icons/tsTemplate.ts && pnpm dlx @svgr/cli svg && pnpm run lint:icons",
|
|
@@ -100,7 +101,7 @@
|
|
|
100
101
|
"@vitest/coverage-v8": "4.1.8",
|
|
101
102
|
"@zextras/carbonio-ui-configs": "1.0.4",
|
|
102
103
|
"babel-loader": "10.1.1",
|
|
103
|
-
"conventional-changelog-conventionalcommits": "
|
|
104
|
+
"conventional-changelog-conventionalcommits": "9.3.1",
|
|
104
105
|
"create-index": "2.6.0",
|
|
105
106
|
"eslint": "8.57.1",
|
|
106
107
|
"eslint-plugin-import": "2.32.0",
|
|
@@ -155,6 +156,7 @@
|
|
|
155
156
|
"unrs-resolver"
|
|
156
157
|
],
|
|
157
158
|
"overrides": {
|
|
159
|
+
"conventional-changelog-conventionalcommits": "9.3.1",
|
|
158
160
|
"prettier@^3": "3.3.3",
|
|
159
161
|
"eslint-plugin-prettier": "5.5.6"
|
|
160
162
|
}
|