Skip to content

Commit 57ea283

Browse files
Merge pull request #42 from technote-space/release/next-v0.1.31
release: v0.1.32
2 parents 0c00441 + ccd0f56 commit 57ea283

File tree

2 files changed

+1085
-1350
lines changed

2 files changed

+1085
-1350
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.31",
3+
"version": "0.1.32",
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": "^0.26.1"
40+
"axios": "^0.27.2"
4141
},
4242
"devDependencies": {
43-
"@commitlint/cli": "^16.2.3",
44-
"@commitlint/config-conventional": "^16.2.1",
45-
"@types/jest": "^27.4.1",
46-
"@types/node": "^17.0.23",
47-
"@typescript-eslint/eslint-plugin": "^5.16.0",
48-
"@typescript-eslint/parser": "^5.16.0",
49-
"eslint": "^8.12.0",
50-
"husky": "^7.0.4",
51-
"jest": "^27.5.1",
52-
"jest-circus": "^27.5.1",
53-
"lint-staged": "^12.3.7",
54-
"nock": "^13.2.4",
43+
"@commitlint/cli": "^17.0.3",
44+
"@commitlint/config-conventional": "^17.0.3",
45+
"@types/jest": "^28.1.3",
46+
"@types/node": "^18.0.0",
47+
"@typescript-eslint/eslint-plugin": "^5.29.0",
48+
"@typescript-eslint/parser": "^5.29.0",
49+
"eslint": "^8.18.0",
50+
"husky": "^8.0.1",
51+
"jest": "^28.1.1",
52+
"jest-circus": "^28.1.1",
53+
"lint-staged": "^13.0.3",
54+
"nock": "^13.2.7",
5555
"pinst": "^3.0.0",
56-
"ts-jest": "^27.1.4",
57-
"typescript": "^4.6.3"
56+
"ts-jest": "^28.0.5",
57+
"typescript": "^4.7.4"
5858
},
5959
"publishConfig": {
6060
"access": "public"

0 commit comments

Comments
 (0)