Skip to content

Commit

Permalink
Merge pull request #4 from aashari/v2.1.0
Browse files Browse the repository at this point in the history
Bump devDependencies versions
  • Loading branch information
aashari authored Mar 13, 2023
2 parents 619d4b5 + 0682be2 commit 57a8abe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
13 changes: 7 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aashari/nodejs-geocoding",
"version": "2.0.0",
"version": "2.1.0",
"description": "NodeJS library that encode and decode geolocation which helps you convert latitude and longitude to formatted address, or formatted_address to latitude and longitude",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -33,9 +33,10 @@
"example": "examples"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"jest": "^27.0.0",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
"@types/node": "^18.15.1",
"@types/jest": "^27.5.2",
"jest": "^27.5.1",
"ts-jest": "^27.1.5",
"typescript": "^4.9.5"
}
}
}

0 comments on commit 57a8abe

Please sign in to comment.