Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update to v6 betas #66

Merged
merged 2 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@
"patternfly"
],
"dependencies": {
"@patternfly/react-core": "6.0.0-alpha.61",
"@patternfly/react-styles": "6.0.0-alpha.23"
"@patternfly/react-core": "6.0.0-alpha.94",
"@patternfly/react-styles": "6.0.0-alpha.33"
},
"peerDependencies": {
"react": "^17 || ^18",
"react-dom": "^17 || ^18"
},
"devDependencies": {
"@patternfly/patternfly": "6.0.0-alpha.139",
"@patternfly/documentation-framework": "6.0.0-alpha.41",
"@patternfly/react-table": "6.0.0-alpha.61",
"@patternfly/react-code-editor": "6.0.0-alpha.61",
"@patternfly/patternfly": "6.0.0-alpha.205",
"@patternfly/documentation-framework": "6.0.0-alpha.69",
"@patternfly/react-table": "6.0.0-alpha.95",
"@patternfly/react-code-editor": "6.0.0-alpha.94",
"@octokit/rest": "^18.0.0",
"surge": "^0.23.1",
"react-monaco-editor": "0.51.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pageData.examples = {

const Component = () => (
<React.Fragment>
<AutoLinkHeader {...{"id":"introduction","size":"h2","className":"ws-title ws-h2"}}>
<AutoLinkHeader {...{"id":"introduction","headingLevel":"h2","className":"ws-title ws-h2"}}>
{`Introduction`}
</AutoLinkHeader>
<p {...{"className":"pf-v6-c-content--p ws-p "}}>
Expand All @@ -90,7 +90,7 @@ const Component = () => (
</PatternflyThemeLink>
{`!`}
</p>
<AutoLinkHeader {...{"id":"examples","size":"h2","className":"ws-title ws-h2"}}>
<AutoLinkHeader {...{"id":"examples","headingLevel":"h2","className":"ws-title ws-h2"}}>
{`Examples`}
</AutoLinkHeader>
{React.createElement(pageData.examples["Basic"])}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ pageData.examples = {

const Component = () => (
<React.Fragment>
<AutoLinkHeader {...{"id":"introduction","size":"h2","className":"ws-title ws-h2"}}>
<AutoLinkHeader {...{"id":"introduction","headingLevel":"h2","className":"ws-title ws-h2"}}>
{`Introduction`}
</AutoLinkHeader>
<p {...{"className":"pf-v6-c-content--p ws-p "}}>
Expand All @@ -175,7 +175,7 @@ const Component = () => (
</PatternflyThemeLink>
{`!`}
</p>
<AutoLinkHeader {...{"id":"examples","size":"h2","className":"ws-title ws-h2"}}>
<AutoLinkHeader {...{"id":"examples","headingLevel":"h2","className":"ws-title ws-h2"}}>
{`Examples`}
</AutoLinkHeader>
{React.createElement(pageData.examples["Basic featured tile"])}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ pageData.examples = {

const Component = () => (
<React.Fragment>
<AutoLinkHeader {...{"id":"introduction","size":"h2","className":"ws-title ws-h2"}}>
<AutoLinkHeader {...{"id":"introduction","headingLevel":"h2","className":"ws-title ws-h2"}}>
{`Introduction`}
</AutoLinkHeader>
<p {...{"className":"pf-v6-c-content--p ws-p "}}>
Expand All @@ -192,7 +192,7 @@ const Component = () => (
<p {...{"className":"pf-v6-c-content--p ws-p "}}>
{`Note: the width, border, and top padding styling are not part of the FilterSidePanel.`}
</p>
<AutoLinkHeader {...{"id":"examples","size":"h2","className":"ws-title ws-h2"}}>
<AutoLinkHeader {...{"id":"examples","headingLevel":"h2","className":"ws-title ws-h2"}}>
{`Examples`}
</AutoLinkHeader>
{React.createElement(pageData.examples["Basic"])}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pageData.examples = {

const Component = () => (
<React.Fragment>
<AutoLinkHeader {...{"id":"introduction","size":"h2","className":"ws-title ws-h2"}}>
<AutoLinkHeader {...{"id":"introduction","headingLevel":"h2","className":"ws-title ws-h2"}}>
{`Introduction`}
</AutoLinkHeader>
<p {...{"className":"pf-v6-c-content--p ws-p "}}>
Expand All @@ -96,7 +96,7 @@ const Component = () => (
</PatternflyThemeLink>
{`!`}
</p>
<AutoLinkHeader {...{"id":"examples","size":"h2","className":"ws-title ws-h2"}}>
<AutoLinkHeader {...{"id":"examples","headingLevel":"h2","className":"ws-title ws-h2"}}>
{`Examples`}
</AutoLinkHeader>
{React.createElement(pageData.examples["Properties side panel with property items"])}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ pageData.examples = {

const Component = () => (
<React.Fragment>
<AutoLinkHeader {...{"id":"introduction","size":"h2","className":"ws-title ws-h2"}}>
<AutoLinkHeader {...{"id":"introduction","headingLevel":"h2","className":"ws-title ws-h2"}}>
{`Introduction`}
</AutoLinkHeader>
<p {...{"className":"pf-v6-c-content--p ws-p "}}>
Expand All @@ -142,7 +142,7 @@ const Component = () => (
</PatternflyThemeLink>
{`!`}
</p>
<AutoLinkHeader {...{"id":"examples","size":"h2","className":"ws-title ws-h2"}}>
<AutoLinkHeader {...{"id":"examples","headingLevel":"h2","className":"ws-title ws-h2"}}>
{`Examples`}
</AutoLinkHeader>
{React.createElement(pageData.examples["Basic"])}
Expand Down
2 changes: 1 addition & 1 deletion packages/module/patternfly-docs/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const centerStyle = {

const IndexPage = () => {
return (
<PageSection style={centerStyle}>
<PageSection hasBodyWrapper={false} style={centerStyle}>
<div style={{ flex: 'none', textAlign: 'center' }}>
<Title size="4xl" headingLevel="h1">
My extension docs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react';
import { css } from '@patternfly/react-styles';

import { Text, TextVariants } from '@patternfly/react-core';
import { Content, ContentVariants } from '@patternfly/react-core';

export interface PropertyItemProps extends Omit<React.HTMLProps<HTMLDivElement>, 'label' | 'value'> {
/** Additional css classes for the Property Item */
Expand All @@ -21,9 +21,9 @@ export const PropertyItem: React.FunctionComponent<PropertyItemProps> = ({
const classes = css('properties-side-panel-pf-property', className);
return (
<div className={classes} {...props}>
<Text component={TextVariants.h5} className="properties-side-panel-pf-property-label">
<Content component={ContentVariants.h5} className="properties-side-panel-pf-property-label">
{label}
</Text>
</Content>
<div className="properties-side-panel-pf-property-value">{value}</div>
</div>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ exports[`PropertiesSidePanel renders properly 1`] = `
>
<h5
class="pf-v6-c-content--h5 properties-side-panel-pf-property-label"
data-ouia-component-id="OUIA-Generated-Text-2"
data-ouia-component-type="PF6/Text"
data-ouia-component-id="OUIA-Generated-Content-2"
data-ouia-component-type="PF6/Content"
data-ouia-safe="true"
data-pf-content="true"
>
Expand All @@ -28,8 +28,8 @@ exports[`PropertiesSidePanel renders properly 1`] = `
>
<h5
class="pf-v6-c-content--h5 properties-side-panel-pf-property-label"
data-ouia-component-id="OUIA-Generated-Text-3"
data-ouia-component-type="PF6/Text"
data-ouia-component-id="OUIA-Generated-Content-3"
data-ouia-component-type="PF6/Content"
data-ouia-safe="true"
data-pf-content="true"
>
Expand Down Expand Up @@ -62,8 +62,8 @@ exports[`PropertiesSidePanel renders properly 1`] = `
>
<h5
class="pf-v6-c-content--h5 properties-side-panel-pf-property-label"
data-ouia-component-id="OUIA-Generated-Text-4"
data-ouia-component-type="PF6/Text"
data-ouia-component-id="OUIA-Generated-Content-4"
data-ouia-component-type="PF6/Content"
data-ouia-safe="true"
data-pf-content="true"
>
Expand All @@ -80,8 +80,8 @@ exports[`PropertiesSidePanel renders properly 1`] = `
>
<h5
class="pf-v6-c-content--h5 properties-side-panel-pf-property-label"
data-ouia-component-id="OUIA-Generated-Text-5"
data-ouia-component-type="PF6/Text"
data-ouia-component-id="OUIA-Generated-Content-5"
data-ouia-component-type="PF6/Content"
data-ouia-safe="true"
data-pf-content="true"
>
Expand All @@ -98,8 +98,8 @@ exports[`PropertiesSidePanel renders properly 1`] = `
>
<h5
class="pf-v6-c-content--h5 properties-side-panel-pf-property-label"
data-ouia-component-id="OUIA-Generated-Text-6"
data-ouia-component-type="PF6/Text"
data-ouia-component-id="OUIA-Generated-Content-6"
data-ouia-component-type="PF6/Content"
data-ouia-safe="true"
data-pf-content="true"
>
Expand All @@ -120,8 +120,8 @@ exports[`PropertiesSidePanel renders properly 1`] = `
>
<h5
class="pf-v6-c-content--h5 properties-side-panel-pf-property-label"
data-ouia-component-id="OUIA-Generated-Text-7"
data-ouia-component-type="PF6/Text"
data-ouia-component-id="OUIA-Generated-Content-7"
data-ouia-component-type="PF6/Content"
data-ouia-safe="true"
data-pf-content="true"
>
Expand Down Expand Up @@ -155,8 +155,8 @@ exports[`PropertiesSidePanel renders properly 1`] = `
>
<h5
class="pf-v6-c-content--h5 properties-side-panel-pf-property-label"
data-ouia-component-id="OUIA-Generated-Text-8"
data-ouia-component-type="PF6/Text"
data-ouia-component-id="OUIA-Generated-Content-8"
data-ouia-component-type="PF6/Content"
data-ouia-safe="true"
data-pf-content="true"
>
Expand Down Expand Up @@ -188,8 +188,8 @@ exports[`PropertiesSidePanel renders properly 1`] = `
>
<h5
class="pf-v6-c-content--h5 properties-side-panel-pf-property-label"
data-ouia-component-id="OUIA-Generated-Text-9"
data-ouia-component-type="PF6/Text"
data-ouia-component-id="OUIA-Generated-Content-9"
data-ouia-component-type="PF6/Content"
data-ouia-safe="true"
data-pf-content="true"
>
Expand All @@ -216,8 +216,8 @@ exports[`PropertyItem renders properly 1`] = `
>
<h5
class="pf-v6-c-content--h5 properties-side-panel-pf-property-label"
data-ouia-component-id="OUIA-Generated-Text-1"
data-ouia-component-type="PF6/Text"
data-ouia-component-id="OUIA-Generated-Content-1"
data-ouia-component-type="PF6/Content"
data-ouia-safe="true"
data-pf-content="true"
>
Expand Down
109 changes: 57 additions & 52 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2519,27 +2519,27 @@
dependencies:
"@octokit/openapi-types" "^12.11.0"

"@patternfly/ast-helpers@^1.4.0-alpha.30":
version "1.16.1"
resolved "https://registry.yarnpkg.com/@patternfly/ast-helpers/-/ast-helpers-1.16.1.tgz#352b939f207a84d9d767118b369ba62c4adca25c"
integrity sha512-uFoub5s+sQ/LSDnm67qPXwLpbLiw3IN6CGfFNBbA3c2z7/8yxNvrz5JP/4Me5LL0x7SJRpjroYzesSn/Vf6OBQ==
"@patternfly/ast-helpers@^1.4.0-alpha.58":
version "1.19.1"
resolved "https://registry.yarnpkg.com/@patternfly/ast-helpers/-/ast-helpers-1.19.1.tgz#c3dbf09e2bd3c9d9f8ce51e348a1890d4b21e944"
integrity sha512-FQIUalqh8LPfX/hPDeC5EtWAYs4z6Ng68eHbsLJuL5Dr8rLtF0IU3SpIM1oPzaku6mALlAYV8N3ZM96XO4s8aA==
dependencies:
acorn "^8.4.1"
acorn-class-fields "^1.0.0"
acorn-jsx "^5.3.2"
acorn-static-class-features "^1.0.0"
astring "^1.7.5"

"@patternfly/[email protected].41":
version "6.0.0-alpha.41"
resolved "https://registry.yarnpkg.com/@patternfly/documentation-framework/-/documentation-framework-6.0.0-alpha.41.tgz#2446f0ee183aa4f686bfb58bc6e62d25c2984f08"
integrity sha512-Tq/kno2Alr6ChipPh2SJJcTxnpYnluzTxw5b+grniqS/pufA3eQKWk/76ovovg/5+o1CmD+UNz7c99ZooUCwtg==
"@patternfly/[email protected].69":
version "6.0.0-alpha.69"
resolved "https://registry.yarnpkg.com/@patternfly/documentation-framework/-/documentation-framework-6.0.0-alpha.69.tgz#d411dd03107cf0ea7635531cc1fec9fa8b82a868"
integrity sha512-Qr28SSTzjNOy2BJSaJvBQYb9JOjuxFv49u7j4kGlY6BgMNUJoHYnGdTOVLBZgl1uvXfLhxRgkHBc4h5/smCFWQ==
dependencies:
"@babel/core" "^7.24.3"
"@babel/preset-env" "^7.24.3"
"@babel/preset-react" "^7.24.1"
"@mdx-js/util" "1.6.16"
"@patternfly/ast-helpers" "^1.4.0-alpha.30"
"@patternfly/ast-helpers" "^1.4.0-alpha.58"
"@reach/router" "npm:@gatsbyjs/[email protected]"
autoprefixer "9.8.6"
babel-loader "^9.1.3"
Expand Down Expand Up @@ -2612,61 +2612,61 @@
puppeteer-cluster "^0.23.0"
xmldoc "^1.1.2"

"@patternfly/[email protected].139":
version "6.0.0-alpha.139"
resolved "https://registry.yarnpkg.com/@patternfly/patternfly/-/patternfly-6.0.0-alpha.139.tgz#417d6d3cf5e923a9cff28c99ecd8a3489fa935ff"
integrity sha512-RfM0pvIhWwaSzobKh/mjkTqYMnAdeOqC1wH9zg9zTab9GyUQdeGkRkd9gpDEQhuuN/bhNpO03W6jpaqauxfpmA==
"@patternfly/[email protected].205":
version "6.0.0-alpha.205"
resolved "https://registry.yarnpkg.com/@patternfly/patternfly/-/patternfly-6.0.0-alpha.205.tgz#9974f712ee69b28ec6851c6240e52c2d99969f9c"
integrity sha512-rzatApP3YpiYOHamDm+RhQpnep2AAhVodVRr3lyg6X5naiSSbPXXGWm7ShhUfftzwW4G1le1Uy0ZlM05rtQHWg==

"@patternfly/[email protected].61":
version "6.0.0-alpha.61"
resolved "https://registry.yarnpkg.com/@patternfly/react-code-editor/-/react-code-editor-6.0.0-alpha.61.tgz#b092198346516c4149aa7a9df7d65fed6d2f7bc8"
integrity sha512-dfML9T6SYNzPrLNlSqlAc3pTW1+GqYagJowLo5U+6Qea0OuLJ91+SiAiIuX1R2VTwSjEvPkgzhUonMgKkuNm+A==
"@patternfly/[email protected].94":
version "6.0.0-alpha.94"
resolved "https://registry.yarnpkg.com/@patternfly/react-code-editor/-/react-code-editor-6.0.0-alpha.94.tgz#a462ab4194f1434aa291dc2d32c802cd06cac29e"
integrity sha512-df0re3F6nscVDbq8gQF9+7pxJSQzMDfPHfmuz6lHi6oQbsyvOXn2YTgv8nMQXFtyt2XmrK5nf3Zfj4ctCv6ZeA==
dependencies:
"@monaco-editor/react" "^4.6.0"
"@patternfly/react-core" "^6.0.0-alpha.61"
"@patternfly/react-icons" "^6.0.0-alpha.23"
"@patternfly/react-styles" "^6.0.0-alpha.23"
"@patternfly/react-core" "^6.0.0-alpha.94"
"@patternfly/react-icons" "^6.0.0-alpha.34"
"@patternfly/react-styles" "^6.0.0-alpha.33"
react-dropzone "14.2.3"
tslib "^2.6.2"

"@patternfly/[email protected].61", "@patternfly/react-core@^6.0.0-alpha.61":
version "6.0.0-alpha.61"
resolved "https://registry.yarnpkg.com/@patternfly/react-core/-/react-core-6.0.0-alpha.61.tgz#b31305d477294a0a82960a51224336aaee34470f"
integrity sha512-rQ1xPXRpSYktFYEQ7pywWf/GconQhA+RNYd+aVAMIR6JnSDG/9Ws5yFKIHAlHROXtjLJIHgz8TmFSBM1aW0AkQ==
"@patternfly/[email protected].94", "@patternfly/react-core@^6.0.0-alpha.94":
version "6.0.0-alpha.94"
resolved "https://registry.yarnpkg.com/@patternfly/react-core/-/react-core-6.0.0-alpha.94.tgz#60f8811ca5ac084ae6aff87d5fe0c6e47135a7b9"
integrity sha512-E2/ulZKhMB8QHUXbonnm5Mqtbw7TW2AyfsMHHeV4RW0nn7HccZ6G+YEjo7i4ThTCdmBqU26e57tS0VUHVmYdww==
dependencies:
"@patternfly/react-icons" "^6.0.0-alpha.23"
"@patternfly/react-styles" "^6.0.0-alpha.23"
"@patternfly/react-tokens" "^6.0.0-alpha.23"
"@patternfly/react-icons" "^6.0.0-alpha.34"
"@patternfly/react-styles" "^6.0.0-alpha.33"
"@patternfly/react-tokens" "^6.0.0-alpha.33"
focus-trap "7.5.4"
react-dropzone "^14.2.3"
tslib "^2.6.2"

"@patternfly/react-icons@^6.0.0-alpha.23":
version "6.0.0-alpha.23"
resolved "https://registry.yarnpkg.com/@patternfly/react-icons/-/react-icons-6.0.0-alpha.23.tgz#3903733fb82113b41bff0669232b90e1277ed35a"
integrity sha512-OfKHrS2ZSmu9fMEBKQ2t6ZeJ/uw1y7pobxATWn08NHJvscAceiN5a76VET2+kLrHYXCpK/EYjgpTlXNmm0hZKw==

"@patternfly/[email protected].23", "@patternfly/react-styles@^6.0.0-alpha.23":
version "6.0.0-alpha.23"
resolved "https://registry.yarnpkg.com/@patternfly/react-styles/-/react-styles-6.0.0-alpha.23.tgz#b4bf2fefe5a2039a466c78888475c9c533ae8f70"
integrity sha512-N8HuDF68rFRJkWVoCDSUauiOrnjcLHUFrGJGaxnjynzee+GbpHf22NS9E9xmc25CDDzICMrU/SvthocxzQowKA==

"@patternfly/[email protected].61":
version "6.0.0-alpha.61"
resolved "https://registry.yarnpkg.com/@patternfly/react-table/-/react-table-6.0.0-alpha.61.tgz#4a6cfa66458236baf048b53609ac42b544934a2e"
integrity sha512-bA5rBKzuip4DPd3u9oJIlR0IrCCn+aeHwk7k1fWpFd/IbFRMkrHZQIXOOD48IARxUDjvP26BWqMbxFxLdN7Fww==
dependencies:
"@patternfly/react-core" "^6.0.0-alpha.61"
"@patternfly/react-icons" "^6.0.0-alpha.23"
"@patternfly/react-styles" "^6.0.0-alpha.23"
"@patternfly/react-tokens" "^6.0.0-alpha.23"
lodash "^4.17.19"
tslib "^2.6.2"
"@patternfly/react-icons@^6.0.0-alpha.34":
version "6.0.0-alpha.34"
resolved "https://registry.yarnpkg.com/@patternfly/react-icons/-/react-icons-6.0.0-alpha.34.tgz#4066d5bb4f66cf461aab9554d86968e0964d6ae2"
integrity sha512-YApbSfIEevWhTila9OzG6RHmbu/f+08XCUiNjTri2ZY54flvX/+GZDdt6gLzS+JQlysA6MCtzRxLgWAKh27Uew==

"@patternfly/[email protected].33", "@patternfly/react-styles@^6.0.0-alpha.33":
version "6.0.0-alpha.33"
resolved "https://registry.yarnpkg.com/@patternfly/react-styles/-/react-styles-6.0.0-alpha.33.tgz#6f1035e7b3ac332cc923b618db2caf5a38793ff5"
integrity sha512-YWKYugsoMw4IdLm02d0d5gKM4RKIhF3n2DlomJ6crNQfnpb9jQhA9Zixj35LiHUrQRre97W5VA4UfSGM5zZk5w==

"@patternfly/[email protected].95":
version "6.0.0-alpha.95"
resolved "https://registry.yarnpkg.com/@patternfly/react-table/-/react-table-6.0.0-alpha.95.tgz#f49568c69aafb89adb1e0fb6513e7eceebceb29d"
integrity sha512-fVq4iNojcrB4G212LNeLfCwYXWTotLPbD60+s85HkIsuaFLHM2mEToAebUm1RpYgVjO1mFq95wt/8WvSmVPzgQ==
dependencies:
"@patternfly/react-core" "^6.0.0-alpha.94"
"@patternfly/react-icons" "^6.0.0-alpha.34"
"@patternfly/react-styles" "^6.0.0-alpha.33"
"@patternfly/react-tokens" "^6.0.0-alpha.33"
lodash "^4.17.21"
tslib "^2.6.3"

"@patternfly/react-tokens@^6.0.0-alpha.23":
version "6.0.0-alpha.23"
resolved "https://registry.yarnpkg.com/@patternfly/react-tokens/-/react-tokens-6.0.0-alpha.23.tgz#ee3f5da222bf52b75d9c3f578be5885eff745ef6"
integrity sha512-YaHFiY1vxDI8rpBHY5qt6FbZV2onnvWwbxQseCN2UxDeLx2pb54ZN/sutUnie6FUm3cyKFaTwYS2zDGHZYmeMg==
"@patternfly/react-tokens@^6.0.0-alpha.33":
version "6.0.0-alpha.33"
resolved "https://registry.yarnpkg.com/@patternfly/react-tokens/-/react-tokens-6.0.0-alpha.33.tgz#a207f74dbad7943b0ac18d5abb5885bcbff1cebc"
integrity sha512-77hzWw2ODIBFFHUF+Vf3NseBEAyddWIakqZNqLc2TSoWFUOEpTd1DBtb1qb5RV3uMzKHdOtHNIh17P0Unz41KA==

"@polka/url@^1.0.0-next.20":
version "1.0.0-next.21"
Expand Down Expand Up @@ -11779,6 +11779,11 @@ tslib@^2.6.2:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==

tslib@^2.6.3:
version "2.6.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==

tsutils@^3.21.0:
version "3.21.0"
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
Expand Down
Loading