Skip to content

Commit

Permalink
feat(deps): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
p-j committed Jan 30, 2023
1 parent d1ffeea commit 98941a6
Show file tree
Hide file tree
Showing 6 changed files with 1,020 additions and 997 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
"packages/*"
],
"devDependencies": {
"@changesets/changelog-github": "0.4.7",
"@changesets/cli": "2.25.2",
"@types/jest": "29.2.2",
"jest": "29.2.2",
"lerna": "6.0.1",
"prettier": "2.7.1",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.0",
"@types/jest": "29.4.0",
"jest": "29.4.1",
"lerna": "6.4.1",
"prettier": "2.8.3",
"rimraf": "3.0.2",
"ts-jest": "29.0.3",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"typescript": "4.8.4"
"typescript": "4.9.4"
},
"dependencies": {},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/geocodejson-ban/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"ngeohash": "^0.6.3"
},
"devDependencies": {
"@types/jest": "29.2.2",
"@types/jest": "29.4.0",
"@types/ngeohash": "0.6.4"
}
}
3 changes: 2 additions & 1 deletion packages/geocodejson-googleapis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@googlemaps/google-maps-services-js": "^3.3.26",
"@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": {
"@types/jest": "29.2.2",
"@types/jest": "29.4.0",
"@types/ngeohash": "0.6.4"
},
"scripts": {
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 @@ -26,7 +26,7 @@
"ngeohash": "^0.6.3"
},
"devDependencies": {
"@types/jest": "29.2.2",
"@types/jest": "29.4.0",
"@types/ngeohash": "0.6.4"
}
}
2 changes: 1 addition & 1 deletion packages/geocodejson-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"geojson": "*"
},
"dependencies": {
"@types/geojson": "^7946.0.7"
"@types/geojson": "^7946.0.10"
},
"scripts": {
"build": "rimraf ./dist && tsc"
Expand Down
Loading

0 comments on commit 98941a6

Please sign in to comment.