Skip to content

Commit

Permalink
fix: package rollback (#1141)
Browse files Browse the repository at this point in the history
Rolls back package lock changes which broke application.
  • Loading branch information
PeterBaker0 authored Sep 9, 2024
2 parents ac55ad9 + e2962b7 commit fbed98e
Show file tree
Hide file tree
Showing 3 changed files with 2,779 additions and 12,003 deletions.
10 changes: 5 additions & 5 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,9 @@
"@faims3/data-model": "*",
"@fast-check/vitest": "^0.0.7",
"@ionic/pwa-elements": "^3.2.2",
"@mui/icons-material": "^5.16.7",
"@mui/icons-material": "5.15.8",
"@mui/lab": "5.0.0-alpha.129",
"@mui/material": "^5.16.7",
"@mui/system": "^5.16.7",
"@mui/material": "5.12.3",
"@mui/x-data-grid": "6.3.0",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
Expand All @@ -81,8 +80,10 @@
"@types/pouchdb": "^6.4.0",
"@types/proj4": "^2.5.2",
"@types/qrcode": "^1.5.5",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.3",
"@types/react-router": "5.1.20",
"@types/react-router-dom": "5.3.3",
"@types/react-router-hash-link": "^2.4.9",
"@types/trusted-types": "^2.0.3",
"@types/uuid": "9.0.1",
Expand Down Expand Up @@ -118,7 +119,7 @@
"react-jss": "^10.10.0",
"react-obfuscate": "^3.6.9",
"react-router": "^6.26.0",
"react-router-dom": "^6.26.1",
"react-router-dom": "^6.26.0",
"react-router-hash-link": "^2.4.3",
"rollup-plugin-node-polyfills": "^0.2.1",
"stream": "^0.0.2",
Expand All @@ -140,7 +141,6 @@
"@capacitor/cli": "^6.0.0",
"@swc/core": "^1.7.10",
"@testing-library/jest-dom": "6.4.6",
"@types/react": "^18.3.3",
"@vitest/coverage-v8": "^0.34.4",
"eslint-plugin-react": "^7.32.2",
"fast-check": "2.25.0",
Expand Down
Loading

0 comments on commit fbed98e

Please sign in to comment.