Skip to content

Commit

Permalink
move validator from devDependencies to dependencies (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Kuhn authored Sep 18, 2022
1 parent 72bb2a2 commit a9960ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
16 changes: 6 additions & 10 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,15 @@
],
"license": "Apache-2.0",
"dependencies": {
"@datastructures-js/heap": "^4.0.2"
"@datastructures-js/heap": "^4.0.2",
"@types/validator": "^13.7.5",
"validator": "^13.7.0"
},
"devDependencies": {
"@faker-js/faker": "^7.5.0",
"@types/faker": "^4.1.5",
"@types/jest": "^26.0.22",
"@types/node": "^12.0.8",
"@types/validator": "^13.7.5",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"aws-sdk": "^2.551.0",
Expand All @@ -53,7 +54,6 @@
"prettier": "^2.7.1",
"ts-jest": "^26.5.4",
"typescript": "^4.8.2",
"validator": "^13.7.0",
"y18n": ">=4.0.1"
},
"files": [
Expand Down

0 comments on commit a9960ee

Please sign in to comment.