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 49
49
"eslint-plugin-security" : " ^1.4.0" ,
50
50
"eslint-utils" : " ^3.0.0" ,
51
51
"lru-cache" : " ^7.8.0" ,
52
- "parcel" : " ^2.8.2" ,
53
52
"prettier" : " ^2.5.1" ,
54
53
"typescript" : " ^4.5.5"
55
54
},
70
69
"graphql" : " ^16.4.0" ,
71
70
"graphql-request" : " ^5.0.0" ,
72
71
"moment" : " ^2.29.4" ,
72
+ "parcel" : " ^2.8.3" ,
73
73
"react" : " ^18.2.0" ,
74
74
"react-chartjs-2" : " ^4.3.1" ,
75
75
"react-dom" : " ^18.2.0" ,
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import App from "./app";
4
4
import Modal from "react-modal" ;
5
5
import { HashRouter as Router } from "react-router-dom" ;
6
6
7
- Modal . setAppElement ( "#app" ) ;
8
7
const container = document . getElementById ( "app" ) ;
8
+ Modal . setAppElement ( container ! ) ;
9
9
const root = createRoot ( container ! ) ;
10
10
root . render (
11
11
< React . StrictMode >
Original file line number Diff line number Diff line change @@ -2340,7 +2340,7 @@ __metadata:
2340
2340
graphql-request: ^5.0.0
2341
2341
lru-cache: ^7.8.0
2342
2342
moment: ^2.29.4
2343
- parcel: ^2.8.2
2343
+ parcel: ^2.8.3
2344
2344
prettier: ^2.5.1
2345
2345
react: ^18.2.0
2346
2346
react-chartjs-2: ^4.3.1
@@ -18481,7 +18481,7 @@ __metadata:
18481
18481
languageName: node
18482
18482
linkType: hard
18483
18483
18484
- "parcel@npm:^2.8.2 ":
18484
+ "parcel@npm:^2.8.3 ":
18485
18485
version: 2.8.3
18486
18486
resolution: "parcel@npm:2.8.3"
18487
18487
dependencies:
You can’t perform that action at this time.
0 commit comments