mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 10:35:11 +00:00
build(deps): bump @blueprintjs/core from 4.13.0 to 4.14.1 (#1432)
* build(deps): bump @blueprintjs/core from 4.13.0 to 4.14.1 Bumps [@blueprintjs/core](https://github.com/palantir/blueprint/tree/HEAD/packages/core) from 4.13.0 to 4.14.1. - [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.14.1/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> * fix breaking path name change 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
David Lechner
parent
a90161f8d3
commit
bf2dec362d
@@ -39,7 +39,7 @@ import {
|
||||
Undo,
|
||||
Virus,
|
||||
WarningSign,
|
||||
} from '@blueprintjs/icons/lib/esm/generated/16px/paths';
|
||||
} from '@blueprintjs/icons/lib/esm/generated-icons/16px/paths';
|
||||
import {
|
||||
Cog as Cog20,
|
||||
Document as Document20,
|
||||
@@ -48,7 +48,7 @@ import {
|
||||
Manual as Manual20,
|
||||
Trash as Trash20,
|
||||
WarningSign as WarningSign20,
|
||||
} from '@blueprintjs/icons/lib/esm/generated/20px/paths';
|
||||
} from '@blueprintjs/icons/lib/esm/generated-icons/20px/paths';
|
||||
import { pascalCase } from 'change-case';
|
||||
|
||||
export function iconNameToPathsRecordKey(name) {
|
||||
|
||||
Reference in New Issue
Block a user