Skip to content

Commit

Permalink
Upgrade UI deps
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-grace committed Jun 25, 2024
1 parent 5171377 commit 1a3eb1e
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 97 deletions.
168 changes: 81 additions & 87 deletions package-lock.json

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

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"type": "module",
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.5.1",
"@chakra-ui/react": "^2.8.2",
"@codemirror/autocomplete": "^6.16.0",
"@codemirror/commands": "6.5.0",
"@codemirror/lang-python": "^6.1.6",
"@codemirror/language": "^6.10.1",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.26.3",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@microbit/microbit-fs": "^0.9.2",
"@sanity/block-content-to-react": "^3.0.0",
"@sanity/image-url": "^1.0.1",
Expand All @@ -27,9 +27,9 @@
"@types/lodash.sortby": "^4.7.6",
"@types/lunr": "^2.3.4",
"@types/marked": "^4.0.1",
"@types/node": "^20.11.25",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/node": "^20.14.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"base64-js": "^1.5.1",
"crelt": "^1.0.5",
"dapjs": "2.2.0",
Expand All @@ -44,11 +44,11 @@
"lzma": "^2.3.2",
"marked": "^4.0.15",
"mobile-drag-drop": "^2.3.0-rc.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hotkeys-hook": "^4.5.0",
"react-icons": "^4.8.0",
"react-intl": "^6.2.10",
"react-icons": "^4.12.0",
"react-intl": "^6.6.8",
"vite": "^5.1.5",
"vscode-jsonrpc": "^8.0.0",
"vscode-languageserver-protocol": "^3.16.0",
Expand Down

0 comments on commit 1a3eb1e

Please sign in to comment.