File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,4 +10,5 @@ yarn-error.log*
1010.vscode
1111.cache
1212dist
13- * .log
13+ * .log
14+ cypress
Original file line number Diff line number Diff line change 11{
22 "name" : " example" ,
33 "version" : " 1.0.0" ,
4- "main" : " index.js" ,
54 "license" : " MIT" ,
65 "scripts" : {
76 "start" : " parcel --no-cache index.html" ,
87 "build" : " parcel build index.html"
98 },
109 "dependencies" : {
11- "react-app-polyfill" : " ^3.0.0"
10+ "react" : " 19.2.1" ,
11+ "react-app-polyfill" : " ^3.0.0" ,
12+ "react-dom" : " 19.2.1"
1213 },
1314 "alias" : {
1415 "react" : " ../node_modules/react" ,
1516 "react-dom" : " ../node_modules/react-dom"
1617 },
1718 "devDependencies" : {
18- "@parcel/transformer-sass" : " 2.7.0 " ,
19+ "@parcel/transformer-sass" : " 2.16.3 " ,
1920 "@types/react" : " ^18.0.24" ,
2021 "@types/react-dom" : " ^18.0.8" ,
21- "parcel" : " ^2.7.0 " ,
22+ "parcel" : " ^2.16.3 " ,
2223 "typescript" : " ^4.8.4"
2324 }
24- }
25+ }
You can’t perform that action at this time.
0 commit comments