Skip to content

Commit 600590c

Browse files
fix(deps): update dependency @ant-design/plots to v1.2.5
1 parent fc7714a commit 600590c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"pretty": "prettier --write ."
1313
},
1414
"dependencies": {
15-
"@ant-design/plots": "1.2.1",
15+
"@ant-design/plots": "1.2.5",
1616
"@ant-design/pro-components": "1.1.16",
1717
"@tanstack/react-query": "4.3.9",
1818
"@tremor/react": "^1.0.7",

frontend/yarn.lock

+5-4
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,13 @@
3333
classnames "^2.2.6"
3434
rc-util "^5.9.4"
3535

36-
"@ant-design/[email protected].1":
37-
version "1.2.1"
38-
resolved "https://registry.npmjs.org/@ant-design/plots/-/plots-1.2.1.tgz"
39-
integrity sha512-wbcmhHRkVi7IFyqzVNUozcJtIpgWHOFHbny5T+DLQoE2lzh+A1nTOfhlPJXc6aq56uIg6w+4iN/umsJKUmcLPw==
36+
"@ant-design/[email protected].5":
37+
version "1.2.5"
38+
resolved "https://registry.yarnpkg.com/@ant-design/plots/-/plots-1.2.5.tgz#404caf0e2c8d052590fe080c6f0fdf0e0c3119ab"
39+
integrity sha512-8Jvu2xC5y5/B38/9Qr6CBiXCZopsGEA3IR4pjLFlkLoT4OHIKr4y8oIvhahM9mh9ZATyjkrZLWJBI8yETrReGg==
4040
dependencies:
4141
"@antv/g2plot" "^2.2.11"
42+
"@antv/util" "^2.0.9"
4243
react-content-loader "^5.0.4"
4344

4445
"@ant-design/[email protected]":

0 commit comments

Comments
 (0)