Skip to content

Commit 857b9db

Browse files
Upgrades. (#33)
1 parent efa1560 commit 857b9db

File tree

2 files changed

+54
-54
lines changed

2 files changed

+54
-54
lines changed

package-lock.json

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

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"@chakra-ui/react": "^1.3.4",
7-
"@codemirror/autocomplete": "^0.18.0",
7+
"@codemirror/autocomplete": "^0.18.3",
88
"@codemirror/closebrackets": "^0.18.0",
99
"@codemirror/commands": "^0.18.0",
1010
"@codemirror/comment": "^0.18.0",
@@ -14,36 +14,36 @@
1414
"@codemirror/history": "^0.18.0",
1515
"@codemirror/lang-python": "^0.18.0",
1616
"@codemirror/language": "^0.18.0",
17-
"@codemirror/lint": "^0.18.0",
17+
"@codemirror/lint": "^0.18.1",
1818
"@codemirror/matchbrackets": "^0.18.0",
1919
"@codemirror/rectangular-selection": "^0.18.0",
20-
"@codemirror/search": "^0.18.0",
21-
"@codemirror/state": "^0.18.0",
20+
"@codemirror/search": "^0.18.1",
21+
"@codemirror/state": "^0.18.2",
2222
"@codemirror/view": "^0.18.1",
2323
"@emotion/react": "^11.1.5",
2424
"@emotion/styled": "^11.1.5",
2525
"@microbit/microbit-fs": "^0.9.1",
2626
"@sentry/browser": "^6.2.2",
2727
"@testing-library/jest-dom": "^5.11.9",
2828
"@testing-library/react": "^11.2.5",
29-
"@testing-library/user-event": "^12.8.1",
29+
"@testing-library/user-event": "^12.8.3",
3030
"@types/file-saver": "^2.0.1",
31-
"@types/jest": "^26.0.20",
32-
"@types/node": "^14.14.32",
31+
"@types/jest": "^26.0.21",
32+
"@types/node": "^14.14.35",
3333
"@types/react": "^17.0.3",
34-
"@types/react-dom": "^17.0.1",
34+
"@types/react-dom": "^17.0.2",
3535
"dapjs": "2.2.0",
3636
"file-saver": "^2.0.5",
37-
"framer-motion": "^3.10.0",
37+
"framer-motion": "^3.10.5",
3838
"react": "^17.0.1",
3939
"react-dom": "^17.0.1",
4040
"react-icons": "^4.2.0",
4141
"react-scripts": "4.0.3",
4242
"react-spaces": "^0.2.0",
4343
"source-map-explorer": "^2.5.2",
4444
"typescript": "^4.2.3",
45-
"web-vitals": "^1.1.0",
46-
"xterm": "^4.10.0",
45+
"web-vitals": "^1.1.1",
46+
"xterm": "^4.11.0",
4747
"xterm-addon-fit": "^0.5.0"
4848
},
4949
"scripts": {

0 commit comments

Comments
 (0)