Skip to content

Commit e9bfb53

Browse files
committed
feat: upgrade vutil to 0.19.5
1 parent ff5acd3 commit e9bfb53

File tree

14 files changed

+428
-174
lines changed

14 files changed

+428
-174
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 47 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@visactor/vchart-extension": "workspace:1.13.6",
1919
"@visactor/vchart-theme": "~1.6.6",
2020
"@visactor/vmind": "1.2.4-alpha.5",
21-
"@visactor/vutils": "~0.19.4",
21+
"@visactor/vutils": "~0.19.5",
2222
"@visactor/vrender": "0.23.0-alpha.2",
2323
"@visactor/vrender-kits": "0.23.0-alpha.2",
2424
"@visactor/vgrammar": "0.16.0",
@@ -59,4 +59,4 @@
5959
"react-device-detect": "^2.2.2",
6060
"minimist": "1.2.8"
6161
}
62-
}
62+
}

packages/openinula-vchart/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@visactor/vchart": "workspace:1.13.6",
32-
"@visactor/vutils": "~0.19.4",
32+
"@visactor/vutils": "~0.19.5",
3333
"@visactor/vrender-core": "0.23.0-alpha.2",
3434
"@visactor/vrender-kits": "0.23.0-alpha.2",
3535
"react-is": "^18.2.0"
@@ -78,4 +78,4 @@
7878
"access": "public",
7979
"registry": "https://registry.npmjs.org/"
8080
}
81-
}
81+
}

packages/react-vchart/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@visactor/vchart": "workspace:1.13.6",
32-
"@visactor/vutils": "~0.19.4",
32+
"@visactor/vutils": "~0.19.5",
3333
"@visactor/vrender-core": "0.23.0-alpha.2",
3434
"@visactor/vrender-kits": "0.23.0-alpha.2",
3535
"react-is": "^18.2.0"
@@ -82,4 +82,4 @@
8282
"access": "public",
8383
"registry": "https://registry.npmjs.org/"
8484
}
85-
}
85+
}

packages/vchart-extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"@visactor/vrender-core": "0.23.0-alpha.2",
2525
"@visactor/vrender-kits": "0.23.0-alpha.2",
2626
"@visactor/vrender-components": "0.23.0-alpha.2",
27-
"@visactor/vutils": "~0.19.4",
28-
"@visactor/vdataset": "~0.19.4",
27+
"@visactor/vutils": "~0.19.5",
28+
"@visactor/vdataset": "~0.19.5",
2929
"@visactor/vchart": "workspace:1.13.6"
3030
},
3131
"devDependencies": {
@@ -59,4 +59,4 @@
5959
"registry": "https://registry.npmjs.org/"
6060
},
6161
"license": "MIT"
62-
}
62+
}

0 commit comments

Comments
 (0)