update deps

This commit is contained in:
Adam 2023-06-15 21:34:33 -04:00
parent 5d6e3f035d
commit 1336336226

View file

@ -11,16 +11,16 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.5",
"react-router-dom": "^6.8.1",
"react-window": "^1.8.8",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.13.0",
"react-window": "^1.8.9",
"rehype-raw": "^6.1.1"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react-swc": "^3.0.0",
"typescript": "^4.9.3",
"vite": "^4.1.0"
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@vitejs/plugin-react-swc": "^3.3.2",
"typescript": "^4.9.5",
"vite": "^4.3.9"
}
}