Skip to content

Commit

Permalink
Merge d472ac3 into a6ab0c4
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed Jul 14, 2022
2 parents a6ab0c4 + d472ac3 commit 0778006
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 0778006

Please sign in to comment.