|
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
5 | 5 | "devDependencies": { |
6 | | - "@graphql-codegen/cli": "2.11.6", |
7 | | - "@graphql-codegen/gql-tag-operations-preset": "1.5.4", |
| 6 | + "@graphql-codegen/cli": "2.12.1", |
| 7 | + "@graphql-codegen/gql-tag-operations-preset": "1.5.5", |
8 | 8 | "@testing-library/jest-dom": "5.16.5", |
9 | 9 | "@testing-library/react": "12.1.5", |
10 | 10 | "@testing-library/user-event": "13.5.0", |
11 | 11 | "@types/classnames": "2.3.0", |
12 | 12 | "@types/react-dom": "18.0.6", |
13 | 13 | "@vitejs/plugin-react-refresh": "1.3.6", |
14 | | - "classnames": "2.3.1", |
| 14 | + "classnames": "2.3.2", |
15 | 15 | "react": "17.0.2", |
16 | 16 | "react-dom": "17.0.2", |
17 | | - "socket.io-client": "4.5.1", |
| 17 | + "socket.io-client": "4.5.2", |
18 | 18 | "todomvc-app-css": "2.4.2", |
19 | | - "vite": "2.9.14", |
| 19 | + "vite": "2.9.15", |
20 | 20 | "@apollo/client": "3.6.9", |
21 | 21 | "@n1ru4l/graphql-live-query-patch-jsondiffpatch": "0.8.0", |
22 | 22 | "@n1ru4l/push-pull-async-iterable-iterator": "3.2.0", |
23 | 23 | "@n1ru4l/socket-io-graphql-client": "*", |
24 | 24 | "@repeaterjs/repeater": "3.0.4", |
25 | 25 | "@app/gql": "link:./src/gql", |
26 | 26 | "graphql": "16.0.0-experimental-stream-defer.5", |
27 | | - "graphql-ws": "5.10.0" |
| 27 | + "graphql-ws": "5.11.2" |
28 | 28 | }, |
29 | 29 | "scripts": { |
30 | 30 | "start": "vite", |
|
0 commit comments