Skip to content

Commit

Permalink
Update dependency @types/yup to v0.26.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 26, 2019
1 parent a246aa9 commit dc1c94a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"yup": "^0.26.7"
},
"devDependencies": {
"@types/yup": "0.26.4",
"@types/yup": "0.26.10",
"rimraf": "2.6.3",
"typescript": "3.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"type-graphql": "0.16.0",
"typeorm": "0.2.11",
"uuid": "3.3.2",
"yup": "0.26.7"
"yup": "0.26.10"
},
"scripts": {
"start": "NODE_ENV=development nodemon --exec ts-node src/index.ts",
Expand Down

0 comments on commit dc1c94a

Please sign in to comment.