Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"jest-location-mock": "2.0.0",
"jest-websocket-mock": "2.5.0",
"jest_workaround": "0.1.14",
"msw": "2.3.5",
"msw": "2.5.0",
"postcss": "8.5.1",
"protobufjs": "7.4.0",
"rxjs": "7.8.1",
Expand All @@ -189,9 +189,14 @@
"typescript": "5.6.3",
"vite": "5.4.15",
"vite-plugin-checker": "0.8.0",
"vite-plugin-turbosnap": "1.0.3"
"vite-plugin-turbosnap": "1.0.3",
"web-streams-polyfill": "4.1.0"
},
"browserslist": ["chrome 110", "firefox 111", "safari 16.0"],
"browserslist": [
"chrome 110",
"firefox 111",
"safari 16.0"
],
"resolutions": {
"optionator": "0.9.3",
"semver": "7.6.2"
Expand Down
Loading
Loading