We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e649db3 commit fd97b2cCopy full SHA for fd97b2c
packages/frontend/package.json
@@ -15,11 +15,13 @@
15
"@aws-sdk/util-format-url": "3.127.0",
16
"@reach/router": "1.3.4",
17
"buffer": "6.0.3",
18
+ "events": "^3.3.0",
19
"microphone-stream": "6.0.1",
20
"process": "0.11.10",
21
"react": "18.2.0",
22
"react-bootstrap": "1.4.0",
- "react-dom": "18.2.0"
23
+ "react-dom": "18.2.0",
24
+ "util": "^0.12.5"
25
},
26
"scripts": {
27
"prepare:frontend": "cd .. && yarn prepare:frontend",
@@ -64,6 +66,6 @@
64
66
"@vitejs/plugin-react-refresh": "1.3.6",
65
67
"react-bootstrap-icons": "1.3.0",
68
"typescript": "~4.4.4",
- "vite": "2.9.13"
69
+ "vite": "3.2.5"
70
}
71
0 commit comments