Skip to content

Commit

Permalink
fix(deps): update dependency @ant-design/icons to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2023
1 parent 2921f19 commit df0cbd5
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@ant-design/icons": "^4.8.0",
"@ant-design/icons": "^5.0.1",
"@codesandbox/sandpack-react": "^1.20.5",
"@codesandbox/sandpack-themes": "^1.19.0",
"@octokit/rest": "^19.0.7",
Expand Down
29 changes: 27 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,23 @@ __metadata:
languageName: node
linkType: hard

"@ant-design/colors@npm:^7.0.0":
version: 7.0.0
resolution: "@ant-design/colors@npm:7.0.0"
dependencies:
"@ctrl/tinycolor": ^3.4.0
checksum: 419e98d9cb823ff0935024f4278f7b9c5896805dce4c93d667b5a4d76b03f5fa969b32d1998ee761113da43063e2b23a94c330ad6e865f03fbbb2579907e7fdb
languageName: node
linkType: hard

"@ant-design/icons-svg@npm:^4.2.1":
version: 4.2.1
resolution: "@ant-design/icons-svg@npm:4.2.1"
checksum: c1fa1bbeb0c58209e2c5d49ce001543823ae2d8326e1c7aafb992deac7aaa901a44f9a16151ad919d2628dbe3d783b325ed2b9440436002225801332323296d4
languageName: node
linkType: hard

"@ant-design/icons@npm:^4.7.0, @ant-design/icons@npm:^4.8.0":
"@ant-design/icons@npm:^4.7.0":
version: 4.8.0
resolution: "@ant-design/icons@npm:4.8.0"
dependencies:
Expand All @@ -53,6 +62,22 @@ __metadata:
languageName: node
linkType: hard

"@ant-design/icons@npm:^5.0.1":
version: 5.0.1
resolution: "@ant-design/icons@npm:5.0.1"
dependencies:
"@ant-design/colors": ^7.0.0
"@ant-design/icons-svg": ^4.2.1
"@babel/runtime": ^7.11.2
classnames: ^2.2.6
rc-util: ^5.9.4
peerDependencies:
react: ">=16.0.0"
react-dom: ">=16.0.0"
checksum: 426371e3a2d5d571a2df18229512ea5951ea71b97f1fa3a3a4dc2feda58498c70da7025c6e3ffcf0ae2dab0fb496d117f8962222f17d95dc58498850d9a21566
languageName: node
linkType: hard

"@ant-design/react-slick@npm:~0.29.1":
version: 0.29.2
resolution: "@ant-design/react-slick@npm:0.29.2"
Expand Down Expand Up @@ -2740,7 +2765,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@sabertazimi/blog@workspace:."
dependencies:
"@ant-design/icons": ^4.8.0
"@ant-design/icons": ^5.0.1
"@codesandbox/sandpack-react": ^1.20.5
"@codesandbox/sandpack-themes": ^1.19.0
"@dg-scripts/stylelint-config": ^5.11.0
Expand Down

0 comments on commit df0cbd5

Please sign in to comment.