File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4949 "eslint-plugin-security" : " ^1.4.0" ,
5050 "eslint-utils" : " ^3.0.0" ,
5151 "lru-cache" : " ^7.8.0" ,
52- "parcel" : " ^2.8.2" ,
5352 "prettier" : " ^2.5.1" ,
5453 "typescript" : " ^4.5.5"
5554 },
7069 "graphql" : " ^16.4.0" ,
7170 "graphql-request" : " ^5.0.0" ,
7271 "moment" : " ^2.29.4" ,
72+ "parcel" : " ^2.8.3" ,
7373 "react" : " ^18.2.0" ,
7474 "react-chartjs-2" : " ^4.3.1" ,
7575 "react-dom" : " ^18.2.0" ,
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import App from "./app";
44import Modal from "react-modal" ;
55import { HashRouter as Router } from "react-router-dom" ;
66
7- Modal . setAppElement ( "#app" ) ;
87const container = document . getElementById ( "app" ) ;
8+ Modal . setAppElement ( container ! ) ;
99const root = createRoot ( container ! ) ;
1010root . render (
1111 < React . StrictMode >
Original file line number Diff line number Diff line change @@ -2340,7 +2340,7 @@ __metadata:
23402340 graphql-request: ^5.0.0
23412341 lru-cache: ^7.8.0
23422342 moment: ^2.29.4
2343- parcel: ^2.8.2
2343+ parcel: ^2.8.3
23442344 prettier: ^2.5.1
23452345 react: ^18.2.0
23462346 react-chartjs-2: ^4.3.1
@@ -18481,7 +18481,7 @@ __metadata:
1848118481 languageName: node
1848218482 linkType: hard
1848318483
18484- "parcel@npm:^2.8.2 ":
18484+ "parcel@npm:^2.8.3 ":
1848518485 version: 2.8.3
1848618486 resolution: "parcel@npm:2.8.3"
1848718487 dependencies:
You can’t perform that action at this time.
0 commit comments