build(deps): bump @blueprintjs/popover2 from 1.11.3 to 1.12.0 (#1454)

* build(deps): bump @blueprintjs/popover2 from 1.11.3 to 1.12.0

Bumps [@blueprintjs/popover2](https://github.com/palantir/blueprint/tree/HEAD/packages/core) from 1.11.3 to 1.12.0.
- [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/popover2@1.12.0/packages/core)

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

Signed-off-by: dependabot[bot] <support@github.com>

* fix breaking change in blueprintjs popover2

work around https://github.com/palantir/blueprint/issues/5889

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Lechner <david@pybricks.com>
This commit is contained in:
dependabot[bot]
2023-01-24 16:18:23 +00:00
committed by GitHub
co-authored by David Lechner
parent 939ded73fa
commit 7b0dc47b04
3 changed files with 6 additions and 74 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
"dependencies": {
"@babel/core": "^7.20.12",
"@blueprintjs/core": "^4.15.0",
"@blueprintjs/popover2": "^1.11.3",
"@blueprintjs/popover2": "^1.12.0",
"@blueprintjs/select": "^4.8.17",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@pybricks/firmware": "6.7.0",