Skip to content

Commit eded0a4

Browse files
Upgrade UI deps (#1187)
1 parent 5171377 commit eded0a4

File tree

2 files changed

+91
-97
lines changed

2 files changed

+91
-97
lines changed

package-lock.json

Lines changed: 81 additions & 87 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"type": "module",
88
"dependencies": {
99
"@chakra-ui/icons": "^2.1.1",
10-
"@chakra-ui/react": "^2.5.1",
10+
"@chakra-ui/react": "^2.8.2",
1111
"@codemirror/autocomplete": "^6.16.0",
1212
"@codemirror/commands": "6.5.0",
1313
"@codemirror/lang-python": "^6.1.6",
1414
"@codemirror/language": "^6.10.1",
1515
"@codemirror/state": "^6.4.1",
1616
"@codemirror/view": "^6.26.3",
17-
"@emotion/react": "^11.10.6",
18-
"@emotion/styled": "^11.10.6",
17+
"@emotion/react": "^11.11.4",
18+
"@emotion/styled": "^11.11.5",
1919
"@microbit/microbit-fs": "^0.9.2",
2020
"@sanity/block-content-to-react": "^3.0.0",
2121
"@sanity/image-url": "^1.0.1",
@@ -27,9 +27,9 @@
2727
"@types/lodash.sortby": "^4.7.6",
2828
"@types/lunr": "^2.3.4",
2929
"@types/marked": "^4.0.1",
30-
"@types/node": "^20.11.25",
31-
"@types/react": "^18.0.0",
32-
"@types/react-dom": "^18.0.0",
30+
"@types/node": "^20.14.8",
31+
"@types/react": "^18.3.3",
32+
"@types/react-dom": "^18.3.0",
3333
"base64-js": "^1.5.1",
3434
"crelt": "^1.0.5",
3535
"dapjs": "2.2.0",
@@ -44,11 +44,11 @@
4444
"lzma": "^2.3.2",
4545
"marked": "^4.0.15",
4646
"mobile-drag-drop": "^2.3.0-rc.2",
47-
"react": "^18.0.0",
48-
"react-dom": "^18.0.0",
47+
"react": "^18.3.1",
48+
"react-dom": "^18.3.1",
4949
"react-hotkeys-hook": "^4.5.0",
50-
"react-icons": "^4.8.0",
51-
"react-intl": "^6.2.10",
50+
"react-icons": "^4.12.0",
51+
"react-intl": "^6.6.8",
5252
"vite": "^5.1.5",
5353
"vscode-jsonrpc": "^8.0.0",
5454
"vscode-languageserver-protocol": "^3.16.0",

0 commit comments

Comments
 (0)