Skip to content

fix(deps): update dependency @blueprintjs/select to v6 #3218

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@blueprintjs/core": "^5.10.1",
"@blueprintjs/datetime2": "^2.3.3",
"@blueprintjs/icons": "^6.0.0",
"@blueprintjs/select": "^5.1.3",
"@blueprintjs/select": "^6.0.0",
"@mantine/hooks": "^7.11.2",
"@octokit/rest": "^20.0.0",
"@reduxjs/toolkit": "^1.9.7",
Expand Down
50 changes: 48 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1530,6 +1530,33 @@ __metadata:
languageName: node
linkType: hard

"@blueprintjs/core@npm:^6.1.0":
version: 6.1.0
resolution: "@blueprintjs/core@npm:6.1.0"
dependencies:
"@blueprintjs/colors": "npm:^5.1.8"
"@blueprintjs/icons": "npm:^6.0.0"
"@popperjs/core": "npm:^2.11.8"
classnames: "npm:^2.3.1"
normalize.css: "npm:^8.0.1"
react-popper: "npm:^2.3.0"
react-transition-group: "npm:^4.4.5"
tslib: "npm:~2.6.2"
use-sync-external-store: "npm:^1.2.0"
peerDependencies:
"@types/react": 18
react: 18
react-dom: 18
peerDependenciesMeta:
"@types/react":
optional: true
bin:
upgrade-blueprint-2.0.0-rename: scripts/upgrade-blueprint-2.0.0-rename.sh
upgrade-blueprint-3.0.0-rename: scripts/upgrade-blueprint-3.0.0-rename.sh
checksum: 10c0/596d496480305cb3fe3e0068f9c40f5b507da814b6d223caffb4d3892cf15fa977177b02c726bcd4c5ee3f3b18efcec70ccc98268497dea161618abda10251e9
languageName: node
linkType: hard

"@blueprintjs/datetime2@npm:^2.3.3":
version: 2.3.33
resolution: "@blueprintjs/datetime2@npm:2.3.33"
Expand Down Expand Up @@ -1612,7 +1639,7 @@ __metadata:
languageName: node
linkType: hard

"@blueprintjs/select@npm:^5.1.3, @blueprintjs/select@npm:^5.3.21":
"@blueprintjs/select@npm:^5.3.21":
version: 5.3.21
resolution: "@blueprintjs/select@npm:5.3.21"
dependencies:
Expand All @@ -1631,6 +1658,25 @@ __metadata:
languageName: node
linkType: hard

"@blueprintjs/select@npm:^6.0.0":
version: 6.0.1
resolution: "@blueprintjs/select@npm:6.0.1"
dependencies:
"@blueprintjs/core": "npm:^6.1.0"
"@blueprintjs/icons": "npm:^6.0.0"
classnames: "npm:^2.3.1"
tslib: "npm:~2.6.2"
peerDependencies:
"@types/react": 18
react: 18
react-dom: 18
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 10c0/e0e61ea429002dd530b3d0ea423fa5b5e32958d00d684ba707817d8434b947f8e99fde1c71b244384c6a8564df94a0f39a58064b995e998a9f66a8ac3aa4b0ac
languageName: node
linkType: hard

"@bufbuild/protobuf@npm:^2.5.0":
version: 2.6.0
resolution: "@bufbuild/protobuf@npm:2.6.0"
Expand Down Expand Up @@ -7738,7 +7784,7 @@ __metadata:
"@blueprintjs/core": "npm:^5.10.1"
"@blueprintjs/datetime2": "npm:^2.3.3"
"@blueprintjs/icons": "npm:^6.0.0"
"@blueprintjs/select": "npm:^5.1.3"
"@blueprintjs/select": "npm:^6.0.0"
"@convergencelabs/ace-collab-ext": "npm:^0.6.0"
"@mantine/hooks": "npm:^7.11.2"
"@octokit/rest": "npm:^20.0.0"
Expand Down
Loading