diff --git a/packages/components-react/src/react-component-lib/createComponent.tsx b/packages/components-react/src/react-component-lib/createComponent.tsx index d179160f79..a5e3c37092 100644 --- a/packages/components-react/src/react-component-lib/createComponent.tsx +++ b/packages/components-react/src/react-component-lib/createComponent.tsx @@ -1,4 +1,4 @@ -import React from 'react'; +import React, { createElement } from 'react'; import { attachProps, @@ -80,7 +80,14 @@ export const createReactComponent = < style, }; - return React.createElement(tagName, newProps, children); + /** + * We use createElement here instead of + * React.createElement to work around a + * bug in Vite (https://github.com/vitejs/vite/issues/6104). + * React.createElement causes all elements to be rendered + * as instead of the actual Web Component. + */ + return createElement(tagName, newProps, children); } static get displayName() { diff --git a/packages/components/package-lock.json b/packages/components/package-lock.json index 3bc38fdc46..844893b4e8 100644 --- a/packages/components/package-lock.json +++ b/packages/components/package-lock.json @@ -34,8 +34,8 @@ "@stencil/react-output-target": "^0.2.0", "@stencil/sass": "^1.5.2", "@storybook/addon-a11y": "^6.4.9", - "@storybook/addon-docs": "^6.4.9", - "@storybook/addon-essentials": "^6.4.9", + "@storybook/addon-docs": "^6.1.21", + "@storybook/addon-essentials": "^6.1.21", "@storybook/addon-links": "^6.4.9", "@storybook/addons": "^6.4.9", "@storybook/theming": "^6.4.9", @@ -1937,9 +1937,9 @@ } }, "node_modules/@baloise/angular-output-target": { - "version": "1.0.22", - "resolved": "https://registry.npmjs.org/@baloise/angular-output-target/-/angular-output-target-1.0.22.tgz", - "integrity": "sha512-4EWJHNMdZByK0tC6ECiijNYrdH5OyEeE72Z9iJM0g6gz3AK20KqeyXv0ON0rjP/tRDyZiExQyUkcLGQDk3Q1cg==", + "version": "1.0.24", + "resolved": "https://registry.npmjs.org/@baloise/angular-output-target/-/angular-output-target-1.0.24.tgz", + "integrity": "sha512-BUBv/cjRFxSfZrGri3C/ieH+8t6CBJACrg+T73nzfY/yyGHgXJLdcWUdzc0NhBsUF0UY8EG44hBvejHTc0do3Q==", "dev": true }, "node_modules/@baloise/design-system-fonts": { @@ -1953,9 +1953,9 @@ "integrity": "sha512-Ap6BrvbRSBG2K2yd6W4Vre17H0KPZuXKDXxCny+jrOSC0jKU+I1Z/mb9ffB536DSb1hvMzhGFyU0TH6DztVWBA==" }, "node_modules/@baloise/vue-output-target": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/@baloise/vue-output-target/-/vue-output-target-0.6.3.tgz", - "integrity": "sha512-cqIXLSCmeP0I3622eGD9dlDuYgl4cQSOpnvkwgKm+kiBv6LMDzlTqPAPHV5HSzj+i7YDK/oEbPyqFZWSh2s9tw==", + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/@baloise/vue-output-target/-/vue-output-target-0.6.5.tgz", + "integrity": "sha512-099F2sK3Js9op6sEsXbN3g7V5vrwFesJYqvZf4njrN8CuW7ukvyajZCWlW1mkGtAMPw2kuoiCvocfJRu3Fe6jw==", "dev": true, "peerDependencies": { "@stencil/core": ">=1.8.0" @@ -3143,9 +3143,9 @@ } }, "node_modules/@stencil/react-output-target": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@stencil/react-output-target/-/react-output-target-0.2.0.tgz", - "integrity": "sha512-xVqDn7XE7os8/Ant30bwHL+PF0+0+GGtHonF9/Acvy2Z58HHk10tGFXwJcMMHxF6zCMWrlHIJ76jqEe2gxZobg==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stencil/react-output-target/-/react-output-target-0.2.1.tgz", + "integrity": "sha512-A6ut+ua3s9UPVXHmAco8g6phvRsr8Db1wM6Mws2bdSAawzc1n49afS+FbTMUMcjqKAGShMp5lsM0/QA0jx5SdQ==", "dev": true, "peerDependencies": { "@stencil/core": "^2.9.0" @@ -6504,13 +6504,13 @@ } }, "node_modules/autoprefixer": { - "version": "10.4.1", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.1.tgz", - "integrity": "sha512-B3ZEG7wtzXDRCEFsan7HmR2AeNsxdJB0+sEC0Hc5/c2NbhJqPwuZm+tn233GBVw82L+6CtD6IPSfVruwKjfV3A==", + "version": "10.4.2", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.2.tgz", + "integrity": "sha512-9fOPpHKuDW1w/0EKfRmVnxTDt8166MAnLI3mgZ1JCnhNtYWxcJ6Ud5CO/AVOZi/AvFa8DY9RTy3h3+tFBlrrdQ==", "dev": true, "dependencies": { "browserslist": "^4.19.1", - "caniuse-lite": "^1.0.30001294", + "caniuse-lite": "^1.0.30001297", "fraction.js": "^4.1.2", "normalize-range": "^0.1.2", "picocolors": "^1.0.0", @@ -7699,9 +7699,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001296", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001296.tgz", - "integrity": "sha512-WfrtPEoNSoeATDlf4y3QvkwiELl9GyPLISV5GejTbbQRtQx4LhsXmc9IQ6XCL2d7UxCyEzToEZNMeqR79OUw8Q==", + "version": "1.0.30001298", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001298.tgz", + "integrity": "sha512-AcKqikjMLlvghZL/vfTHorlQsLDhGRalYf1+GmWCf5SCMziSGjRYQW/JEksj14NaYHIR6KIhrFAy0HV5C25UzQ==", "dev": true, "funding": { "type": "opencollective", @@ -9694,9 +9694,9 @@ "dev": true }, "node_modules/electron-to-chromium": { - "version": "1.4.35", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.35.tgz", - "integrity": "sha512-wzTOMh6HGFWeALMI3bif0mzgRrVGyP1BdFRx7IvWukFrSC5QVQELENuy+Fm2dCrAdQH9T3nuqr07n94nPDFBWA==", + "version": "1.4.38", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.38.tgz", + "integrity": "sha512-WhHt3sZazKj0KK/UpgsbGQnUUoFeAHVishzHFExMxagpZgjiGYSC9S0ZlbhCfSH2L2i+2A1yyqOIliTctMx7KQ==", "dev": true }, "node_modules/element-resize-detector": { @@ -10478,9 +10478,9 @@ "dev": true }, "node_modules/fast-glob": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz", - "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==", + "version": "3.2.9", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.9.tgz", + "integrity": "sha512-MBwILhhD92sziIrMQwpqcuGERF+BH99ei2a3XsGJuqEKcSycAL+w0HWokFenZXona+kjFr82Lf71eTxNRC06XQ==", "dev": true, "dependencies": { "@nodelib/fs.stat": "^2.0.2", @@ -10490,7 +10490,7 @@ "micromatch": "^4.0.4" }, "engines": { - "node": ">=8" + "node": ">=8.6.0" } }, "node_modules/fast-json-stable-stringify": { @@ -10810,9 +10810,9 @@ } }, "node_modules/flow-parser": { - "version": "0.168.0", - "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.168.0.tgz", - "integrity": "sha512-YMlc+6vvyDPqWKOpzmyifJXBbwlNdqznuy8YBHxX1/90F8d+NnhsxMe1u/ok5LNvNJVJ2TVMkWudu0BUKOSawA==", + "version": "0.169.0", + "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.169.0.tgz", + "integrity": "sha512-X1DFb6wxXpZLLqM9NX0Wm+4xoN6xAyJn8OwuiHsV0JJvLfD18Z+wbgJ1lM7ykTVINdu8v7Mu0gIzWMvnhKWBkA==", "dev": true, "engines": { "node": ">=0.4.0" @@ -11519,16 +11519,16 @@ } }, "node_modules/globby": { - "version": "11.0.4", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz", - "integrity": "sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", "dev": true, "dependencies": { "array-union": "^2.1.0", "dir-glob": "^3.0.1", - "fast-glob": "^3.1.1", - "ignore": "^5.1.4", - "merge2": "^1.3.0", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", "slash": "^3.0.0" }, "engines": { @@ -12331,9 +12331,9 @@ } }, "node_modules/import-local": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.0.3.tgz", - "integrity": "sha512-bE9iaUY3CXH8Cwfan/abDKAxe1KGT9kyGsBPqf6DMK/z0a2OzAsrukeYNgIH6cH5Xr452jb1TUL8rSfCLjZ9uA==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", + "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", "dev": true, "dependencies": { "pkg-dir": "^4.2.0", @@ -12344,6 +12344,9 @@ }, "engines": { "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/import-local/node_modules/find-up": { @@ -12664,9 +12667,9 @@ } }, "node_modules/is-core-module": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.0.tgz", - "integrity": "sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", + "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", "dev": true, "dependencies": { "has": "^1.0.3" @@ -17718,10 +17721,13 @@ } }, "node_modules/prismjs": { - "version": "1.25.0", - "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.25.0.tgz", - "integrity": "sha512-WCjJHl1KEWbnkQom1+SzftbtXMKQoezOCYs5rECqMN+jP+apI7ftoflyqigqzopSO3hMhTEb0mFClA8lkolgEg==", - "dev": true + "version": "1.26.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.26.0.tgz", + "integrity": "sha512-HUoH9C5Z3jKkl3UunCyiD5jwk0+Hz0fIgQ2nbwU2Oo/ceuTAQAg+pPVnfdt2TJWRVLcxKh9iuoYDUSc8clb5UQ==", + "dev": true, + "engines": { + "node": ">=6" + } }, "node_modules/private": { "version": "0.1.8", @@ -18988,6 +18994,12 @@ "url": "https://github.com/sponsors/wooorm" } }, + "node_modules/refractor/node_modules/prismjs": { + "version": "1.25.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.25.0.tgz", + "integrity": "sha512-WCjJHl1KEWbnkQom1+SzftbtXMKQoezOCYs5rECqMN+jP+apI7ftoflyqigqzopSO3hMhTEb0mFClA8lkolgEg==", + "dev": true + }, "node_modules/regenerate": { "version": "1.4.2", "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", @@ -20652,9 +20664,9 @@ "dev": true }, "node_modules/storybook-addon-designs": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/storybook-addon-designs/-/storybook-addon-designs-6.2.0.tgz", - "integrity": "sha512-cZbfhbLPnEquTF7MU+NXRdKdxjisKseQiSvfGFizXBJtc2kBHGgg8tUHjLVq75uaaP1p/iNPb4SPDow3pM4bfQ==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/storybook-addon-designs/-/storybook-addon-designs-6.2.1.tgz", + "integrity": "sha512-ihsscab8185HnxqTNZlM4TfrCPVsO7AimVA8BapuqT/sfZQF9m5H9C0plT3kbECdIMh2cmzMBF1Tc9ckWRgpWg==", "dev": true, "dependencies": { "@figspec/react": "^1.0.0" @@ -25776,9 +25788,9 @@ } }, "@baloise/angular-output-target": { - "version": "1.0.22", - "resolved": "https://registry.npmjs.org/@baloise/angular-output-target/-/angular-output-target-1.0.22.tgz", - "integrity": "sha512-4EWJHNMdZByK0tC6ECiijNYrdH5OyEeE72Z9iJM0g6gz3AK20KqeyXv0ON0rjP/tRDyZiExQyUkcLGQDk3Q1cg==", + "version": "1.0.24", + "resolved": "https://registry.npmjs.org/@baloise/angular-output-target/-/angular-output-target-1.0.24.tgz", + "integrity": "sha512-BUBv/cjRFxSfZrGri3C/ieH+8t6CBJACrg+T73nzfY/yyGHgXJLdcWUdzc0NhBsUF0UY8EG44hBvejHTc0do3Q==", "dev": true }, "@baloise/design-system-fonts": { @@ -25792,9 +25804,9 @@ "integrity": "sha512-Ap6BrvbRSBG2K2yd6W4Vre17H0KPZuXKDXxCny+jrOSC0jKU+I1Z/mb9ffB536DSb1hvMzhGFyU0TH6DztVWBA==" }, "@baloise/vue-output-target": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/@baloise/vue-output-target/-/vue-output-target-0.6.3.tgz", - "integrity": "sha512-cqIXLSCmeP0I3622eGD9dlDuYgl4cQSOpnvkwgKm+kiBv6LMDzlTqPAPHV5HSzj+i7YDK/oEbPyqFZWSh2s9tw==", + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/@baloise/vue-output-target/-/vue-output-target-0.6.5.tgz", + "integrity": "sha512-099F2sK3Js9op6sEsXbN3g7V5vrwFesJYqvZf4njrN8CuW7ukvyajZCWlW1mkGtAMPw2kuoiCvocfJRu3Fe6jw==", "dev": true, "requires": {} }, @@ -26737,9 +26749,9 @@ } }, "@stencil/react-output-target": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@stencil/react-output-target/-/react-output-target-0.2.0.tgz", - "integrity": "sha512-xVqDn7XE7os8/Ant30bwHL+PF0+0+GGtHonF9/Acvy2Z58HHk10tGFXwJcMMHxF6zCMWrlHIJ76jqEe2gxZobg==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@stencil/react-output-target/-/react-output-target-0.2.1.tgz", + "integrity": "sha512-A6ut+ua3s9UPVXHmAco8g6phvRsr8Db1wM6Mws2bdSAawzc1n49afS+FbTMUMcjqKAGShMp5lsM0/QA0jx5SdQ==", "dev": true, "requires": {} }, @@ -29346,13 +29358,13 @@ "dev": true }, "autoprefixer": { - "version": "10.4.1", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.1.tgz", - "integrity": "sha512-B3ZEG7wtzXDRCEFsan7HmR2AeNsxdJB0+sEC0Hc5/c2NbhJqPwuZm+tn233GBVw82L+6CtD6IPSfVruwKjfV3A==", + "version": "10.4.2", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.2.tgz", + "integrity": "sha512-9fOPpHKuDW1w/0EKfRmVnxTDt8166MAnLI3mgZ1JCnhNtYWxcJ6Ud5CO/AVOZi/AvFa8DY9RTy3h3+tFBlrrdQ==", "dev": true, "requires": { "browserslist": "^4.19.1", - "caniuse-lite": "^1.0.30001294", + "caniuse-lite": "^1.0.30001297", "fraction.js": "^4.1.2", "normalize-range": "^0.1.2", "picocolors": "^1.0.0", @@ -30272,9 +30284,9 @@ "dev": true }, "caniuse-lite": { - "version": "1.0.30001296", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001296.tgz", - "integrity": "sha512-WfrtPEoNSoeATDlf4y3QvkwiELl9GyPLISV5GejTbbQRtQx4LhsXmc9IQ6XCL2d7UxCyEzToEZNMeqR79OUw8Q==", + "version": "1.0.30001298", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001298.tgz", + "integrity": "sha512-AcKqikjMLlvghZL/vfTHorlQsLDhGRalYf1+GmWCf5SCMziSGjRYQW/JEksj14NaYHIR6KIhrFAy0HV5C25UzQ==", "dev": true }, "capture-exit": { @@ -31876,9 +31888,9 @@ "dev": true }, "electron-to-chromium": { - "version": "1.4.35", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.35.tgz", - "integrity": "sha512-wzTOMh6HGFWeALMI3bif0mzgRrVGyP1BdFRx7IvWukFrSC5QVQELENuy+Fm2dCrAdQH9T3nuqr07n94nPDFBWA==", + "version": "1.4.38", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.38.tgz", + "integrity": "sha512-WhHt3sZazKj0KK/UpgsbGQnUUoFeAHVishzHFExMxagpZgjiGYSC9S0ZlbhCfSH2L2i+2A1yyqOIliTctMx7KQ==", "dev": true }, "element-resize-detector": { @@ -32495,9 +32507,9 @@ "dev": true }, "fast-glob": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz", - "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==", + "version": "3.2.9", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.9.tgz", + "integrity": "sha512-MBwILhhD92sziIrMQwpqcuGERF+BH99ei2a3XsGJuqEKcSycAL+w0HWokFenZXona+kjFr82Lf71eTxNRC06XQ==", "dev": true, "requires": { "@nodelib/fs.stat": "^2.0.2", @@ -32769,9 +32781,9 @@ } }, "flow-parser": { - "version": "0.168.0", - "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.168.0.tgz", - "integrity": "sha512-YMlc+6vvyDPqWKOpzmyifJXBbwlNdqznuy8YBHxX1/90F8d+NnhsxMe1u/ok5LNvNJVJ2TVMkWudu0BUKOSawA==", + "version": "0.169.0", + "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.169.0.tgz", + "integrity": "sha512-X1DFb6wxXpZLLqM9NX0Wm+4xoN6xAyJn8OwuiHsV0JJvLfD18Z+wbgJ1lM7ykTVINdu8v7Mu0gIzWMvnhKWBkA==", "dev": true }, "flush-write-stream": { @@ -33344,16 +33356,16 @@ } }, "globby": { - "version": "11.0.4", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz", - "integrity": "sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", "dev": true, "requires": { "array-union": "^2.1.0", "dir-glob": "^3.0.1", - "fast-glob": "^3.1.1", - "ignore": "^5.1.4", - "merge2": "^1.3.0", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", "slash": "^3.0.0" } }, @@ -33964,9 +33976,9 @@ } }, "import-local": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.0.3.tgz", - "integrity": "sha512-bE9iaUY3CXH8Cwfan/abDKAxe1KGT9kyGsBPqf6DMK/z0a2OzAsrukeYNgIH6cH5Xr452jb1TUL8rSfCLjZ9uA==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", + "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", "dev": true, "requires": { "pkg-dir": "^4.2.0", @@ -34202,9 +34214,9 @@ } }, "is-core-module": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.0.tgz", - "integrity": "sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", + "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", "dev": true, "requires": { "has": "^1.0.3" @@ -38117,9 +38129,9 @@ "dev": true }, "prismjs": { - "version": "1.25.0", - "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.25.0.tgz", - "integrity": "sha512-WCjJHl1KEWbnkQom1+SzftbtXMKQoezOCYs5rECqMN+jP+apI7ftoflyqigqzopSO3hMhTEb0mFClA8lkolgEg==", + "version": "1.26.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.26.0.tgz", + "integrity": "sha512-HUoH9C5Z3jKkl3UunCyiD5jwk0+Hz0fIgQ2nbwU2Oo/ceuTAQAg+pPVnfdt2TJWRVLcxKh9iuoYDUSc8clb5UQ==", "dev": true }, "private": { @@ -39131,6 +39143,14 @@ "hastscript": "^6.0.0", "parse-entities": "^2.0.0", "prismjs": "~1.25.0" + }, + "dependencies": { + "prismjs": { + "version": "1.25.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.25.0.tgz", + "integrity": "sha512-WCjJHl1KEWbnkQom1+SzftbtXMKQoezOCYs5rECqMN+jP+apI7ftoflyqigqzopSO3hMhTEb0mFClA8lkolgEg==", + "dev": true + } } }, "regenerate": { @@ -40497,9 +40517,9 @@ "dev": true }, "storybook-addon-designs": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/storybook-addon-designs/-/storybook-addon-designs-6.2.0.tgz", - "integrity": "sha512-cZbfhbLPnEquTF7MU+NXRdKdxjisKseQiSvfGFizXBJtc2kBHGgg8tUHjLVq75uaaP1p/iNPb4SPDow3pM4bfQ==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/storybook-addon-designs/-/storybook-addon-designs-6.2.1.tgz", + "integrity": "sha512-ihsscab8185HnxqTNZlM4TfrCPVsO7AimVA8BapuqT/sfZQF9m5H9C0plT3kbECdIMh2cmzMBF1Tc9ckWRgpWg==", "dev": true, "requires": { "@figspec/react": "^1.0.0" diff --git a/packages/components/package.json b/packages/components/package.json index 74a781b14a..8b583aeb8e 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -94,8 +94,8 @@ "@stencil/react-output-target": "^0.2.0", "@stencil/sass": "^1.5.2", "@storybook/addon-a11y": "^6.4.9", - "@storybook/addon-docs": "^6.4.9", - "@storybook/addon-essentials": "^6.4.9", + "@storybook/addon-docs": "^6.1.21", + "@storybook/addon-essentials": "^6.1.21", "@storybook/addon-links": "^6.4.9", "@storybook/addons": "^6.4.9", "@storybook/theming": "^6.4.9",