Skip to content

Commit 8ae10c0

Browse files
Merge pull request #50 from technote-space/release/next-v0.1.33
release: v0.1.34
2 parents 5f8ca74 + bfee291 commit 8ae10c0

File tree

2 files changed

+610
-623
lines changed

2 files changed

+610
-623
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/zipcode2address-jp",
3-
"version": "0.1.33",
3+
"version": "0.1.34",
44
"description": "This library provides method to get japanese address from zipcode.",
55
"keywords": [
66
"github",
@@ -40,21 +40,21 @@
4040
"axios": "^0.27.2"
4141
},
4242
"devDependencies": {
43-
"@commitlint/cli": "^17.1.1",
43+
"@commitlint/cli": "^17.1.2",
4444
"@commitlint/config-conventional": "^17.1.0",
45-
"@types/jest": "^28.1.8",
46-
"@types/node": "^18.7.13",
47-
"@typescript-eslint/eslint-plugin": "^5.35.1",
48-
"@typescript-eslint/parser": "^5.35.1",
49-
"eslint": "^8.23.0",
45+
"@types/jest": "^29.0.3",
46+
"@types/node": "^18.7.18",
47+
"@typescript-eslint/eslint-plugin": "^5.37.0",
48+
"@typescript-eslint/parser": "^5.37.0",
49+
"eslint": "^8.23.1",
5050
"husky": "^8.0.1",
51-
"jest": "^29.0.1",
52-
"jest-circus": "^29.0.1",
51+
"jest": "^29.0.3",
52+
"jest-circus": "^29.0.3",
5353
"lint-staged": "^13.0.3",
5454
"nock": "^13.2.9",
5555
"pinst": "^3.0.0",
56-
"ts-jest": "^28.0.8",
57-
"typescript": "^4.8.2"
56+
"ts-jest": "^29.0.1",
57+
"typescript": "^4.8.3"
5858
},
5959
"publishConfig": {
6060
"access": "public"

0 commit comments

Comments
 (0)