@sap-ux/ui-components 1.3.2 → 1.3.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/package.json +8 -7
- package/storybook/110.3315d60a91e95de619a1.manager.bundle.js +893 -0
- package/storybook/{258.6b9f6fa93f51500d93ab.manager.bundle.js → 151.0aea02a18ea2ceeaece2.manager.bundle.js} +1 -1
- package/storybook/24.699b5db7d897cafb43de.manager.bundle.js +1 -0
- package/storybook/{733.4fa1d656.iframe.bundle.js → 287.af8569bb.iframe.bundle.js} +124 -125
- package/storybook/{883.87c3d6e4018a9475b7f2.manager.bundle.js → 308.3ef1252cf4e6f4ea4f87.manager.bundle.js} +1 -1
- package/storybook/{879.0a496e45cf06854e7e06.manager.bundle.js → 527.5ad8ca17f37f0faebdb5.manager.bundle.js} +1 -1
- package/storybook/{505.f06a671834c4f1a9636f.manager.bundle.js → 775.2c32f5dec8245bf06a35.manager.bundle.js} +1 -1
- package/storybook/851.7748d349.iframe.bundle.js +1 -0
- package/storybook/{824.dd952918be415748d38c.manager.bundle.js → 869.9c11e9955598ae6cadd2.manager.bundle.js} +1 -1
- package/storybook/iframe.html +1 -1
- package/storybook/index.html +1 -1
- package/storybook/main.b4a45ef08c0924d448fe.manager.bundle.js +1 -0
- package/storybook/{main.a2292fb0.iframe.bundle.js → main.c801ce1b.iframe.bundle.js} +8 -8
- package/storybook/project.json +1 -1
- package/storybook/runtime~main.ba314729ba919faf14ba.manager.bundle.js +2 -0
- package/storybook/{runtime~main.d4909001.iframe.bundle.js → runtime~main.ded4beec.iframe.bundle.js} +1 -1
- package/storybook/225.513e19a7fac5eb9974fd.manager.bundle.js +0 -1
- package/storybook/314.b76a1eda.iframe.bundle.js +0 -1
- package/storybook/833.c8acd0abdd447cc21f49.manager.bundle.js +0 -894
- package/storybook/main.7470e5bf63260dee645c.manager.bundle.js +0 -1
- package/storybook/runtime~main.cac04048755ec95671b2.manager.bundle.js +0 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/ui-components",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.3",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "SAP UI Components Library",
|
|
6
6
|
"repository": {
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"storybook-addon-turbo-build": "1.1.0",
|
|
34
|
-
"@babel/core": "7.20.
|
|
34
|
+
"@babel/core": "7.20.12",
|
|
35
35
|
"@babel/helper-define-map": "7.18.6",
|
|
36
|
-
"@storybook/builder-webpack5": "6.5.
|
|
37
|
-
"@storybook/manager-webpack5": "6.5.
|
|
38
|
-
"@storybook/react": "6.5.
|
|
36
|
+
"@storybook/builder-webpack5": "6.5.16",
|
|
37
|
+
"@storybook/manager-webpack5": "6.5.16",
|
|
38
|
+
"@storybook/react": "6.5.16",
|
|
39
39
|
"@types/enzyme": "3.10.12",
|
|
40
40
|
"@types/enzyme-adapter-react-16": "1.0.6",
|
|
41
41
|
"@types/react": "16.14.0",
|
|
@@ -45,14 +45,15 @@
|
|
|
45
45
|
"@types/uuid": "3.4.7",
|
|
46
46
|
"@testing-library/react": "12.1.5",
|
|
47
47
|
"@testing-library/jest-dom": "5.16.5",
|
|
48
|
-
"babel-jest": "24.8.0",
|
|
49
|
-
"babel-loader": "9.1.
|
|
48
|
+
"babel-jest": "^24.8.0",
|
|
49
|
+
"babel-loader": "9.1.2",
|
|
50
50
|
"copyfiles": "2.4.1",
|
|
51
51
|
"css-loader": "6.7.1",
|
|
52
52
|
"enzyme": "3.11.0",
|
|
53
53
|
"enzyme-adapter-react-16": "1.15.7",
|
|
54
54
|
"eslint": "8.23.0",
|
|
55
55
|
"eslint-plugin-react": "7.31.10",
|
|
56
|
+
"jest-environment-jsdom": "29.4.2",
|
|
56
57
|
"jest-scss-transform": "1.0.3",
|
|
57
58
|
"npm-run-all": "4.1.5",
|
|
58
59
|
"react": "16.14.0",
|