update deps
This commit is contained in:
parent
5d6e3f035d
commit
1336336226
1 changed files with 8 additions and 8 deletions
|
@ -11,16 +11,16 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.2.0",
|
||||||
"react-markdown": "^8.0.5",
|
"react-markdown": "^8.0.7",
|
||||||
"react-router-dom": "^6.8.1",
|
"react-router-dom": "^6.13.0",
|
||||||
"react-window": "^1.8.8",
|
"react-window": "^1.8.9",
|
||||||
"rehype-raw": "^6.1.1"
|
"rehype-raw": "^6.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/react": "^18.0.27",
|
"@types/react": "^18.2.12",
|
||||||
"@types/react-dom": "^18.0.10",
|
"@types/react-dom": "^18.2.5",
|
||||||
"@vitejs/plugin-react-swc": "^3.0.0",
|
"@vitejs/plugin-react-swc": "^3.3.2",
|
||||||
"typescript": "^4.9.3",
|
"typescript": "^4.9.5",
|
||||||
"vite": "^4.1.0"
|
"vite": "^4.3.9"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue