Skip to content

Commit 5dfed3b

Browse files
fix(deps): update dependency @blueprintjs/icons to v6 (#3217)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 16386df commit 5dfed3b

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"@blueprintjs/core": "^5.10.1",
3333
"@blueprintjs/datetime2": "^2.3.3",
34-
"@blueprintjs/icons": "^5.9.0",
34+
"@blueprintjs/icons": "^6.0.0",
3535
"@blueprintjs/select": "^5.1.3",
3636
"@mantine/hooks": "^7.11.2",
3737
"@octokit/rest": "^20.0.0",

yarn.lock

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1520,7 +1520,7 @@ __metadata:
15201520
languageName: node
15211521
linkType: hard
15221522

1523-
"@blueprintjs/icons@npm:^5.23.0, @blueprintjs/icons@npm:^5.9.0":
1523+
"@blueprintjs/icons@npm:^5.23.0":
15241524
version: 5.23.0
15251525
resolution: "@blueprintjs/icons@npm:5.23.0"
15261526
dependencies:
@@ -1538,6 +1538,24 @@ __metadata:
15381538
languageName: node
15391539
linkType: hard
15401540

1541+
"@blueprintjs/icons@npm:^6.0.0":
1542+
version: 6.0.0
1543+
resolution: "@blueprintjs/icons@npm:6.0.0"
1544+
dependencies:
1545+
change-case: "npm:^4.1.2"
1546+
classnames: "npm:^2.3.1"
1547+
tslib: "npm:~2.6.2"
1548+
peerDependencies:
1549+
"@types/react": 18
1550+
react: 18
1551+
react-dom: 18
1552+
peerDependenciesMeta:
1553+
"@types/react":
1554+
optional: true
1555+
checksum: 10c0/64681580ef33580a58ce4f69391047ef2ad007cd00ebc678233feb5f80110329c8fed29e00937dc365c5b9c50836802c694c3e28091d0c564933d5d4fa19c4de
1556+
languageName: node
1557+
linkType: hard
1558+
15411559
"@blueprintjs/select@npm:^5.1.3, @blueprintjs/select@npm:^5.3.21":
15421560
version: 5.3.21
15431561
resolution: "@blueprintjs/select@npm:5.3.21"
@@ -7595,7 +7613,7 @@ __metadata:
75957613
"@babel/runtime": "npm:^7.24.5"
75967614
"@blueprintjs/core": "npm:^5.10.1"
75977615
"@blueprintjs/datetime2": "npm:^2.3.3"
7598-
"@blueprintjs/icons": "npm:^5.9.0"
7616+
"@blueprintjs/icons": "npm:^6.0.0"
75997617
"@blueprintjs/select": "npm:^5.1.3"
76007618
"@convergencelabs/ace-collab-ext": "npm:^0.6.0"
76017619
"@mantine/hooks": "npm:^7.11.2"

0 commit comments

Comments
 (0)