mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-07-27 19:57:11 +00:00
build(deps): bump @blueprintjs/core from 4.18.0 to 4.19.0 (#1741)
* build(deps): bump @blueprintjs/core from 4.18.0 to 4.19.0 Bumps [@blueprintjs/core](https://github.com/palantir/blueprint/tree/HEAD/packages/core) from 4.18.0 to 4.19.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/core@4.19.0/packages/core) --- updated-dependencies: - dependency-name: "@blueprintjs/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * replace use of deprecated Toaster type Fixes breaking change where Toaster is now both a class and an interface. --------- 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:
co-authored by
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
David Lechner
parent
cb9904b1fd
commit
b603a7c3b8
+1
-1
@@ -9,7 +9,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.21.8",
|
||||
"@blueprintjs/core": "^4.18.0",
|
||||
"@blueprintjs/core": "^4.19.0",
|
||||
"@blueprintjs/popover2": "^1.14.2",
|
||||
"@blueprintjs/select": "^4.9.15",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
|
||||
|
||||
+3
-3
@@ -2,7 +2,7 @@
|
||||
// Copyright (c) 2020-2023 The Pybricks Authors
|
||||
|
||||
import './index.scss';
|
||||
import { HotkeysProvider, Toaster } from '@blueprintjs/core';
|
||||
import { HotkeysProvider, OverlayToaster } from '@blueprintjs/core';
|
||||
import { configureStore } from '@reduxjs/toolkit';
|
||||
import { I18nContext } from '@shopify/react-i18n';
|
||||
import React from 'react';
|
||||
@@ -22,7 +22,7 @@ import rootSaga, { RootSagaContext } from './sagas';
|
||||
import { defaultTerminalContext } from './terminal/TerminalContext';
|
||||
import { createCountFunc } from './utils/iter';
|
||||
|
||||
const toasterRef = React.createRef<Toaster>();
|
||||
const toasterRef = React.createRef<OverlayToaster>();
|
||||
|
||||
const sagaMiddleware = createSagaMiddleware<RootSagaContext>({
|
||||
context: {
|
||||
@@ -81,7 +81,7 @@ ReactDOM.render(
|
||||
<App />
|
||||
</HotkeysProvider>
|
||||
</OverlayProvider>
|
||||
<Toaster ref={toasterRef} />
|
||||
<OverlayToaster ref={toasterRef} />
|
||||
</I18nContext.Provider>
|
||||
</Provider>
|
||||
</React.StrictMode>,
|
||||
|
||||
@@ -1532,35 +1532,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@blueprintjs/core@npm:^4.18.0":
|
||||
version: 4.18.0
|
||||
resolution: "@blueprintjs/core@npm:4.18.0"
|
||||
dependencies:
|
||||
"@blueprintjs/colors": ^4.1.22
|
||||
"@blueprintjs/icons": ^4.15.0
|
||||
"@juggle/resize-observer": ^3.4.0
|
||||
"@types/dom4": ^2.0.2
|
||||
classnames: ^2.3.1
|
||||
dom4: ^2.1.5
|
||||
normalize.css: ^8.0.1
|
||||
popper.js: ^1.16.1
|
||||
react-popper: ^1.3.11
|
||||
react-transition-group: ^4.4.5
|
||||
tslib: ~2.5.0
|
||||
peerDependencies:
|
||||
"@types/react": ^16.14.32 || 17 || 18
|
||||
react: ^16.8 || 17 || 18
|
||||
react-dom: ^16.8 || 17 || 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: 62e4dfc7aa49daf7372df3d419dc31b75df8aa67310834c8a100cc57e22de2e94d0b49e352f9da24ecaefc41b3f31727c9cf6750abf31afa19dce89c0ec2a122
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@blueprintjs/core@npm:^4.19.0":
|
||||
version: 4.19.0
|
||||
resolution: "@blueprintjs/core@npm:4.19.0"
|
||||
@@ -2657,7 +2628,7 @@ __metadata:
|
||||
resolution: "@pybricks/pybricks-code@workspace:."
|
||||
dependencies:
|
||||
"@babel/core": ^7.21.8
|
||||
"@blueprintjs/core": ^4.18.0
|
||||
"@blueprintjs/core": ^4.19.0
|
||||
"@blueprintjs/popover2": ^1.14.2
|
||||
"@blueprintjs/select": ^4.9.15
|
||||
"@pmmmwh/react-refresh-webpack-plugin": ^0.5.10
|
||||
|
||||
Reference in New Issue
Block a user