Skip to content

Commit 5e76b95

Browse files
Merge pull request #60 from technote-space/release/next-v0.1.39
release: v0.1.40
2 parents ac17494 + 2d1f316 commit 5e76b95

File tree

2 files changed

+377
-378
lines changed

2 files changed

+377
-378
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/zipcode2address-jp",
3-
"version": "0.1.39",
3+
"version": "0.1.40",
44
"description": "This library provides method to get japanese address from zipcode.",
55
"keywords": [
66
"github",
@@ -40,21 +40,21 @@
4040
"axios": "^1.4.0"
4141
},
4242
"devDependencies": {
43-
"@commitlint/cli": "^17.6.1",
44-
"@commitlint/config-conventional": "^17.6.1",
45-
"@types/jest": "^29.5.1",
46-
"@types/node": "^18.16.3",
47-
"@typescript-eslint/eslint-plugin": "^5.59.1",
48-
"@typescript-eslint/parser": "^5.59.1",
49-
"eslint": "^8.39.0",
43+
"@commitlint/cli": "^17.6.5",
44+
"@commitlint/config-conventional": "^17.6.5",
45+
"@types/jest": "^29.5.2",
46+
"@types/node": "^20.3.1",
47+
"@typescript-eslint/eslint-plugin": "^5.59.11",
48+
"@typescript-eslint/parser": "^5.59.11",
49+
"eslint": "^8.43.0",
5050
"husky": "^8.0.3",
5151
"jest": "^29.5.0",
5252
"jest-circus": "^29.5.0",
5353
"lint-staged": "^13.2.2",
5454
"nock": "^13.3.1",
5555
"pinst": "^3.0.0",
5656
"ts-jest": "^29.1.0",
57-
"typescript": "^5.0.4"
57+
"typescript": "^5.1.3"
5858
},
5959
"publishConfig": {
6060
"access": "public"

0 commit comments

Comments
 (0)