Skip to content

Commit

Permalink
upgrading mui (#209)
Browse files Browse the repository at this point in the history
* upgrading mui

* Update package.json

* updated lock
  • Loading branch information
pelikhan authored Jun 20, 2022
1 parent aa39509 commit 451e32f
Show file tree
Hide file tree
Showing 2 changed files with 403 additions and 141 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@microsoft/applicationinsights-web": "^2.8.4",
"@mui/icons-material": "^5.8.3",
"@mui/lab": "^5.0.0-alpha.85",
"@mui/material": "^5.8.3",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.86",
"@mui/material": "^5.8.4",
"@octokit/core": "^3.6.0",
"@parcel/transformer-typescript-types": "^2.6.0",
"@react-three/drei": "^9.13.0",
"@react-three/fiber": "^8.0.23",
"@parcel/transformer-typescript-types": "^2.6.1",
"@react-three/drei": "^9.13.2",
"@react-three/fiber": "^8.0.27",
"@tensorflow/tfjs": "3.8.0",
"@tidyjs/tidy": "^2.4.5",
"@types/json-schema": "^7.0.11",
"@types/react": "^18.0.12",
"@types/react": "^18.0.14",
"@types/use-sync-external-store": "^0.0.3",
"@types/w3c-web-serial": "^1.0.2",
"@types/w3c-web-usb": "^1.0.6",
Expand All @@ -43,11 +43,11 @@
"blockly": "^6.20210701.0",
"bowser": "^2.11.0",
"compare-versions": "^4.1.3",
"concurrently": "^7.2.1",
"concurrently": "^7.2.2",
"console-feed": "^3.3.0",
"d3-array": "^3.1.6",
"dns-packet": "^5.3.1",
"eslint": "^8.17.0",
"dns-packet": "^5.4.0",
"eslint": "^8.18.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.30.0",
"gatsby": "^4.16.0",
Expand Down Expand Up @@ -83,31 +83,31 @@
"jsep": "^1.3.6",
"makerjs": "^0.17.1",
"microbundle": "^0.14.2",
"minisearch": "^4.0.3",
"minisearch": "^5.0.0",
"notistack": "^2.0.5",
"octokit-plugin-create-pull-request": "pelikhan/octokit-plugin-create-pull-request#forkbinarydist",
"paho-mqtt": "^1.1.0",
"papaparse": "^5.3.2",
"peerjs": "^1.3.2",
"postcss": "^8.4.14",
"prettier": "2.6.2",
"prettier": "2.7.1",
"prism-react-renderer": "^1.3.3",
"prismjs": "^1.28.0",
"prop-types": "^15.8.1",
"puppeteer": "^14.3.0",
"puppeteer": "^14.4.1",
"qrcode": "^1.5.0",
"react": "^18.1.0",
"react-blockly": "^7.0.0-alpha.2",
"react": "^18.2.0",
"react-blockly": "^7.0.1",
"react-color": "^2.19.3",
"react-dom": "^18.1.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-helmet": "^6.1.0",
"react-intersection-observer": "^9.2.2",
"react-intersection-observer": "^9.3.3",
"react-markdown": "^8.0.3",
"react-minisearch": "^4.0.1",
"react-minisearch": "^5.0.0",
"react-piano": "^3.1.3",
"react-player": "^2.10.1",
"react-simple-keyboard": "^3.4.152",
"react-simple-keyboard": "^3.4.157",
"react-vega": "^7.5.1",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.7",
Expand All @@ -120,7 +120,7 @@
"trim": "^1.0.1",
"use-debounce": "^7.0.1",
"use-editable": "^2.3.3",
"use-sync-external-store": "^1.1.0",
"use-sync-external-store": "^1.2.0",
"util": "^0.12.4",
"vega": "^5.22.1",
"vega-lite": "^5.2.0",
Expand Down
Loading

0 comments on commit 451e32f

Please sign in to comment.