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 Mar 26, 2022
1 parent 8b8a475 commit de65525
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 29 deletions.
14 changes: 7 additions & 7 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": "4.12.0",
"@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",
"eslint": "7.32.0",
"jest": "26.6.3",
"lerna": "3.22.1",
"npm-run-all": "4.1.5",
"size-limit": "4.9.2",
"ts-jest": "26.5.1",
"size-limit": "4.12.0",
"ts-jest": "26.5.6",
"ts-node": "9.1.1",
"typescript": "4.1.5"
"typescript": "4.6.3"
},
"dependencies": {
"@types/mocha": "8.2.1",
"@types/node": "12.20.1"
"@types/mocha": "8.2.3",
"@types/node": "12.20.47"
},
"workspaces": [
"packages/*"
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
},
"license": "MIT",
"devDependencies": {
"@types/bson": "4.0.3",
"@types/bson": "4.0.5",
"@types/jest": "26.0.20",
"@types/yargs": "15.0.13",
"endent": "2.0.1",
"@types/yargs": "15.0.14",
"endent": "2.1.0",
"jest": "26.6.3",
"rimraf": "3.0.2",
"safe-eval": "0.4.1",
"ts-jest": "26.5.1",
"typescript": "4.1.5"
"ts-jest": "26.5.6",
"typescript": "4.6.3"
},
"dependencies": {
"@graphback/core": "1.1.1",
"@graphback/core": "1.1.2",
"@graphql-tools/load-files": "6.2.5",
"@graphql-tools/merge": "6.2.7",
"graphql": "^15.3.0",
Expand Down
28 changes: 14 additions & 14 deletions packages/datastore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,32 +30,32 @@
}
},
"devDependencies": {
"@size-limit/preset-small-lib": "4.9.2",
"@types/debug": "4.1.5",
"@size-limit/preset-small-lib": "4.12.0",
"@types/debug": "4.1.7",
"@types/jest": "26.0.20",
"@types/json-schema": "7.0.7",
"@types/react-dom": "17.0.1",
"@types/json-schema": "7.0.11",
"@types/react-dom": "17.0.14",
"@types/traverse": "0.6.32",
"@types/uuid": "8.3.0",
"@types/uuid": "8.3.4",
"@types/websql": "0.0.27",
"@types/zen-observable": "0.8.2",
"@types/zen-observable": "0.8.3",
"apollo-server": "2.21.0",
"debug": "4.3.1",
"fake-indexeddb": "3.1.2",
"debug": "4.3.4",
"fake-indexeddb": "3.1.7",
"isomorphic-unfetch": "3.1.0",
"jest": "26.6.3",
"react": "17.0.1",
"size-limit": "4.9.2",
"size-limit": "4.12.0",
"supports-color": "8.1.1",
"ts-jest": "26.5.1",
"typescript": "4.1.5",
"ts-jest": "26.5.6",
"typescript": "4.6.3",
"vue": "3.0.6"
},
"dependencies": {
"graphql-tag": "2.11.0",
"react-native-sqlite-2": "3.1.1",
"subscriptions-transport-ws": "0.9.18",
"tiny-invariant": "1.1.0",
"react-native-sqlite-2": "3.5.2",
"subscriptions-transport-ws": "0.11.0",
"tiny-invariant": "1.2.0",
"traverse": "0.6.6",
"urql": "1.11.6",
"uuid": "8.3.2",
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"dependencies": {
"@docusaurus/core": "2.0.0-alpha.fd17476c3",
"@docusaurus/preset-classic": "2.0.0-alpha.fd17476c3",
"gsap": "3.6.0",
"gsap": "3.9.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"scrollmagic": "2.0.8",
"scrollscene": "0.0.24",
"styled-components": "5.2.1"
"styled-components": "5.3.5"
}
}

0 comments on commit de65525

Please sign in to comment.