@swisspost/design-system-components 1.0.0-beta.2 → 1.0.0-beta.3
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/dist/docs.json +1 -1
- package/package.json +4 -5
package/dist/docs.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swisspost/design-system-components",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.3",
|
|
4
4
|
"description": "A collection of web components built with Stencil JS for the Swiss Post Design System.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@stencil/core": "^2.13.0",
|
|
27
27
|
"@stencil/sass": "^2.0.0",
|
|
28
|
-
"@swisspost/design-system-styles": "5.0.0-beta.
|
|
28
|
+
"@swisspost/design-system-styles": "5.0.0-beta.4",
|
|
29
29
|
"sass": "^1.49.7"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@types/jest": "27.5.2",
|
|
42
42
|
"babel-loader": "8.2.5",
|
|
43
43
|
"bootstrap": "5.1.3",
|
|
44
|
-
"cypress": "10.
|
|
44
|
+
"cypress": "10.11.0",
|
|
45
45
|
"cypress-storybook": "0.5.1",
|
|
46
46
|
"jest": "27.5.1",
|
|
47
47
|
"jest-cli": "27.5.1",
|
|
@@ -65,7 +65,6 @@
|
|
|
65
65
|
"storybook:start:headless": "start-storybook -p 9303 -s www --no-open",
|
|
66
66
|
"storybook:build": "build-storybook",
|
|
67
67
|
"storybook:test": "start-server-and-test storybook:start:headless 9303 'cypress run --record false'",
|
|
68
|
-
"cypress:open": "cypress open"
|
|
69
|
-
"postinstall": "pnpm --prefix node_modules/cypress postinstall"
|
|
68
|
+
"cypress:open": "cypress open"
|
|
70
69
|
}
|
|
71
70
|
}
|