Skip to content

Commit 63bbd5c

Browse files
committed
chore(web): update parcel
1 parent 898c225 commit 63bbd5c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
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
},
@@ -70,6 +69,7 @@
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",

web/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import App from "./app";
44
import Modal from "react-modal";
55
import { HashRouter as Router } from "react-router-dom";
66

7-
Modal.setAppElement("#app");
87
const container = document.getElementById("app");
8+
Modal.setAppElement(container!);
99
const root = createRoot(container!);
1010
root.render(
1111
<React.StrictMode>

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)