Skip to content

Commit ac17494

Browse files
Merge pull request #59 from technote-space/release/next-v0.1.38
release: v0.1.39
2 parents 8b3ebe2 + d744b94 commit ac17494

File tree

2 files changed

+111
-111
lines changed

2 files changed

+111
-111
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/zipcode2address-jp",
3-
"version": "0.1.38",
3+
"version": "0.1.39",
44
"description": "This library provides method to get japanese address from zipcode.",
55
"keywords": [
66
"github",
@@ -37,21 +37,21 @@
3737
"update": "npx npm-check-updates -u && yarn install && yarn upgrade && yarn audit"
3838
},
3939
"dependencies": {
40-
"axios": "^1.3.6"
40+
"axios": "^1.4.0"
4141
},
4242
"devDependencies": {
4343
"@commitlint/cli": "^17.6.1",
4444
"@commitlint/config-conventional": "^17.6.1",
4545
"@types/jest": "^29.5.1",
46-
"@types/node": "^18.16.1",
46+
"@types/node": "^18.16.3",
4747
"@typescript-eslint/eslint-plugin": "^5.59.1",
4848
"@typescript-eslint/parser": "^5.59.1",
4949
"eslint": "^8.39.0",
5050
"husky": "^8.0.3",
5151
"jest": "^29.5.0",
5252
"jest-circus": "^29.5.0",
53-
"lint-staged": "^13.2.1",
54-
"nock": "^13.3.0",
53+
"lint-staged": "^13.2.2",
54+
"nock": "^13.3.1",
5555
"pinst": "^3.0.0",
5656
"ts-jest": "^29.1.0",
5757
"typescript": "^5.0.4"

0 commit comments

Comments
 (0)