mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-03-19 15:01:06 +08:00
fix(deps): Update dependency echarts to v5.3.0.
This commit is contained in:
parent
e5f7ed6494
commit
6571f988c0
.pnp.cjs
.yarn/cache
echarts-npm-5.3.0-96f33b2f53-aa3992d7d9.zipzrender-npm-5.2.1-b78dd813f4-4252ca7bd6.zipzrender-npm-5.3.0-2ba661ff3c-4a5d95d9cc.zip
packages/plugins/blocks/blocks-echarts
yarn.lock
18
.pnp.cjs
generated
18
.pnp.cjs
generated
@ -5363,7 +5363,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["@testing-library/react", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:13.0.0-alpha.4"],
|
||||
["@testing-library/user-event", "virtual:573fe255dffc9c89f4f7aa60da718603753ee98acc55d6772bbd0ebdcf07f9183fb8e54b4f3f2246c538a14ead402db8d2e076039c667d1538702638a0cc87b8#npm:14.0.0-alpha.14"],
|
||||
["copyfiles", "npm:2.4.1"],
|
||||
["echarts", "npm:5.2.1"],
|
||||
["echarts", "npm:5.3.0"],
|
||||
["echarts-for-react", "virtual:80340452f7a2143773390e8962fe504495bdbbbb548d3de37d9f561a9ed93a2a0ad90f0809f4b149dbc7dd5cef711ad15df3fd8610904528bbf246d0242a066f#npm:3.0.2"],
|
||||
["jest", "virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:27.4.7"],
|
||||
["jest-serializer-html", "npm:7.1.0"],
|
||||
@ -10370,12 +10370,12 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
}]
|
||||
]],
|
||||
["echarts", [
|
||||
["npm:5.2.1", {
|
||||
"packageLocation": "./.yarn/cache/echarts-npm-5.2.1-9ab060fe24-61265a409b.zip/node_modules/echarts/",
|
||||
["npm:5.3.0", {
|
||||
"packageLocation": "./.yarn/cache/echarts-npm-5.3.0-96f33b2f53-aa3992d7d9.zip/node_modules/echarts/",
|
||||
"packageDependencies": [
|
||||
["echarts", "npm:5.2.1"],
|
||||
["echarts", "npm:5.3.0"],
|
||||
["tslib", "npm:2.3.0"],
|
||||
["zrender", "npm:5.2.1"]
|
||||
["zrender", "npm:5.3.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
@ -10394,7 +10394,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["echarts-for-react", "virtual:80340452f7a2143773390e8962fe504495bdbbbb548d3de37d9f561a9ed93a2a0ad90f0809f4b149dbc7dd5cef711ad15df3fd8610904528bbf246d0242a066f#npm:3.0.2"],
|
||||
["@types/echarts", null],
|
||||
["@types/react", null],
|
||||
["echarts", "npm:5.2.1"],
|
||||
["echarts", "npm:5.3.0"],
|
||||
["fast-deep-equal", "npm:3.1.3"],
|
||||
["react", "npm:18.0.0-alpha-327d5c484-20211106"],
|
||||
["size-sensor", "npm:1.0.1"],
|
||||
@ -22132,10 +22132,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
}]
|
||||
]],
|
||||
["zrender", [
|
||||
["npm:5.2.1", {
|
||||
"packageLocation": "./.yarn/cache/zrender-npm-5.2.1-b78dd813f4-4252ca7bd6.zip/node_modules/zrender/",
|
||||
["npm:5.3.0", {
|
||||
"packageLocation": "./.yarn/cache/zrender-npm-5.3.0-2ba661ff3c-4a5d95d9cc.zip/node_modules/zrender/",
|
||||
"packageDependencies": [
|
||||
["zrender", "npm:5.2.1"],
|
||||
["zrender", "npm:5.3.0"],
|
||||
["tslib", "npm:2.3.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
|
BIN
.yarn/cache/echarts-npm-5.2.1-9ab060fe24-61265a409b.zip → .yarn/cache/echarts-npm-5.3.0-96f33b2f53-aa3992d7d9.zip
vendored
BIN
.yarn/cache/echarts-npm-5.2.1-9ab060fe24-61265a409b.zip → .yarn/cache/echarts-npm-5.3.0-96f33b2f53-aa3992d7d9.zip
vendored
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/zrender-npm-5.3.0-2ba661ff3c-4a5d95d9cc.zip
vendored
Normal file
BIN
.yarn/cache/zrender-npm-5.3.0-2ba661ff3c-4a5d95d9cc.zip
vendored
Normal file
Binary file not shown.
@ -51,7 +51,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.6",
|
||||
"echarts": "5.2.1",
|
||||
"echarts": "5.3.0",
|
||||
"echarts-for-react": "3.0.2",
|
||||
"react": "18.0.0-alpha-327d5c484-20211106",
|
||||
"react-dom": "18.0.0-alpha-327d5c484-20211106"
|
||||
|
20
yarn.lock
20
yarn.lock
@ -3467,7 +3467,7 @@ __metadata:
|
||||
"@testing-library/react": 13.0.0-alpha.4
|
||||
"@testing-library/user-event": 14.0.0-alpha.14
|
||||
copyfiles: 2.4.1
|
||||
echarts: 5.2.1
|
||||
echarts: 5.3.0
|
||||
echarts-for-react: 3.0.2
|
||||
jest: 27.4.7
|
||||
jest-serializer-html: 7.1.0
|
||||
@ -7666,13 +7666,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"echarts@npm:5.2.1":
|
||||
version: 5.2.1
|
||||
resolution: "echarts@npm:5.2.1"
|
||||
"echarts@npm:5.3.0":
|
||||
version: 5.3.0
|
||||
resolution: "echarts@npm:5.3.0"
|
||||
dependencies:
|
||||
tslib: 2.3.0
|
||||
zrender: 5.2.1
|
||||
checksum: 61265a409bc9bb1b644f087cbf2fd64bf07102d83403e77c0395f271d61bb83b876894a163afd0a68ccd4b7139e827c89d9e59e4624b24ca32f17b22401995f5
|
||||
zrender: 5.3.0
|
||||
checksum: aa3992d7d9bc22b76971e66241015f413410657cc473e0703bc7b48634e2e3684c36df6c90c446ca61173397d290e3edc5bcab1cf5bfe2a331394e02a9495e7f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -17671,12 +17671,12 @@ resolve@^2.0.0-next.3:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"zrender@npm:5.2.1":
|
||||
version: 5.2.1
|
||||
resolution: "zrender@npm:5.2.1"
|
||||
"zrender@npm:5.3.0":
|
||||
version: 5.3.0
|
||||
resolution: "zrender@npm:5.3.0"
|
||||
dependencies:
|
||||
tslib: 2.3.0
|
||||
checksum: 4252ca7bd638d23cfef115b9d6a42c6eb893af3e37f25416afc65214139298817d2d3221022b3b2359d36fe7dacc887c8d21cbea454e3d6105f8263d579919e1
|
||||
checksum: 4a5d95d9ccea104d443c36445cefbb0d66cb20cc93610c4c72cac974ef446b5381c297918a3c643696f7e405fad13c98309ea525c8283ed529422b6f1c1fce43
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user