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(deps): update dependency tslib to ^2.7.0 (v5) #11082

Merged
merged 1 commit into from
Oct 7, 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
2 changes: 1 addition & 1 deletion packages/react-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@patternfly/react-tokens": "workspace:^",
"hoist-non-react-statics": "^3.3.2",
"lodash": "^4.17.21",
"tslib": "^2.6.3",
"tslib": "^2.7.0",
"victory-area": "^37.1.1",
"victory-axis": "^37.1.1",
"victory-bar": "^37.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-code-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@patternfly/react-icons": "workspace:^",
"@patternfly/react-styles": "workspace:^",
"react-dropzone": "14.2.3",
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"peerDependencies": {
"react": "^17 || ^18",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@patternfly/react-tokens": "workspace:^",
"focus-trap": "7.5.4",
"react-dropzone": "^14.2.3",
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"devDependencies": {
"@patternfly/patternfly": "5.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@patternfly/patternfly": "5.4.0",
"fs-extra": "^11.2.0",
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"peerDependencies": {
"react": "^17 || ^18",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@patternfly/react-styles": "workspace:^",
"@patternfly/react-tokens": "workspace:^",
"lodash": "^4.17.21",
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"peerDependencies": {
"react": "^17 || ^18",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@patternfly/react-icons": "workspace:^",
"@patternfly/react-styles": "workspace:^",
"@patternfly/react-tokens": "workspace:^",
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"peerDependencies": {
"react": "^17 || ^18",
Expand Down
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3188,7 +3188,7 @@ __metadata:
fs-extra: "npm:^11.2.0"
hoist-non-react-statics: "npm:^3.3.2"
lodash: "npm:^4.17.21"
tslib: "npm:^2.6.3"
tslib: "npm:^2.7.0"
victory-area: "npm:^37.1.1"
victory-axis: "npm:^37.1.1"
victory-bar: "npm:^37.1.1"
Expand Down Expand Up @@ -3222,7 +3222,7 @@ __metadata:
"@patternfly/react-styles": "workspace:^"
monaco-editor: "npm:^0.52.0"
react-dropzone: "npm:14.2.3"
tslib: "npm:^2.6.3"
tslib: "npm:^2.7.0"
peerDependencies:
react: ^17 || ^18
react-dom: ^17 || ^18
Expand All @@ -3241,7 +3241,7 @@ __metadata:
focus-trap: "npm:7.5.4"
fs-extra: "npm:^11.2.0"
react-dropzone: "npm:^14.2.3"
tslib: "npm:^2.6.3"
tslib: "npm:^2.7.0"
peerDependencies:
react: ^17 || ^18
react-dom: ^17 || ^18
Expand Down Expand Up @@ -3293,7 +3293,7 @@ __metadata:
"@fortawesome/free-solid-svg-icons": "npm:^5.15.4"
"@patternfly/patternfly": "npm:5.4.0"
fs-extra: "npm:^11.2.0"
tslib: "npm:^2.6.3"
tslib: "npm:^2.7.0"
peerDependencies:
react: ^17 || ^18
react-dom: ^17 || ^18
Expand Down Expand Up @@ -3386,7 +3386,7 @@ __metadata:
"@patternfly/react-styles": "workspace:^"
"@patternfly/react-tokens": "workspace:^"
lodash: "npm:^4.17.21"
tslib: "npm:^2.6.3"
tslib: "npm:^2.7.0"
peerDependencies:
react: ^17 || ^18
react-dom: ^17 || ^18
Expand All @@ -3401,7 +3401,7 @@ __metadata:
"@patternfly/react-icons": "workspace:^"
"@patternfly/react-styles": "workspace:^"
"@patternfly/react-tokens": "workspace:^"
tslib: "npm:^2.6.3"
tslib: "npm:^2.7.0"
peerDependencies:
react: ^17 || ^18
react-dom: ^17 || ^18
Expand Down Expand Up @@ -20244,13 +20244,20 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:^2.0.0, tslib@npm:^2.0.1, tslib@npm:^2.0.3, tslib@npm:^2.1.0, tslib@npm:^2.3.0, tslib@npm:^2.4.0, tslib@npm:^2.6.2, tslib@npm:^2.6.3":
"tslib@npm:^2.0.0, tslib@npm:^2.0.1, tslib@npm:^2.0.3, tslib@npm:^2.1.0, tslib@npm:^2.3.0, tslib@npm:^2.4.0, tslib@npm:^2.6.2":
version: 2.6.3
resolution: "tslib@npm:2.6.3"
checksum: 10c0/2598aef53d9dbe711af75522464b2104724d6467b26a60f2bdac8297d2b5f1f6b86a71f61717384aa8fd897240467aaa7bcc36a0700a0faf751293d1331db39a
languageName: node
linkType: hard

"tslib@npm:^2.7.0":
version: 2.7.0
resolution: "tslib@npm:2.7.0"
checksum: 10c0/469e1d5bf1af585742128827000711efa61010b699cb040ab1800bcd3ccdd37f63ec30642c9e07c4439c1db6e46345582614275daca3e0f4abae29b0083f04a6
languageName: node
linkType: hard

"tsutils@npm:^3.21.0":
version: 3.21.0
resolution: "tsutils@npm:3.21.0"
Expand Down
Loading