|
@@ -9,9 +9,9 @@
|
|
"format": "prettier --write ."
|
|
"format": "prettier --write ."
|
|
},
|
|
},
|
|
"dependencies": {
|
|
"dependencies": {
|
|
- "@chakra-ui/react": "^1.7.0",
|
|
|
|
- "@emotion/react": "^11.5.0",
|
|
|
|
- "@emotion/styled": "^11.3.0",
|
|
|
|
|
|
+ "@chakra-ui/react": "^1.7.3",
|
|
|
|
+ "@emotion/react": "^11.7.1",
|
|
|
|
+ "@emotion/styled": "^11.6.0",
|
|
"@monaco-editor/react": "^4.3.1",
|
|
"@monaco-editor/react": "^4.3.1",
|
|
"framer-motion": "^4.1.17",
|
|
"framer-motion": "^4.1.17",
|
|
"lodash.debounce": "^4.0.8",
|
|
"lodash.debounce": "^4.0.8",
|
|
@@ -19,16 +19,16 @@
|
|
"react-dom": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-icons": "^4.3.1",
|
|
"react-icons": "^4.3.1",
|
|
"rustpad-wasm": "file:./rustpad-wasm/pkg",
|
|
"rustpad-wasm": "file:./rustpad-wasm/pkg",
|
|
- "use-local-storage-state": "^11.0.0"
|
|
|
|
|
|
+ "use-local-storage-state": "^13.0.0"
|
|
},
|
|
},
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
"@types/lodash.debounce": "^4.0.6",
|
|
"@types/lodash.debounce": "^4.0.6",
|
|
- "@types/react": "^17.0.34",
|
|
|
|
|
|
+ "@types/react": "^17.0.38",
|
|
"@types/react-dom": "^17.0.11",
|
|
"@types/react-dom": "^17.0.11",
|
|
- "@vitejs/plugin-react": "^1.0.8",
|
|
|
|
- "monaco-editor": "^0.30.1",
|
|
|
|
- "prettier": "2.4.1",
|
|
|
|
- "typescript": "~4.4.4",
|
|
|
|
- "vite": "^2.6.14"
|
|
|
|
|
|
+ "@vitejs/plugin-react": "^1.1.3",
|
|
|
|
+ "monaco-editor": "^0.31.1",
|
|
|
|
+ "prettier": "2.5.1",
|
|
|
|
+ "typescript": "~4.5.4",
|
|
|
|
+ "vite": "^2.7.7"
|
|
}
|
|
}
|
|
}
|
|
}
|