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 Apr 17, 2023
1 parent 8b8a475 commit 7777bb7
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 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": "8.2.4",
"@types/graphql": "14.2.3",
"@types/jest": "26.0.20",
"@typescript-eslint/eslint-plugin": "4.15.1",
"@typescript-eslint/parser": "4.15.1",
"del-cli": "3.0.1",
"eslint": "7.20.0",
"del-cli": "5.0.0",
"eslint": "8.38.0",
"jest": "26.6.3",
"lerna": "3.22.1",
"npm-run-all": "4.1.5",
"size-limit": "4.9.2",
"size-limit": "8.2.4",
"ts-jest": "26.5.1",
"ts-node": "9.1.1",
"typescript": "4.1.5"
"ts-node": "10.9.1",
"typescript": "5.0.4"
},
"dependencies": {
"@types/mocha": "8.2.1",
"@types/node": "12.20.1"
"@types/mocha": "10.0.1",
"@types/node": "18.15.11"
},
"workspaces": [
"packages/*"
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@
"devDependencies": {
"@types/bson": "4.0.3",
"@types/jest": "26.0.20",
"@types/yargs": "15.0.13",
"@types/yargs": "17.0.24",
"endent": "2.0.1",
"jest": "26.6.3",
"rimraf": "3.0.2",
"rimraf": "5.0.0",
"safe-eval": "0.4.1",
"ts-jest": "26.5.1",
"typescript": "4.1.5"
"typescript": "5.0.4"
},
"dependencies": {
"@graphback/core": "1.1.1",
"@graphql-tools/load-files": "6.2.5",
"@graphql-tools/merge": "6.2.7",
"graphql": "^15.3.0",
"graphql": "^15.3.0 || ^16.0.0",
"graphql-metadata": "0.7.6",
"yargs": "16.2.0"
"yargs": "17.7.1"
}
}
22 changes: 11 additions & 11 deletions packages/datastore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,25 @@
}
},
"devDependencies": {
"@size-limit/preset-small-lib": "4.9.2",
"@size-limit/preset-small-lib": "8.2.4",
"@types/debug": "4.1.5",
"@types/jest": "26.0.20",
"@types/json-schema": "7.0.7",
"@types/react-dom": "17.0.1",
"@types/traverse": "0.6.32",
"@types/uuid": "8.3.0",
"@types/uuid": "9.0.1",
"@types/websql": "0.0.27",
"@types/zen-observable": "0.8.2",
"apollo-server": "2.21.0",
"debug": "4.3.1",
"fake-indexeddb": "3.1.2",
"isomorphic-unfetch": "3.1.0",
"fake-indexeddb": "4.0.1",
"isomorphic-unfetch": "4.0.2",
"jest": "26.6.3",
"react": "17.0.1",
"size-limit": "4.9.2",
"supports-color": "8.1.1",
"size-limit": "8.2.4",
"supports-color": "9.3.1",
"ts-jest": "26.5.1",
"typescript": "4.1.5",
"typescript": "5.0.4",
"vue": "3.0.6"
},
"dependencies": {
Expand All @@ -57,10 +57,10 @@
"subscriptions-transport-ws": "0.9.18",
"tiny-invariant": "1.1.0",
"traverse": "0.6.6",
"urql": "1.11.6",
"uuid": "8.3.2",
"websql": "1.0.0",
"wonka": "4.0.15",
"urql": "4.0.0",
"uuid": "9.0.0",
"websql": "2.0.3",
"wonka": "6.3.1",
"zen-observable": "0.8.15"
}
}

0 comments on commit 7777bb7

Please sign in to comment.