Update frontend dependencies

This commit is contained in:
Eric Zhang 2021-10-20 13:37:16 -04:00
parent 23f76fd51c
commit 77196fca0b
2 changed files with 1678 additions and 2395 deletions

4057
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -10,28 +10,28 @@
"format": "prettier --write ."
},
"dependencies": {
"@chakra-ui/react": "^1.6.7",
"@emotion/react": "^11.4.1",
"@chakra-ui/react": "^1.6.10",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@monaco-editor/react": "^4.2.2",
"@monaco-editor/react": "^4.3.1",
"framer-motion": "^4.1.17",
"lodash.debounce": "^4.0.8",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-icons": "^4.3.1",
"react-scripts": "4.0.3",
"rustpad-wasm": "file:./rustpad-wasm/pkg",
"use-local-storage-state": "^11.0.0"
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.6",
"@types/react": "^17.0.21",
"@types/react-dom": "^17.0.9",
"monaco-editor": "^0.27.0",
"@types/react": "^17.0.30",
"@types/react-dom": "^17.0.10",
"monaco-editor": "^0.29.1",
"prettier": "2.4.1",
"raw.macro": "^0.4.2",
"react-app-rewired": "^2.1.8",
"typescript": "^4.4.3",
"typescript": "~4.4.4",
"wasm-loader": "^1.3.0"
},
"eslintConfig": {