|
@@ -10,26 +10,28 @@
|
|
|
"format": "prettier --write ."
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "@chakra-ui/react": "^1.6.3",
|
|
|
- "@emotion/react": "^11.4.0",
|
|
|
+ "@chakra-ui/react": "^1.6.7",
|
|
|
+ "@emotion/react": "^11.4.1",
|
|
|
"@emotion/styled": "^11.3.0",
|
|
|
- "@monaco-editor/react": "^4.1.3",
|
|
|
+ "@monaco-editor/react": "^4.2.2",
|
|
|
"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-scripts": "4.0.3",
|
|
|
"rustpad-wasm": "file:./rustpad-wasm/pkg",
|
|
|
- "use-local-storage-state": "^10.0.0"
|
|
|
+ "use-local-storage-state": "^11.0.0"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@types/react": "^17.0.8",
|
|
|
- "@types/react-dom": "^17.0.5",
|
|
|
- "monaco-editor": "^0.23.0",
|
|
|
- "prettier": "2.3.0",
|
|
|
+ "@types/lodash.debounce": "^4.0.6",
|
|
|
+ "@types/react": "^17.0.21",
|
|
|
+ "@types/react-dom": "^17.0.9",
|
|
|
+ "monaco-editor": "^0.27.0",
|
|
|
+ "prettier": "2.4.1",
|
|
|
"raw.macro": "^0.4.2",
|
|
|
"react-app-rewired": "^2.1.8",
|
|
|
- "typescript": "^4.3.2",
|
|
|
+ "typescript": "^4.4.3",
|
|
|
"wasm-loader": "^1.3.0"
|
|
|
},
|
|
|
"eslintConfig": {
|