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

Commit

Permalink
chore(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 18, 2021
1 parent 8b8a475 commit 549d6b6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,24 @@
"generate:docs": "./scripts/docs.sh"
},
"devDependencies": {
"@size-limit/preset-small-lib": "4.9.2",
"@size-limit/preset-small-lib": "6.0.3",
"@types/graphql": "14.2.3",
"@types/jest": "26.0.20",
"@types/jest": "27.0.2",
"@typescript-eslint/eslint-plugin": "4.15.1",
"@typescript-eslint/parser": "4.15.1",
"del-cli": "3.0.1",
"eslint": "7.20.0",
"del-cli": "4.0.1",
"eslint": "8.0.1",
"jest": "26.6.3",
"lerna": "3.22.1",
"npm-run-all": "4.1.5",
"size-limit": "4.9.2",
"size-limit": "6.0.3",
"ts-jest": "26.5.1",
"ts-node": "9.1.1",
"ts-node": "10.3.0",
"typescript": "4.1.5"
},
"dependencies": {
"@types/mocha": "8.2.1",
"@types/node": "12.20.1"
"@types/mocha": "9.0.0",
"@types/node": "14.17.27"
},
"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 @@ -22,8 +22,8 @@
"license": "MIT",
"devDependencies": {
"@types/bson": "4.0.3",
"@types/jest": "26.0.20",
"@types/yargs": "15.0.13",
"@types/jest": "27.0.2",
"@types/yargs": "17.0.4",
"endent": "2.0.1",
"jest": "26.6.3",
"rimraf": "3.0.2",
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.2.1"
}
}
12 changes: 6 additions & 6 deletions packages/datastore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
}
},
"devDependencies": {
"@size-limit/preset-small-lib": "4.9.2",
"@size-limit/preset-small-lib": "6.0.3",
"@types/debug": "4.1.5",
"@types/jest": "26.0.20",
"@types/jest": "27.0.2",
"@types/json-schema": "7.0.7",
"@types/react-dom": "17.0.1",
"@types/traverse": "0.6.32",
Expand All @@ -45,8 +45,8 @@
"isomorphic-unfetch": "3.1.0",
"jest": "26.6.3",
"react": "17.0.1",
"size-limit": "4.9.2",
"supports-color": "8.1.1",
"size-limit": "6.0.3",
"supports-color": "9.0.2",
"ts-jest": "26.5.1",
"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.5",
"uuid": "8.3.2",
"websql": "1.0.0",
"websql": "2.0.3",
"wonka": "4.0.15",
"zen-observable": "0.8.15"
}
Expand Down

0 comments on commit 549d6b6

Please sign in to comment.