Skip to content

Commit

Permalink
chore(deps): bump tslib from 2.3.1 to 2.5.0 (#6012)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 13, 2023
1 parent 5b35e66 commit 9df9a8a
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 21 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"popper.js": "^1.16.1",
"react-popper": "^1.3.11",
"react-transition-group": "^4.4.5",
"tslib": "~2.3.1"
"tslib": "~2.5.0"
},
"peerDependencies": {
"@types/react": "^16.14.32 || 17 || 18",
Expand Down
2 changes: 1 addition & 1 deletion packages/datetime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@blueprintjs/core": "^4.17.6",
"classnames": "^2.3.1",
"react-day-picker": "7.4.9",
"tslib": "~2.3.1"
"tslib": "~2.5.0"
},
"peerDependencies": {
"@types/react": "^16.14.32 || 17",
Expand Down
2 changes: 1 addition & 1 deletion packages/datetime2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"date-fns": "^2.28.0",
"date-fns-tz": "^1.3.7",
"lodash": "^4.17.21",
"tslib": "~2.3.1"
"tslib": "~2.5.0"
},
"peerDependencies": {
"@types/react": "^16.14.32 || 17",
Expand Down
2 changes: 1 addition & 1 deletion packages/demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-transition-group": "^4.4.5",
"tslib": "~2.3.1"
"tslib": "~2.5.0"
},
"devDependencies": {
"@blueprintjs/node-build-scripts": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-transition-group": "^4.4.5",
"tslib": "~2.3.1",
"tslib": "~2.5.0",
"whatwg-fetch": "^3.4.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@documentalist/client": "^4.0.0",
"classnames": "^2.3.1",
"fuzzaldrin-plus": "^0.6.0",
"tslib": "~2.3.1"
"tslib": "~2.5.0"
},
"peerDependencies": {
"@types/react": "^16.14.32 || 17 || 18",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"change-case": "^4.1.2",
"classnames": "^2.3.1",
"tslib": "~2.3.1"
"tslib": "~2.5.0"
},
"devDependencies": {
"@blueprintjs/node-build-scripts": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/popover2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"classnames": "^2.3.1",
"dom4": "^2.1.5",
"react-popper": "^2.3.0",
"tslib": "~2.3.1"
"tslib": "~2.5.0"
},
"peerDependencies": {
"@types/react": "^16.14.32 || 17 || 18",
Expand Down
2 changes: 1 addition & 1 deletion packages/select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@blueprintjs/core": "^4.17.6",
"@blueprintjs/popover2": "^1.13.10",
"classnames": "^2.3.1",
"tslib": "~2.3.1"
"tslib": "~2.5.0"
},
"peerDependencies": {
"@types/react": "^16.14.32 || 17 || 18",
Expand Down
2 changes: 1 addition & 1 deletion packages/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"classnames": "^2.3.1",
"prop-types": "^15.7.2",
"react-innertext": "^1.1.5",
"tslib": "~2.3.1"
"tslib": "~2.5.0"
},
"peerDependencies": {
"@types/react": "^16.14.32 || 17 || 18",
Expand Down
2 changes: 1 addition & 1 deletion packages/timezone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"classnames": "^2.3.1",
"moment": "^2.29.0",
"moment-timezone": "^0.5.31",
"tslib": "~2.3.1"
"tslib": "~2.5.0"
},
"peerDependencies": {
"@types/react": "^16.14.32 || 17 || 18",
Expand Down
2 changes: 1 addition & 1 deletion packages/tslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "tslint --rules-dir ./lib/rules --test test/rules/**/tslint.json"
},
"dependencies": {
"tslib": "~2.3.1",
"tslib": "~2.5.0",
"tslint-react": "^5.0.0"
},
"peerDependencies": {
Expand Down
13 changes: 4 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11315,15 +11315,10 @@ tslib@^1.13.0, tslib@^1.8.1, tslib@^1.9.0:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==

tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.3.1, tslib@^2.4.0, tslib@^2.4.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e"
integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==

tslib@~2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.3.1, tslib@^2.4.0, tslib@^2.4.1, tslib@~2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==

tslint-react@^5.0.0:
version "5.0.0"
Expand Down

1 comment on commit 9df9a8a

@adidahiya
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chore(deps): bump tslib from 2.3.1 to 2.5.0 (#6012)

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.