Skip to content

Commit

Permalink
fix: 修复 label 图层 visible 更新未生效
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed Jul 14, 2022
1 parent a6ab0c4 commit d472ac3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/composite-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@antv/util": "^2.0.14"
},
"peerDependencies": {
"@antv/l7": "^2.7.22"
"@antv/l7": "^2.9.14"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/l7plot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
},
"dependencies": {
"@antv/event-emitter": "^0.1.2",
"@antv/l7": "^2.7.22",
"@antv/l7": "^2.9.14",
"@antv/l7plot-component": "^0.0.6",
"@antv/util": "^2.0.13",
"lodash-es": "^4.17.21",
"topojson-client": "^3.1.0"
},
"peerDependencies": {
"@antv/l7": "^2.7.22"
"@antv/l7": "^2.9.14"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"prettier": "prettier stories -c -w"
},
"dependencies": {
"@antv/l7": "^2.7.22",
"@antv/l7": "^2.9.14",
"@antv/l7plot": "link:../packages/l7plot",
"@antv/l7-composite-layers": "link:../packages/composite-layers",
"antd": "^4.16.13",
Expand Down

0 comments on commit d472ac3

Please sign in to comment.