Skip to content

Commit

Permalink
feat(deps): make geocodejson-types a dependency
Browse files Browse the repository at this point in the history
Co-authored-by: wtgtybhertgeghgtwtg <[email protected]>
  • Loading branch information
p-j and wtgtybhertgeghgtwtg committed Jan 30, 2023
1 parent 80444e3 commit d1ffeea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/geocodejson-ban/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"test": "jest"
},
"dependencies": {
"@p-j/geocodejson-types": "4.1.0",
"@turf/helpers": "^6.4.0",
"cross-fetch": "^3.1.5",
"geojson": "^0.5.0",
"ngeohash": "^0.6.3"
},
"devDependencies": {
"@p-j/geocodejson-types": "4.1.0",
"@types/jest": "29.2.2",
"@types/ngeohash": "0.6.4"
}
Expand Down
3 changes: 1 addition & 2 deletions packages/geocodejson-googleapis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@googlemaps/google-maps-services-js": "^3.3.6",
"@p-j/geocodejson-types": "4.1.0",
"@turf/helpers": "^6.4.0",
"cross-fetch": "^3.1.5",
"geojson": "^0.5.0",
"ngeohash": "^0.6.3"
},
"devDependencies": {
"@p-j/geocodejson-types": "4.1.0",
"@types/jest": "29.2.2",
"@types/ngeohash": "0.6.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/geocodejson-opencage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"test": "jest"
},
"dependencies": {
"@p-j/geocodejson-types": "4.1.0",
"@turf/helpers": "^6.4.0",
"cross-fetch": "^3.1.5",
"geojson": "^0.5.0",
"ngeohash": "^0.6.3"
},
"devDependencies": {
"@p-j/geocodejson-types": "4.1.0",
"@types/jest": "29.2.2",
"@types/ngeohash": "0.6.4"
}
Expand Down

0 comments on commit d1ffeea

Please sign in to comment.