Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 6, 2021
1 parent db71e2b commit 589366d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"lerna": "3.22.1",
"npm-run-all": "4.1.5",
"size-limit": "4.9.2",
"ts-jest": "26.5.1",
"ts-node": "9.1.1",
"ts-jest": "27.0.3",
"ts-node": "10.0.0",
"typescript": "4.1.5"
},
"dependencies": {
"@types/mocha": "8.2.1",
"@types/node": "12.20.1"
"@types/node": "14.17.2"
},
"workspaces": [
"packages/*"
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"devDependencies": {
"@types/bson": "4.0.3",
"@types/jest": "26.0.20",
"@types/yargs": "15.0.13",
"@types/yargs": "17.0.0",
"endent": "2.0.1",
"jest": "26.6.3",
"rimraf": "3.0.2",
"safe-eval": "0.4.1",
"ts-jest": "26.5.1",
"ts-jest": "27.0.3",
"typescript": "4.1.5"
},
"dependencies": {
Expand All @@ -37,6 +37,6 @@
"@graphql-tools/merge": "6.2.7",
"graphql": "^15.3.0",
"graphql-metadata": "0.7.6",
"yargs": "16.2.0"
"yargs": "17.0.1"
}
}
8 changes: 4 additions & 4 deletions packages/datastore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"jest": "26.6.3",
"react": "17.0.1",
"size-limit": "4.9.2",
"supports-color": "8.1.1",
"ts-jest": "26.5.1",
"supports-color": "9.0.1",
"ts-jest": "27.0.3",
"typescript": "4.1.5",
"vue": "3.0.6"
},
Expand All @@ -57,9 +57,9 @@
"subscriptions-transport-ws": "0.9.18",
"tiny-invariant": "1.1.0",
"traverse": "0.6.6",
"urql": "1.11.6",
"urql": "2.0.3",
"uuid": "8.3.2",
"websql": "1.0.0",
"websql": "2.0.2",
"wonka": "4.0.15",
"zen-observable": "0.8.15"
}
Expand Down

0 comments on commit 589366d

Please sign in to comment.