File tree Expand file tree Collapse file tree 8 files changed +37
-4
lines changed Expand file tree Collapse file tree 8 files changed +37
-4
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ module.exports = (Encore) => {
1616 'prop-types' : 'PropTypes' ,
1717 } )
1818 . enableSassLoader ( )
19+ . enableTypeScriptLoader ( )
1920 . enableReactPreset ( )
2021 . enableSingleRuntimeChunk ( ) ;
2122
Original file line number Diff line number Diff line change 2424 "@svgr/webpack" : " ^8.1.0"
2525 },
2626 "dependencies" : {
27- "react" : " ^18.2.0" ,
28- "react-dom" : " ^18.2.0"
27+ "react" : " ^18.3.1" ,
28+ "react-dom" : " ^18.3.1" ,
29+ "@types/react" : " ^18.3.11" ,
30+ "@types/react-dom" : " ^18.3.1" ,
31+ "typescript" : " ^5.6.3" ,
32+ "ts-loader" : " ^9.5.1" ,
33+ "ts-config-ibexa" : " https://github.com/ibexa/ts-config-ibexa"
2934 },
3035 "license" : " UNLICENSED" ,
3136 "private" : true ,
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ module.exports = (Encore) => {
1616 'prop-types' : 'PropTypes' ,
1717 } )
1818 . enableSassLoader ( )
19+ . enableTypeScriptLoader ( )
1920 . enableReactPreset ( )
2021 . enableSingleRuntimeChunk ( ) ;
2122
Original file line number Diff line number Diff line change 2222 "@ckeditor/ckeditor5-theme-lark" : " ^40.1.0" ,
2323 "@ckeditor/ckeditor5-code-block" : " ^40.1.0" ,
2424 "@svgr/webpack" : " ^8.1.0"
25+
2526 },
2627 "dependencies" : {
27- "react" : " ^18.2.0" ,
28- "react-dom" : " ^18.2.0"
28+ "react" : " ^18.3.1" ,
29+ "react-dom" : " ^18.3.1" ,
30+ "@types/react" : " ^18.3.11" ,
31+ "@types/react-dom" : " ^18.3.1" ,
32+ "typescript" : " ^5.6.3" ,
33+ "ts-loader" : " ^9.5.1" ,
34+ "ts-config-ibexa" : " https://github.com/ibexa/ts-config-ibexa"
2935 },
3036 "license" : " UNLICENSED" ,
3137 "private" : true ,
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ module.exports = (Encore) => {
1616 'prop-types' : 'PropTypes' ,
1717 } )
1818 . enableSassLoader ( )
19+ . enableTypeScriptLoader ( )
1920 . enableReactPreset ( )
2021 . enableSingleRuntimeChunk ( ) ;
2122
Original file line number Diff line number Diff line change 2323 "@ckeditor/ckeditor5-code-block" : " ^40.1.0" ,
2424 "@svgr/webpack" : " ^8.1.0"
2525 },
26+ "dependencies" : {
27+ "react" : " ^18.3.1" ,
28+ "react-dom" : " ^18.3.1" ,
29+ "@types/react" : " ^18.3.11" ,
30+ "@types/react-dom" : " ^18.3.1" ,
31+ "typescript" : " ^5.6.3" ,
32+ "ts-loader" : " ^9.5.1" ,
33+ "ts-config-ibexa" : " https://github.com/ibexa/ts-config-ibexa"
34+ },
2635 "license" : " UNLICENSED" ,
2736 "private" : true ,
2837 "scripts" : {
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ module.exports = (Encore) => {
1616 'prop-types' : 'PropTypes' ,
1717 } )
1818 . enableSassLoader ( )
19+ . enableTypeScriptLoader ( )
1920 . enableReactPreset ( )
2021 . enableSingleRuntimeChunk ( ) ;
2122
Original file line number Diff line number Diff line change 2222 "@ckeditor/ckeditor5-code-block" : " ^40.1.0" ,
2323 "@svgr/webpack" : " ^8.1.0"
2424 },
25+ "dependencies" : {
26+ "react" : " ^18.3.1" ,
27+ "react-dom" : " ^18.3.1" ,
28+ "@types/react" : " ^18.3.11" ,
29+ "@types/react-dom" : " ^18.3.1" ,
30+ "typescript" : " ^5.6.3" ,
31+ "ts-loader" : " ^9.5.1" ,
32+ "ts-config-ibexa" : " https://github.com/ibexa/ts-config-ibexa"
33+ },
2534 "license" : " UNLICENSED" ,
2635 "private" : true ,
2736 "scripts" : {
You can’t perform that action at this time.
0 commit comments