Skip to content

Commit

Permalink
update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
korywka committed Apr 19, 2024
1 parent 4ceb83c commit 8b4b58c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/compass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "tsc"
},
"dependencies": {
"@mapbox-controls/helpers": "1.1.0"
"@mapbox-controls/helpers": "1.2.0"
},
"devDependencies": {
"@types/mapbox-gl": "3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "tsc"
},
"dependencies": {
"@mapbox-controls/helpers": "1.1.0",
"@mapbox-controls/helpers": "1.2.0",
"@turf/bearing": "7.0.0-alpha.2",
"@turf/centroid": "7.0.0-alpha.2",
"@turf/helpers": "7.0.0-alpha.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/inspect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "tsc"
},
"dependencies": {
"@mapbox-controls/helpers": "1.1.0"
"@mapbox-controls/helpers": "1.2.0"
},
"devDependencies": {
"@types/mapbox-gl": "3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ruler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "tsc"
},
"dependencies": {
"@mapbox-controls/helpers": "1.1.0",
"@mapbox-controls/helpers": "1.2.0",
"@turf/distance": "7.0.0-alpha.2",
"@turf/helpers": "7.0.0-alpha.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "tsc"
},
"dependencies": {
"@mapbox-controls/helpers": "1.1.0"
"@mapbox-controls/helpers": "1.2.0"
},
"devDependencies": {
"@types/mapbox-gl": "3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/zoom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "tsc"
},
"dependencies": {
"@mapbox-controls/helpers": "1.1.0"
"@mapbox-controls/helpers": "1.2.0"
},
"devDependencies": {
"@types/mapbox-gl": "3.1.0",
Expand Down

0 comments on commit 8b4b58c

Please sign in to comment.