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:
dependabot[bot]
2023-01-11 15:54:05 +00:00
committed by GitHub
co-authored by David Lechner
parent a90161f8d3
commit bf2dec362d
3 changed files with 4 additions and 51 deletions
+2 -2
View File
@@ -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) {