Skip to content

Commit

Permalink
update pwa-elements to fix browser camera issue
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Cassidy <steve.cassidy@mq.edu.au>
  • Loading branch information
stevecassidy committed Nov 16, 2023
1 parent aca15f4 commit f6ca909
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
12 changes: 8 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@demvsystems/yup-ast": "1.2.2",
"@emotion/react": "11.10.8",
"@emotion/styled": "11.10.8",
"@ionic/pwa-elements": "^3.1.1",
"@ionic/pwa-elements": "^3.2.2",
"@mui/icons-material": "5.11.16",
"@mui/lab": "5.0.0-alpha.129",
"@mui/material": "5.12.3",
Expand Down
3 changes: 0 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ export default defineConfig({
global: global,
'process.env': {} /* some libraries check this */,
},
optimizeDeps: {
exclude: ['@ionic/pwa-elements'],
},
test: {
globals: true,
environment: 'jsdom',
Expand Down

0 comments on commit f6ca909

Please sign in to comment.