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

Commit 1059aa8

Browse files
fix(deps): update all
1 parent 8b8a475 commit 1059aa8

File tree

4 files changed

+29
-29
lines changed

4 files changed

+29
-29
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,24 @@
2828
"generate:docs": "./scripts/docs.sh"
2929
},
3030
"devDependencies": {
31-
"@size-limit/preset-small-lib": "4.9.2",
31+
"@size-limit/preset-small-lib": "4.12.0",
3232
"@types/graphql": "14.2.3",
3333
"@types/jest": "26.0.20",
3434
"@typescript-eslint/eslint-plugin": "4.15.1",
3535
"@typescript-eslint/parser": "4.15.1",
3636
"del-cli": "3.0.1",
37-
"eslint": "7.20.0",
37+
"eslint": "7.32.0",
3838
"jest": "26.6.3",
3939
"lerna": "3.22.1",
4040
"npm-run-all": "4.1.5",
41-
"size-limit": "4.9.2",
42-
"ts-jest": "26.5.1",
41+
"size-limit": "4.12.0",
42+
"ts-jest": "26.5.6",
4343
"ts-node": "9.1.1",
44-
"typescript": "4.1.5"
44+
"typescript": "4.7.4"
4545
},
4646
"dependencies": {
47-
"@types/mocha": "8.2.1",
48-
"@types/node": "12.20.1"
47+
"@types/mocha": "8.2.3",
48+
"@types/node": "12.20.55"
4949
},
5050
"workspaces": [
5151
"packages/*"

packages/cli/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
2121
},
2222
"license": "MIT",
2323
"devDependencies": {
24-
"@types/bson": "4.0.3",
24+
"@types/bson": "4.0.5",
2525
"@types/jest": "26.0.20",
26-
"@types/yargs": "15.0.13",
27-
"endent": "2.0.1",
26+
"@types/yargs": "15.0.14",
27+
"endent": "2.1.0",
2828
"jest": "26.6.3",
2929
"rimraf": "3.0.2",
3030
"safe-eval": "0.4.1",
31-
"ts-jest": "26.5.1",
32-
"typescript": "4.1.5"
31+
"ts-jest": "26.5.6",
32+
"typescript": "4.7.4"
3333
},
3434
"dependencies": {
35-
"@graphback/core": "1.1.1",
35+
"@graphback/core": "1.1.2",
3636
"@graphql-tools/load-files": "6.2.5",
3737
"@graphql-tools/merge": "6.2.7",
3838
"graphql": "^15.3.0",

packages/datastore/package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -30,32 +30,32 @@
3030
}
3131
},
3232
"devDependencies": {
33-
"@size-limit/preset-small-lib": "4.9.2",
34-
"@types/debug": "4.1.5",
33+
"@size-limit/preset-small-lib": "4.12.0",
34+
"@types/debug": "4.1.7",
3535
"@types/jest": "26.0.20",
36-
"@types/json-schema": "7.0.7",
37-
"@types/react-dom": "17.0.1",
36+
"@types/json-schema": "7.0.11",
37+
"@types/react-dom": "17.0.17",
3838
"@types/traverse": "0.6.32",
39-
"@types/uuid": "8.3.0",
39+
"@types/uuid": "8.3.4",
4040
"@types/websql": "0.0.27",
41-
"@types/zen-observable": "0.8.2",
41+
"@types/zen-observable": "0.8.3",
4242
"apollo-server": "2.21.0",
43-
"debug": "4.3.1",
44-
"fake-indexeddb": "3.1.2",
43+
"debug": "4.3.4",
44+
"fake-indexeddb": "3.1.8",
4545
"isomorphic-unfetch": "3.1.0",
4646
"jest": "26.6.3",
4747
"react": "17.0.1",
48-
"size-limit": "4.9.2",
48+
"size-limit": "4.12.0",
4949
"supports-color": "8.1.1",
50-
"ts-jest": "26.5.1",
51-
"typescript": "4.1.5",
50+
"ts-jest": "26.5.6",
51+
"typescript": "4.7.4",
5252
"vue": "3.0.6"
5353
},
5454
"dependencies": {
5555
"graphql-tag": "2.11.0",
56-
"react-native-sqlite-2": "3.1.1",
57-
"subscriptions-transport-ws": "0.9.18",
58-
"tiny-invariant": "1.1.0",
56+
"react-native-sqlite-2": "3.5.2",
57+
"subscriptions-transport-ws": "0.11.0",
58+
"tiny-invariant": "1.2.0",
5959
"traverse": "0.6.6",
6060
"urql": "1.11.6",
6161
"uuid": "8.3.2",

website/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"dependencies": {
1212
"@docusaurus/core": "2.0.0-alpha.fd17476c3",
1313
"@docusaurus/preset-classic": "2.0.0-alpha.fd17476c3",
14-
"gsap": "3.6.0",
14+
"gsap": "3.10.4",
1515
"react": "17.0.1",
1616
"react-dom": "17.0.1",
1717
"scrollmagic": "2.0.8",
1818
"scrollscene": "0.0.24",
19-
"styled-components": "5.2.1"
19+
"styled-components": "5.3.5"
2020
}
2121
}

0 commit comments

Comments
 (0)