Skip to content

Commit

Permalink
Merge pull request #11 from bhcbhc/feat/update-mapbox-v3
Browse files Browse the repository at this point in the history
feat: 升级mapbox版本到v3.0
  • Loading branch information
wangxingkang committed Dec 6, 2023
2 parents 7c0b0b8 + 340af17 commit 3f7dc59
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 19,066 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ yarn.lock
.umi-production
.umi-test
.env.local

# lock
pnpm-lock.yaml
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@
],
"license": "MIT",
"peerDependencies": {
"@antv/l7": "^2.9.26",
"@antv/l7": "^2.20.5",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@antv/l7-composite-layers": "^0.5.0",
"@antv/l7-draw": "^3.0.0",
"@antv/l7-composite-layers": "^0.16.2",
"@antv/l7-draw": "^3.1.0",
"@babel/runtime": "^7",
"@pansy/classnames": "^1.0.1",
"@pansy/react-hooks": "^1.0.1",
"@pansy/shared": "^1.5.0",
"@pansy/react-hooks": "^2.3.0",
"@pansy/shared": "^1.15.0",
"geojson": "^0.5.0",
"lodash": "^4.17.21",
"mapbox-gl": "^2.11.0"
"mapbox-gl": "^3.0.0"
},
"devDependencies": {
"@ant-design/icons": "^4.8.0",
"@antv/l7": "^2.9.26",
"@antv/l7-component": "^2.9.26",
"@antv/l7-maps": "^2.9.26",
"@antv/l7": "^2.20.5",
"@antv/l7-component": "^2.20.5",
"@antv/l7-maps": "^2.20.5",
"@pansy/dumi-theme-pansy": "1.0.1",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
Expand Down
Loading

0 comments on commit 3f7dc59

Please sign in to comment.