File tree Expand file tree Collapse file tree 14 files changed +665
-223
lines changed Expand file tree Collapse file tree 14 files changed +665
-223
lines changed Original file line number Diff line number Diff line change 34
34
"@theguild/prettier-config" : " 3.0.0" ,
35
35
"@theguild/tailwind-config" : " 0.6.1" ,
36
36
"@types/jest-image-snapshot" : " 6.4.0" ,
37
- "@types/react" : " 18.3.14 " ,
37
+ "@types/react" : " 19.0.1 " ,
38
38
"@types/react-paginate" : " 7.1.4" ,
39
39
"@types/webpack" : " 5.28.5" ,
40
40
"css-loader" : " 7.1.2" ,
50
50
"prettier" : " 3.4.2" ,
51
51
"prettier-plugin-tailwindcss" : " 0.6.9" ,
52
52
"pretty-quick" : " 4.0.0" ,
53
- "react" : " 18.3.1 " ,
54
- "react-dom" : " 18.3.1 " ,
53
+ "react" : " 19.0.0 " ,
54
+ "react-dom" : " 19.0.0 " ,
55
55
"storybook" : " 8.4.2" ,
56
56
"storybook-dark-mode" : " 4.0.2" ,
57
57
"style-loader" : " 4.0.0" ,
Original file line number Diff line number Diff line change 70
70
"clsx" : " 2.1.1" ,
71
71
"fuzzy" : " 0.1.3" ,
72
72
"next-videos" : " 1.5.0" ,
73
- "nextra" : " 3.2.4 " ,
74
- "nextra-theme-docs" : " 3.2.4 " ,
73
+ "nextra" : " 3.2.5 " ,
74
+ "nextra-theme-docs" : " 3.2.5 " ,
75
75
"react-paginate" : " 8.2.0" ,
76
76
"react-player" : " 2.16.0" ,
77
77
"remark-mdx-disable-explicit-jsx" : " 0.1.0" ,
83
83
"@theguild/editor" : " workspace:*" ,
84
84
"@theguild/tailwind-config" : " 0.6.1" ,
85
85
"@types/dedent" : " 0.7.2" ,
86
- "@types/react" : " 18.3.14 " ,
87
- "@types/react-dom" : " 18.3.2 " ,
86
+ "@types/react" : " 18.3.13 " ,
87
+ "@types/react-dom" : " 18.3.1 " ,
88
88
"@types/semver" : " 7.5.8" ,
89
89
"dedent" : " 1.5.3" ,
90
90
"esbuild-plugin-svgr" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 11
11
"jsx" : " react-jsx" ,
12
12
"moduleResolution" : " Bundler" ,
13
13
"resolveJsonModule" : true
14
- }
14
+ },
15
+ "exclude" : [" dist" ]
15
16
}
Original file line number Diff line number Diff line change 22
22
"peerDependencies" : {
23
23
"@monaco-editor/react" : " ^4" ,
24
24
"monaco-editor" : " ^0.40.0 || ^0.41.0 || ^0.43.0 || ^0.44.0 || ^0.47.0 || ^0.48.0 || ^0.50.0 || ^0.51.0 || ^0.52.0" ,
25
- "react" : " ^18.2.0" ,
26
- "react-dom" : " ^18.2.0"
25
+ "react" : " ^18.2.0 || ^19.0.0 " ,
26
+ "react-dom" : " ^18.2.0 || ^19.0.0 "
27
27
},
28
28
"dependencies" : {
29
29
"graphql-language-service" : " 3.2.5"
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ export const ExecutableDocumentEditor = ({
139
139
const { resolvedTheme } = useTheme ( ) ;
140
140
const monaco = useMonaco ( ) ;
141
141
const [ completionProvider , setCompletionProvider ] = useState < monaco . IDisposable | null > ( null ) ;
142
- const editorUriRef = useRef < monaco . Uri > ( ) ;
142
+ const editorUriRef = useRef < monaco . Uri > ( null ) ;
143
143
144
144
useEffect ( ( ) => {
145
145
if ( ! monaco || ! schema ) {
Original file line number Diff line number Diff line change 11
11
"jsx" : " react-jsx" ,
12
12
"moduleResolution" : " node" ,
13
13
"resolveJsonModule" : true
14
- }
14
+ },
15
+ "exclude" : [" dist" ]
15
16
}
Original file line number Diff line number Diff line change 11
11
"dependencies" : {
12
12
"@resvg/resvg-wasm" : " 2.6.2" ,
13
13
"@theguild/components" : " ^6.6.6" ,
14
- "react" : " 18.3.1 " ,
14
+ "react" : " 19.0.0 " ,
15
15
"satori" : " 0.12.0" ,
16
16
"yoga-wasm-web" : " 0.3.3"
17
17
},
18
18
"devDependencies" : {
19
19
"@cloudflare/workers-types" : " 4.20241205.0" ,
20
- "@types/react" : " 18.3.14 " ,
20
+ "@types/react" : " 19.0.1 " ,
21
21
"typescript" : " 5.6.3" ,
22
22
"wrangler" : " 3.93.0"
23
23
}
Original file line number Diff line number Diff line change 15
15
"forceConsistentCasingInFileNames" : true ,
16
16
"strict" : true ,
17
17
"skipLibCheck" : true
18
- }
18
+ },
19
+ "exclude" : [" dist" ]
19
20
}
Original file line number Diff line number Diff line change 46
46
},
47
47
"devDependencies" : {
48
48
"@types/mdast" : " 4.0.4" ,
49
- "nextra" : " 3.2.4 " ,
49
+ "nextra" : " 3.2.5 " ,
50
50
"react" : " 18.3.1" ,
51
51
"unified" : " 11.0.5"
52
52
},
Original file line number Diff line number Diff line change 11
11
"jsx" : " react-jsx" ,
12
12
"moduleResolution" : " node" ,
13
13
"resolveJsonModule" : true
14
- }
14
+ },
15
+ "exclude" : [" dist" ]
15
16
}
You can’t perform that action at this time.
0 commit comments