Skip to content

Commit

Permalink
fix: @types/validator dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kiancross committed Jan 12, 2021
1 parent 68ed35d commit a39c7ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"test:ci": "jest --runInBand --no-cache --coverage --verbose"
},
"dependencies": {
"@types/validator": "^13.1.3",
"libphonenumber-js": "^1.9.7",
"validator": "^13.5.2"
},
Expand All @@ -44,7 +45,6 @@
"@rollup/plugin-node-resolve": "^11.0.1",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.20",
"@types/validator": "^13.1.3",
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0",
"eslint": "^7.17.0",
Expand Down

0 comments on commit a39c7ac

Please sign in to comment.