Skip to content

Commit

Permalink
Bump @blueprintjs/select from 5.0.23 to 5.1.3
Browse files Browse the repository at this point in the history
Bumps [@blueprintjs/select](https://github.com/palantir/blueprint/tree/HEAD/packages/select) from 5.0.23 to 5.1.3.
- [Release notes](https://github.com/palantir/blueprint/releases)
- [Changelog](https://github.com/palantir/blueprint/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/palantir/blueprint/commits/@blueprintjs/[email protected]/packages/select)

---
updated-dependencies:
- dependency-name: "@blueprintjs/select"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 1, 2024
1 parent 226debc commit cebad5a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@blueprintjs/core": "^5.10.0",
"@blueprintjs/icons": "^5.9.0",
"@blueprintjs/popover2": "^2.0.23",
"@blueprintjs/select": "^5.0.23",
"@blueprintjs/select": "^5.1.3",
"dualsense-ts": "5.1.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1135,13 +1135,13 @@
dependencies:
tslib "~2.6.2"

"@blueprintjs/core@^5.10.0", "@blueprintjs/core@^5.8.2":
version "5.10.0"
resolved "https://registry.yarnpkg.com/@blueprintjs/core/-/core-5.10.0.tgz#3ad53fe624f6f7d9ed8b4ed27f5acee280b88123"
integrity sha512-jJNRw61ITWDJlrqSM+vx8kG6nBrFO55SmIQU2TepQ6iPIv3PQtv1gmLWc0TmUdtiROMy0ehhddMqEulOmOXGsQ==
"@blueprintjs/core@^5.10.0", "@blueprintjs/core@^5.10.1", "@blueprintjs/core@^5.8.2":
version "5.10.1"
resolved "https://registry.yarnpkg.com/@blueprintjs/core/-/core-5.10.1.tgz#d3df1743258a10841d2885dd2ba712d116a96689"
integrity sha512-yE10tC/tA/NWo8zsged3n0PUcjlQzh9GqNKOqMAoSSnsAKGI+RJiHtbS2RERyKU+NailIsuFx1k282ohkJvkOQ==
dependencies:
"@blueprintjs/colors" "^5.1.1"
"@blueprintjs/icons" "^5.8.0"
"@blueprintjs/icons" "^5.9.0"
"@popperjs/core" "^2.11.8"
classnames "^2.3.1"
normalize.css "^8.0.1"
Expand All @@ -1151,7 +1151,7 @@
tslib "~2.6.2"
use-sync-external-store "^1.2.0"

"@blueprintjs/icons@^5.7.0", "@blueprintjs/icons@^5.8.0", "@blueprintjs/icons@^5.9.0":
"@blueprintjs/icons@^5.9.0":
version "5.9.0"
resolved "https://registry.yarnpkg.com/@blueprintjs/icons/-/icons-5.9.0.tgz#f1d6ebffa3033bbdd8ea05dbfa6fb8e5e88cf119"
integrity sha512-9W9DYFqSORBr1QPSEwpbjnftbU+hfWB/gFtpa4LdzR7VhtQaCdcrinyXFmNUFacQ9czYrmr72bP567Rv6pRUDg==
Expand All @@ -1169,13 +1169,13 @@
classnames "^2.3.1"
tslib "~2.6.2"

"@blueprintjs/select@^5.0.23":
version "5.0.23"
resolved "https://registry.yarnpkg.com/@blueprintjs/select/-/select-5.0.23.tgz#ef6d7bf55bf5b82401db912f2c99d0cec1b13ffb"
integrity sha512-cYtd86U7RBVlDh/29hEr2efiO/AEAcv/zmOBZA476HwZo1Aqm1jYkYjT4Xq/HxCcCHOoELD1gg3UPlmx3WVAzQ==
"@blueprintjs/select@^5.1.3":
version "5.1.3"
resolved "https://registry.yarnpkg.com/@blueprintjs/select/-/select-5.1.3.tgz#383c449a215136191e815bd0ebc3ea2d80012ef8"
integrity sha512-9DGtB4S0ck8d6v16DLzLMEWyNRwX5k2YegWwvyLRh4xaeovgFSHphSuJPczvzuhquf+3aTXKryIhB5Ivf3fTGw==
dependencies:
"@blueprintjs/core" "^5.8.2"
"@blueprintjs/icons" "^5.7.0"
"@blueprintjs/core" "^5.10.1"
"@blueprintjs/icons" "^5.9.0"
classnames "^2.3.1"
tslib "~2.6.2"

Expand Down

0 comments on commit cebad5a

Please sign in to comment.