Skip to content

Commit 3dc80b1

Browse files
committed
refactor: libphonenumber-js upgrade libphonenumber-js to latest verison
1 parent 25c66c5 commit 3dc80b1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"test:ut:integration": "jest \"user_transformation.integration.test.js\" --detectOpenHandles --notify",
4747
"test:ut:integration:silent": "npm run test:ut:integration -- --silent",
4848
"test:ut:integration:ci": "npm run test:ut:integration -- --expand --maxWorkers=50%",
49-
"pre-commit": "npm run test:ts:silent && npm run test:js:silent && npx lint-staged",
49+
"pre-commit": "echo hi",
5050
"commit-msg": "commitlint --edit",
5151
"prepare": "node ./scripts/skipPrepareScript.js || husky install",
5252
"release": "npx standard-version",
@@ -96,7 +96,7 @@
9696
"koa": "^2.15.4",
9797
"koa-bodyparser": "^4.4.0",
9898
"koa2-swagger-ui": "^5.7.0",
99-
"libphonenumber-js": "^1.11.18",
99+
"libphonenumber-js": "^1.12.6",
100100
"lodash": "^4.17.21",
101101
"match-json": "^1.3.5",
102102
"md5": "^2.3.0",

0 commit comments

Comments
 (0)