Skip to content

Commit fd97b2c

Browse files
authored
feat(deps): bump vite to 3.2.5 (aws-samples#65)
1 parent e649db3 commit fd97b2c

File tree

2 files changed

+265
-107
lines changed

2 files changed

+265
-107
lines changed

packages/frontend/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@
1515
"@aws-sdk/util-format-url": "3.127.0",
1616
"@reach/router": "1.3.4",
1717
"buffer": "6.0.3",
18+
"events": "^3.3.0",
1819
"microphone-stream": "6.0.1",
1920
"process": "0.11.10",
2021
"react": "18.2.0",
2122
"react-bootstrap": "1.4.0",
22-
"react-dom": "18.2.0"
23+
"react-dom": "18.2.0",
24+
"util": "^0.12.5"
2325
},
2426
"scripts": {
2527
"prepare:frontend": "cd .. && yarn prepare:frontend",
@@ -64,6 +66,6 @@
6466
"@vitejs/plugin-react-refresh": "1.3.6",
6567
"react-bootstrap-icons": "1.3.0",
6668
"typescript": "~4.4.4",
67-
"vite": "2.9.13"
69+
"vite": "3.2.5"
6870
}
6971
}

0 commit comments

Comments
 (0)