Skip to content

Commit

Permalink
Update dependency @types/yup to v0.26.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 4, 2019
1 parent a246aa9 commit b3b3ab9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"types": "dist/index.d.ts",
"license": "MIT",
"dependencies": {
"yup": "^0.26.7"
"yup": "^0.27.0"
},
"devDependencies": {
"@types/yup": "0.26.4",
"@types/yup": "0.26.13",
"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.27.0"
},
"scripts": {
"start": "NODE_ENV=development nodemon --exec ts-node src/index.ts",
Expand Down

0 comments on commit b3b3ab9

Please sign in to comment.