Skip to content

Commit 712236d

Browse files
Update dependency @blueprintjs/icons to v6
1 parent d88527d commit 712236d

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@blueprintjs/core": "4.20.2",
47-
"@blueprintjs/icons": "4.16.0",
47+
"@blueprintjs/icons": "6.0.0",
4848
"react": "18.2.0",
4949
"react-dom": "18.2.0",
5050
"tailwindcss": "3.3.3"

yarn.lock

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,16 @@
243243
react-transition-group "^4.4.5"
244244
tslib "~2.5.0"
245245

246-
"@blueprintjs/[email protected]", "@blueprintjs/icons@^4.16.0":
246+
"@blueprintjs/[email protected]":
247+
version "6.0.0"
248+
resolved "https://registry.yarnpkg.com/@blueprintjs/icons/-/icons-6.0.0.tgz#4ff69d75eebca96d42f6778a663bd655b8a4dd66"
249+
integrity sha512-t8j+JAlNgrrhiI/QtehDPea/jY62wW3vIlsoqgezXfevnCuVXb1QQNOc2if46LYkUkFXWvD7rBZanLnXxBgB1g==
250+
dependencies:
251+
change-case "^4.1.2"
252+
classnames "^2.3.1"
253+
tslib "~2.6.2"
254+
255+
"@blueprintjs/icons@^4.16.0":
247256
version "4.16.0"
248257
resolved "https://registry.yarnpkg.com/@blueprintjs/icons/-/icons-4.16.0.tgz#47f9e8abe64d84fc18721080b8f191d8aac075d8"
249258
integrity sha512-cyfgjUZcZCtQrXWUV8FwqYTFEzduV4a0N7yhOU38jY+cBRCLu/sDrD0Osvfk4DGRvNe4YjY7pohVLFSxpg68Uw==
@@ -2860,7 +2869,12 @@ tslib@^1.8.1:
28602869
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
28612870
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
28622871

2863-
tslib@^2.0.3, tslib@~2.5.0:
2872+
tslib@^2.0.3, tslib@~2.6.2:
2873+
version "2.6.3"
2874+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
2875+
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
2876+
2877+
tslib@~2.5.0:
28642878
version "2.5.0"
28652879
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
28662880
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==

0 commit comments

Comments
 (0)