Skip to content

Commit

Permalink
chore: update deps including g2-extension-3d (#5795)
Browse files Browse the repository at this point in the history
* chore: update deps including g2-extension-3d

* chore: update changelog
  • Loading branch information
xiaoiver authored Nov 14, 2023
1 parent be0ccff commit 8097795
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 53 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [5.1.8](https://github.com/antvis/g2/compare/5.1.7...5.1.8) (2023-11-14)


### Bug Fixes

* export more types so that extensions like 3d can use them ([#5790](https://github.com/antvis/g2/issues/5790)) ([e21f39e](https://github.com/antvis/g2/commit/e21f39e15e6afbee31a6e8bd45bcc9c03166298e))
* **interaction:** legendFilter ignore undefined [#5506](https://github.com/antvis/g2/issues/5506) ([#5774](https://github.com/antvis/g2/issues/5774)) ([a0c1a44](https://github.com/antvis/g2/commit/a0c1a44dce4345cdaa6183332188fe950a8e1e02))
* **liquid:** fix liquid precision ([#5788](https://github.com/antvis/g2/issues/5788)) ([07196d1](https://github.com/antvis/g2/commit/07196d1874766419cc9ee14bf3bd8bd2d3378328))
* **mark:** delete ava type ([#5782](https://github.com/antvis/g2/issues/5782)) ([dc4a511](https://github.com/antvis/g2/commit/dc4a5118d662b3a1109b8f889879f4b30395d21d))
* render error when signle data in point mark ([#5785](https://github.com/antvis/g2/issues/5785)) ([0992faa](https://github.com/antvis/g2/commit/0992faa77763674669b3d068f6e9e1257e736f7d))
* specify TZ=Asia/Shanghai ([#5776](https://github.com/antvis/g2/issues/5776)) ([e6ab2fe](https://github.com/antvis/g2/commit/e6ab2fe2331245d4f164a98ff19dbbaca2a268ef))


### Features

* add default format to tooltip title [#5684](https://github.com/antvis/g2/issues/5684) ([#5748](https://github.com/antvis/g2/issues/5748)) ([b7e9055](https://github.com/antvis/g2/commit/b7e90556d552f66bc0d787cff168032c283bc11e))



## [5.1.8-beta.1](https://github.com/antvis/g2/compare/5.1.7...5.1.8-beta.1) (2023-11-14)


Expand Down
80 changes: 42 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g2",
"version": "5.1.8-beta.1",
"version": "5.1.8",
"description": "the Grammar of Graphics in Javascript",
"license": "MIT",
"main": "lib/index.js",
Expand Down Expand Up @@ -57,52 +57,56 @@
"animation"
],
"dependencies": {
"@antv/coord": "^0.4.1",
"@antv/component": "1.0.0-beta.2",
"@antv/coord": "^0.4.6",
"@antv/event-emitter": "^0.1.3",
"@antv/g": "^5.18.6",
"@antv/g-canvas": "^1.11.5",
"@antv/component": "^1.0.0-beta.2",
"@antv/g": "^5.18.19",
"@antv/g-canvas": "^1.11.22",
"@antv/g-plugin-dragndrop": "^1.8.17",
"@antv/path-util": "^3.0.1",
"@antv/scale": "^0.4.7",
"@antv/util": "^3.3.2",
"d3-array": "^3.2.2",
"@antv/scale": "^0.4.12",
"@antv/util": "^3.3.5",
"d3-array": "^3.2.4",
"d3-dsv": "^3.0.1",
"d3-force": "^3.0.0",
"d3-format": "^3.1.0",
"d3-geo": "^3.0.1",
"d3-geo": "^3.1.0",
"d3-hierarchy": "^3.1.2",
"d3-path": "^3.1.0",
"d3-scale-chromatic": "^3.0.0",
"d3-shape": "^3.1.0",
"d3-shape": "^3.2.0",
"d3-voronoi": "^1.1.4",
"flru": "^1.0.2",
"fmin": "^0.0.2",
"pdfast": "^0.2.0"
},
"devDependencies": {
"@antv/data-set": "^0.11.8",
"@antv/g-plugin-rough-canvas-renderer": "^1.7.9",
"@antv/g-plugin-rough-svg-renderer": "^1.7.9",
"@antv/g-svg": "^1.10.20",
"@antv/g-plugin-3d": "^1.9.26",
"@antv/g-plugin-control": "^1.9.17",
"@antv/g-plugin-rough-canvas-renderer": "^1.9.22",
"@antv/g-plugin-rough-svg-renderer": "^1.9.22",
"@antv/g-svg": "^1.10.21",
"@antv/g-webgl": "^1.9.29",
"@antv/g2-extension-3d": "0.1.1",
"@antv/g2-extension-ava": "^0.1.1",
"@antv/g2-extension-3d": "^0.1.0",
"@antv/translator": "^1.0.0",
"@antv/translator": "^1.0.1",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^17.4.4",
"@optimize-lodash/rollup-plugin": "^4.0.3",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-terser": "^0.4.3",
"@commitlint/config-conventional": "^17.8.1",
"@optimize-lodash/rollup-plugin": "^4.0.4",
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@types/d3-array": "3.0.5",
"@types/d3-path": "^3.0.0",
"@types/d3-shape": "^3.0.2",
"@types/diff": "^5.0.0",
"@types/jest": "^26.0.20",
"@types/pixelmatch": "^5.2.4",
"@types/pngjs": "^6.0.1",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@types/d3-path": "^3.0.2",
"@types/d3-shape": "^3.1.5",
"@types/diff": "^5.0.8",
"@types/jest": "^26.0.24",
"@types/pixelmatch": "^5.2.6",
"@types/pngjs": "^6.0.4",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"d3-dsv": "^3.0.1",
Expand All @@ -112,28 +116,28 @@
"d3-interpolate": "^3.0.1",
"d3-random": "^3.0.1",
"d3-regression": "^1.3.10",
"eslint": "^7.22.0",
"eslint-plugin-import": "^2.22.1",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.29.0",
"fecha": "^4.2.3",
"husky": "^7.0.0",
"jest": "^26.0.1",
"husky": "^7.0.4",
"jest": "^26.6.3",
"jsdom": "^19.0.0",
"limit-size": "^0.1.4",
"lint-staged": "^10.5.4",
"npm-run-all": "^4.1.5",
"pixelmatch": "5.3.0",
"pngjs": "^6.0.0",
"prettier": "^2.2.1",
"prettier": "^2.8.8",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rollup": "^2.39.0",
"rollup": "^2.79.1",
"rollup-plugin-polyfill-node": "^0.8.0",
"rollup-plugin-typescript2": "^0.35.0",
"rollup-plugin-visualizer": "^5.9.2",
"topojson": "^3.0.2",
"ts-jest": "^26.5.1",
"typescript": "^4.1.5",
"vite": "^3.1.0",
"ts-jest": "^26.5.6",
"typescript": "^4.9.5",
"vite": "^3.2.7",
"xmlserializer": "^0.6.1"
},
"lint-staged": {
Expand Down
31 changes: 16 additions & 15 deletions site/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.1.8-beta.1",
"version": "5.1.8",
"scripts": {
"start": "dumi dev",
"build": "dumi build",
Expand All @@ -8,20 +8,21 @@
"preview": "dumi preview"
},
"dependencies": {
"@ant-design/icons": "^4.8.1",
"@antv/data-set": "^0.11.8",
"@antv/dumi-theme-antv": "^0.3.0",
"@antv/g-lottie-player": "^0.2.7",
"@antv/g-pattern": "^1.2.7",
"@antv/g-plugin-3d": "^1.9.5",
"@antv/g-plugin-a11y": "^0.6.7",
"@antv/g-plugin-control": "^1.9.5",
"@antv/g-plugin-rough-canvas-renderer": "^1.9.7",
"@antv/g-svg": "^1.10.7",
"@antv/g-webgl": "^1.9.8",
"@antv/g2-extension-3d": "^0.1.0",
"@antv/s2": "^1.48.0",
"antd": "^4.23.5",
"d3-array": "^3.2.0",
"@antv/dumi-theme-antv": "^0.3.20",
"@antv/g-lottie-player": "^0.2.17",
"@antv/g-pattern": "^1.2.17",
"@antv/g-plugin-3d": "^1.9.26",
"@antv/g-plugin-a11y": "^0.6.17",
"@antv/g-plugin-control": "^1.9.17",
"@antv/g-plugin-rough-canvas-renderer": "^1.9.22",
"@antv/g-svg": "^1.10.21",
"@antv/g-webgl": "^1.9.29",
"@antv/g2-extension-3d": "0.1.1",
"@antv/s2": "^1.52.0",
"antd": "^4.24.14",
"d3-array": "^3.2.4",
"d3-geo-projection": "^4.0.0",
"d3-hexjson": "^1.1.1",
"d3-hierarchy": "^3.1.2",
Expand All @@ -30,7 +31,7 @@
"d3-regression": "^1.3.10",
"d3-scale-chromatic": "^3.0.0",
"d3-voronoi": "^1.1.4",
"dumi": "^2.0.0",
"dumi": "^2.2.14",
"fecha": "^4.2.3",
"lodash": "^4.17.21",
"react-color": "^2.19.3",
Expand Down

0 comments on commit 8097795

Please sign in to comment.