File tree 12 files changed +82
-100
lines changed
12 files changed +82
-100
lines changed Original file line number Diff line number Diff line change 6
6
"@apollo/client" : " ^3.7.10" ,
7
7
"@graphql-yoga/plugin-defer-stream" : " ^3.0.0" ,
8
8
"graphql" : " ^16.6.0" ,
9
- "react" : " ^18.2 .0" ,
10
- "react-dom" : " ^18.2 .0" ,
9
+ "react" : " ^19.0 .0" ,
10
+ "react-dom" : " ^19.0 .0" ,
11
11
"graphql-yoga" : " 5.7.0"
12
12
},
13
13
"devDependencies" : {
14
14
"@graphql-codegen/cli" : " ^5.0.5" ,
15
15
"@types/jest" : " ^27.5.2" ,
16
16
"@types/node" : " ^22.0.0" ,
17
- "@types/react" : " ^18 .0.15 " ,
18
- "@types/react-dom" : " ^18 .0.10 " ,
17
+ "@types/react" : " ^19 .0.0 " ,
18
+ "@types/react-dom" : " ^19 .0.0 " ,
19
19
"@vitejs/plugin-react" : " ^4.0.0" ,
20
20
"cypress" : " 14.0.0" ,
21
21
"serve" : " 14.2.3" ,
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@apollo/client" : " ^3.7.10" ,
7
- "react" : " 18.3.1 " ,
8
- "react-dom" : " 18.3.1 "
7
+ "react" : " 19.0.0 " ,
8
+ "react-dom" : " 19.0.0 "
9
9
},
10
10
"devDependencies" : {
11
11
"@graphql-codegen/client-preset-swc-plugin" : " 0.2.0" ,
12
12
"@graphql-codegen/cli" : " ^5.0.5" ,
13
13
"@vitejs/plugin-react-swc" : " ^3.3.0" ,
14
- "@types/react" : " 18.3.3 " ,
15
- "@types/react-dom" : " 18.3.0 " ,
14
+ "@types/react" : " 19.0.12 " ,
15
+ "@types/react-dom" : " 19.0.4 " ,
16
16
"typescript" : " 5.5.4" ,
17
17
"vite" : " ^6.0.0"
18
18
},
Original file line number Diff line number Diff line change 5
5
"dependencies" : {
6
6
"@apollo/client" : " ^3.7.10" ,
7
7
"graphql" : " ^16.6.0" ,
8
- "react" : " ^18.2 .0" ,
9
- "react-dom" : " ^18.2 .0"
8
+ "react" : " ^19.0 .0" ,
9
+ "react-dom" : " ^19.0 .0"
10
10
},
11
11
"devDependencies" : {
12
12
"@graphql-codegen/cli" : " ^5.0.5" ,
13
13
"@vitejs/plugin-react" : " ^4.0.0" ,
14
14
"@types/jest" : " ^27.5.2" ,
15
15
"@types/node" : " ^22.0.0" ,
16
- "@types/react" : " ^18 .0.15 " ,
17
- "@types/react-dom" : " ^18 .0.10 " ,
16
+ "@types/react" : " ^19 .0.0 " ,
17
+ "@types/react-dom" : " ^19 .0.0 " ,
18
18
"typescript" : " 5.5.4" ,
19
19
"serve" : " 14.2.3" ,
20
20
"cypress" : " 14.0.0" ,
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@graphql-tools/executor-http" : " ^1.0.0" ,
7
- "react" : " ^18.2 .0" ,
8
- "react-dom" : " ^18.2 .0"
7
+ "react" : " ^19.0 .0" ,
8
+ "react-dom" : " ^19.0 .0"
9
9
},
10
10
"devDependencies" : {
11
11
"@graphql-codegen/cli" : " ^5.0.5" ,
12
12
"@vitejs/plugin-react" : " ^4.0.0" ,
13
13
"@types/jest" : " ^27.5.2" ,
14
14
"@types/node" : " ^22.0.0" ,
15
- "@types/react" : " ^18 .0.17 " ,
16
- "@types/react-dom" : " ^18 .0.10 " ,
15
+ "@types/react" : " ^19 .0.0 " ,
16
+ "@types/react-dom" : " ^19 .0.0 " ,
17
17
"typescript" : " 5.5.4" ,
18
18
"serve" : " 14.2.3" ,
19
19
"cypress" : " 14.0.0" ,
Original file line number Diff line number Diff line change 14
14
"dependencies" : {
15
15
"@graphql-tools/executor-http" : " ^1.0.0" ,
16
16
"next" : " 13.3.1" ,
17
- "react" : " ^18.2 .0" ,
18
- "react-dom" : " ^18.2 .0" ,
17
+ "react" : " ^19.0 .0" ,
18
+ "react-dom" : " ^19.0 .0" ,
19
19
"swr" : " ^2.0.0"
20
20
},
21
21
"devDependencies" : {
22
22
"@graphql-codegen/cli" : " ^5.0.5" ,
23
23
"@graphql-codegen/schema-ast" : " 4.1.0" ,
24
24
"@graphql-codegen/client-preset-swc-plugin" : " 0.2.0" ,
25
25
"@types/node" : " ^22.0.0" ,
26
- "@types/react" : " ^18 .0.17 " ,
27
- "@types/react-dom" : " ^18 .0.10 " ,
26
+ "@types/react" : " ^19 .0.0 " ,
27
+ "@types/react-dom" : " ^19 .0.0 " ,
28
28
"eslint" : " ^9.0.0" ,
29
29
"eslint-config-next" : " ^13.0.0" ,
30
30
"typescript" : " 5.5.4"
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@tanstack/react-query" : " 4.36.1" ,
7
- "react" : " ^18.2 .0" ,
8
- "react-dom" : " ^18.2 .0"
7
+ "react" : " ^19.0 .0" ,
8
+ "react-dom" : " ^19.0 .0"
9
9
},
10
10
"devDependencies" : {
11
11
"@graphql-codegen/cli" : " ^5.0.5" ,
12
12
"@vitejs/plugin-react" : " ^4.0.0" ,
13
13
"@types/jest" : " ^27.5.2" ,
14
14
"@types/node" : " ^22.0.0" ,
15
- "@types/react" : " ^18 .0.17 " ,
16
- "@types/react-dom" : " ^18 .0.10 " ,
15
+ "@types/react" : " ^19 .0.0 " ,
16
+ "@types/react-dom" : " ^19 .0.0 " ,
17
17
"typescript" : " 5.5.4" ,
18
18
"serve" : " 14.2.3" ,
19
19
"cypress" : " 14.0.0" ,
Original file line number Diff line number Diff line change 3
3
"version" : " 0.1.0" ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
- "react" : " ^18.2 .0" ,
7
- "react-dom" : " ^18.2 .0" ,
6
+ "react" : " ^19.0 .0" ,
7
+ "react-dom" : " ^19.0 .0" ,
8
8
"urql" : " ^3.0.0"
9
9
},
10
10
"devDependencies" : {
11
- "@types/react" : " ^18 .0.17 " ,
12
- "@types/react-dom" : " ^18 .0.10 " ,
11
+ "@types/react" : " ^19 .0.0 " ,
12
+ "@types/react-dom" : " ^19 .0.0 " ,
13
13
"@graphql-codegen/cli" : " ^5.0.5" ,
14
14
"@vitejs/plugin-react" : " ^4.0.0" ,
15
15
"typescript" : " 5.5.4" ,
Original file line number Diff line number Diff line change 16
16
"@graphql-typed-document-node/core" : " 3.2.0" ,
17
17
"@vitejs/plugin-react-swc" : " ^3.0.0" ,
18
18
"graphql" : " 16.9.0" ,
19
- "react" : " ^18.2 .0" ,
20
- "react-dom" : " ^18.2 .0" ,
19
+ "react" : " ^19.0 .0" ,
20
+ "react-dom" : " ^19.0 .0" ,
21
21
"vite" : " ^6.0.0"
22
22
},
23
23
"devDependencies" : {
24
24
"@graphql-codegen/cli" : " 5.0.5" ,
25
- "@types/react" : " ^18 .0.27 " ,
26
- "@types/react-dom" : " ^18 .0.10 " ,
25
+ "@types/react" : " ^19 .0.0 " ,
26
+ "@types/react-dom" : " ^19 .0.0 " ,
27
27
"cypress" : " 14.0.0" ,
28
28
"start-server-and-test" : " 2.0.5" ,
29
29
"typescript" : " ^5.0.0"
Original file line number Diff line number Diff line change 16
16
"@graphql-typed-document-node/core" : " 3.2.0" ,
17
17
"@vitejs/plugin-react-swc" : " ^3.0.0" ,
18
18
"graphql" : " 16.9.0" ,
19
- "react" : " ^18.2 .0" ,
20
- "react-dom" : " ^18.2 .0" ,
19
+ "react" : " ^19.0 .0" ,
20
+ "react-dom" : " ^19.0 .0" ,
21
21
"vite" : " ^6.0.0"
22
22
},
23
23
"devDependencies" : {
24
24
"@graphql-codegen/cli" : " 5.0.5" ,
25
- "@types/react" : " ^18 .0.27 " ,
26
- "@types/react-dom" : " ^18 .0.10 " ,
25
+ "@types/react" : " ^19 .0.0 " ,
26
+ "@types/react-dom" : " ^19 .0.0 " ,
27
27
"cypress" : " 14.0.0" ,
28
28
"start-server-and-test" : " 2.0.5" ,
29
29
"typescript" : " ^5.0.0"
Original file line number Diff line number Diff line change 16
16
"@graphql-typed-document-node/core" : " 3.2.0" ,
17
17
"@vitejs/plugin-react-swc" : " ^3.0.0" ,
18
18
"graphql" : " 16.9.0" ,
19
- "react" : " ^18.2 .0" ,
20
- "react-dom" : " ^18.2 .0" ,
19
+ "react" : " ^19.0 .0" ,
20
+ "react-dom" : " ^19.0 .0" ,
21
21
"vite" : " ^6.0.0"
22
22
},
23
23
"devDependencies" : {
24
24
"@graphql-codegen/cli" : " 5.0.5" ,
25
- "@types/react" : " ^18 .0.27 " ,
26
- "@types/react-dom" : " ^18 .0.10 " ,
25
+ "@types/react" : " ^19 .0.0 " ,
26
+ "@types/react-dom" : " ^19 .0.0 " ,
27
27
"cypress" : " 14.0.0" ,
28
28
"start-server-and-test" : " 2.0.5" ,
29
29
"typescript" : " ^5.0.0"
Original file line number Diff line number Diff line change 14
14
"@types/dedent" : " 0.7.2" ,
15
15
"@types/jsonpath" : " 0.2.4" ,
16
16
"@types/node" : " 22.10.7" ,
17
- "@types/react" : " 18.3.3 " ,
17
+ "@types/react" : " 19.0.12 " ,
18
18
"fast-xml-parser" : " 4.4.1" ,
19
19
"jsonpath" : " 1.1.1" ,
20
20
"postcss-import" : " ^16.1.0" ,
82
82
"next-mdx-remote" : " 5.0.0" ,
83
83
"next-sitemap" : " 4.2.3" ,
84
84
"postcss-nesting" : " ^13.0.1" ,
85
- "react" : " ^18.2 .0" ,
86
- "react-dom" : " ^18.2 .0" ,
85
+ "react" : " ^19.0 .0" ,
86
+ "react-dom" : " ^19.0 .0" ,
87
87
"react-markdown" : " 9.0.3" ,
88
88
"react-select" : " 5.8.0" ,
89
89
"typescript-json-schema" : " 0.56.0"
You can’t perform that action at this time.
0 commit comments