Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 12, 2022
1 parent 9bfb858 commit adb441e
Show file tree
Hide file tree
Showing 10 changed files with 773 additions and 1,370 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"jest": "27.5.1",
"lint-staged": "12.5.0",
"patch-package": "6.4.7",
"prettier": "2.5.1",
"prettier": "2.7.1",
"semver": "7.3.7",
"ts-jest": "27.1.5",
"tsc-watch": "4.6.2",
"typescript": "4.7.4"
},
"resolutions": {
"graphql": "16.0.0-experimental-stream-defer.5",
"ts-node": "~10.7.0"
"ts-node": "~10.8.0"
},
"scripts": {
"build": "bob build",
Expand Down
2 changes: 1 addition & 1 deletion packages/socket-io-graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"typescript": "4.7.4",
"graphql": "16.0.0-experimental-stream-defer.5",
"socket.io": "4.4.1"
"socket.io": "4.5.1"
},
"peerDependencies": {
"graphql": "^15.4.0 || ^16.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/todo-example/client-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "3.5.9",
"@apollo/client": "3.6.9",
"@n1ru4l/graphql-live-query-patch-json-patch": "*",
"@n1ru4l/push-pull-async-iterable-iterator": "3.2.0",
"@n1ru4l/socket-io-graphql-client": "*",
"@app/gql": "link:./src/gql",
"graphql": "16.0.0-experimental-stream-defer.5"
},
"devDependencies": {
"@graphql-codegen/cli": "2.6.2",
"@graphql-codegen/gql-tag-operations-preset": "1.4.0",
"@graphql-codegen/cli": "2.8.0",
"@graphql-codegen/gql-tag-operations-preset": "1.5.1",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "13.5.0",
Expand All @@ -22,9 +22,9 @@
"classnames": "2.3.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"socket.io-client": "4.4.1",
"socket.io-client": "4.5.1",
"todomvc-app-css": "2.4.2",
"vite": "2.8.6"
"vite": "2.9.14"
},
"scripts": {
"start": "vite",
Expand Down
4 changes: 2 additions & 2 deletions packages/todo-example/client-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"relay-compiler-language-typescript": "15.0.1",
"relay-config": "12.0.1",
"relay-runtime": "12.0.0",
"socket.io-client": "4.4.1",
"socket.io-client": "4.5.1",
"todomvc-app-css": "2.4.2",
"classnames": "2.3.1",
"vite": "2.8.6",
"vite": "2.9.14",
"vite-plugin-babel-macros": "1.0.6"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/todo-example/client-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"devDependencies": {
"@n1ru4l/graphql-live-query-patch-json-patch": "*",
"@graphql-codegen/cli": "2.6.2",
"@graphql-codegen/gql-tag-operations-preset": "1.4.0",
"@graphql-codegen/cli": "2.8.0",
"@graphql-codegen/gql-tag-operations-preset": "1.5.1",
"@n1ru4l/push-pull-async-iterable-iterator": "3.2.0",
"@n1ru4l/socket-io-graphql-client": "*",
"@testing-library/jest-dom": "5.16.4",
Expand All @@ -21,9 +21,9 @@
"classnames": "2.3.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"socket.io-client": "4.4.1",
"socket.io-client": "4.5.1",
"todomvc-app-css": "2.4.2",
"vite": "2.8.6"
"vite": "2.9.14"
},
"scripts": {
"start": "vite",
Expand Down
6 changes: 3 additions & 3 deletions packages/todo-example/end2end-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.0.0",
"private": "true",
"dependencies": {
"puppeteer": "13.2.0",
"fastify": "3.27.2",
"fastify-static": "4.5.0"
"puppeteer": "13.7.0",
"fastify": "3.29.1",
"fastify-static": "4.7.0"
},
"type": "commonjs"
}
4 changes: 2 additions & 2 deletions packages/todo-example/server-helix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"dependencies": {
"@n1ru4l/in-memory-live-query-store": "*",
"@n1ru4l/socket-io-graphql-server": "*",
"express": "4.17.3",
"express": "4.18.1",
"graphql": "16.0.0-experimental-stream-defer.5",
"graphql-helix": "1.13.0",
"socket.io": "4.4.1"
"socket.io": "4.5.1"
},
"devDependencies": {
"@types/express": "4.17.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/todo-example/server-socket-io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@n1ru4l/in-memory-live-query-store": "*",
"@n1ru4l/socket-io-graphql-server": "*",
"graphql": "16.0.0-experimental-stream-defer.5",
"socket.io": "4.4.1"
"socket.io": "4.5.1"
},
"devDependencies": {
"@types/node": "16.11.43",
Expand Down
4 changes: 2 additions & 2 deletions packages/todo-example/server-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"@n1ru4l/in-memory-live-query-store": "*",
"@n1ru4l/socket-io-graphql-server": "*",
"graphql": "16.0.0-experimental-stream-defer.5",
"graphql-ws": "5.6.3",
"ws": "8.6.0"
"graphql-ws": "5.9.1",
"ws": "8.8.0"
},
"devDependencies": {
"@types/node": "16.11.43",
Expand Down

0 comments on commit adb441e

Please sign in to comment.