Skip to content

Commit

Permalink
chore: update latest dependencies such as g-webgl
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoiver committed Jul 26, 2023
1 parent ceb5c35 commit 7e2b915
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
"@antv/g-plugin-rough-svg-renderer": "^1.7.9",
"@antv/g-plugin-control": "^1.9.5",
"@antv/g-plugin-3d": "^1.9.5",
"@antv/g-svg": "^1.10.5",
"@antv/g-webgl": "^1.9.5",
"@antv/g-svg": "^1.10.7",
"@antv/g-webgl": "^1.9.8",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^17.4.4",
"@rollup/plugin-commonjs": "^21.0.2",
Expand Down
8 changes: 8 additions & 0 deletions site/examples/renderer/renderer/demo/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@
"en": "SVG Renderer"
},
"screenshot": "https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*WUZgSL9cWnEAAAAAAAAAAAAADmJ7AQ/original"
},
{
"filename": "webgl.ts",
"title": {
"zh": "WebGL 渲染器",
"en": "WebGL Renderer"
},
"screenshot": "https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*WUZgSL9cWnEAAAAAAAAAAAAADmJ7AQ/original"
}
]
}
4 changes: 2 additions & 2 deletions site/examples/style/pattern/demo/custom-pattern-with-g-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ chart
})
.encode('x', 'name')
.encode('y', 'country')
.encode('color', Infinity)
.style('radius', '50%')
.encode('color', '#edaa53')
.style('radius', Infinity)
.style('inset', 1)
.style('shadowBlur', 10)
.style('shadowColor', 'rgba(0,0,0,0.3)')
Expand Down
12 changes: 6 additions & 6 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"dependencies": {
"@antv/data-set": "^0.11.8",
"@antv/dumi-theme-antv": "^0.3.0",
"@antv/g-lottie-player": "^0.0.13",
"@antv/g-pattern": "^0.0.3",
"@antv/g-plugin-a11y": "^0.4.27",
"@antv/g-plugin-rough-canvas-renderer": "^1.7.27",
"@antv/g-svg": "^1.8.27",
"@antv/g-webgl": "^1.7.33",
"@antv/g-lottie-player": "^0.2.7",
"@antv/g-pattern": "^1.2.7",
"@antv/g-plugin-a11y": "^0.6.7",
"@antv/g-plugin-rough-canvas-renderer": "^1.9.7",
"@antv/g-svg": "^1.10.7",
"@antv/g-webgl": "^1.9.8",
"antd": "^4.23.5",
"d3-array": "^3.2.0",
"d3-geo-projection": "^4.0.0",
Expand Down

0 comments on commit 7e2b915

Please sign in to comment.