Skip to content

Commit 8b3ebe2

Browse files
Merge pull request #58 from technote-space/release/next-v0.1.37
release: v0.1.38
2 parents 95a0f73 + e965389 commit 8b3ebe2

File tree

2 files changed

+910
-911
lines changed

2 files changed

+910
-911
lines changed

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/zipcode2address-jp",
3-
"version": "0.1.37",
3+
"version": "0.1.38",
44
"description": "This library provides method to get japanese address from zipcode.",
55
"keywords": [
66
"github",
@@ -37,24 +37,24 @@
3737
"update": "npx npm-check-updates -u && yarn install && yarn upgrade && yarn audit"
3838
},
3939
"dependencies": {
40-
"axios": "^1.2.1"
40+
"axios": "^1.3.6"
4141
},
4242
"devDependencies": {
43-
"@commitlint/cli": "^17.3.0",
44-
"@commitlint/config-conventional": "^17.3.0",
45-
"@types/jest": "^29.2.4",
46-
"@types/node": "^18.11.17",
47-
"@typescript-eslint/eslint-plugin": "^5.47.0",
48-
"@typescript-eslint/parser": "^5.47.0",
49-
"eslint": "^8.30.0",
50-
"husky": "^8.0.2",
51-
"jest": "^29.3.1",
52-
"jest-circus": "^29.3.1",
53-
"lint-staged": "^13.1.0",
54-
"nock": "^13.2.9",
43+
"@commitlint/cli": "^17.6.1",
44+
"@commitlint/config-conventional": "^17.6.1",
45+
"@types/jest": "^29.5.1",
46+
"@types/node": "^18.16.1",
47+
"@typescript-eslint/eslint-plugin": "^5.59.1",
48+
"@typescript-eslint/parser": "^5.59.1",
49+
"eslint": "^8.39.0",
50+
"husky": "^8.0.3",
51+
"jest": "^29.5.0",
52+
"jest-circus": "^29.5.0",
53+
"lint-staged": "^13.2.1",
54+
"nock": "^13.3.0",
5555
"pinst": "^3.0.0",
56-
"ts-jest": "^29.0.3",
57-
"typescript": "^4.9.4"
56+
"ts-jest": "^29.1.0",
57+
"typescript": "^5.0.4"
5858
},
5959
"publishConfig": {
6060
"access": "public"

0 commit comments

Comments
 (0)