There was an error fetching the commit references. Please try again later.
chore: update deps
... | ... | @@ -16,30 +16,31 @@ |
"prepare": "husky install" | ||
}, | ||
"dependencies": { | ||
"@emotion/react": "^11.8.1", | ||
"@emotion/react": "^11.8.2", | ||
"@emotion/styled": "^11.8.1", | ||
"@mui/icons-material": "^5.4.4", | ||
"@mui/material": "^5.4.4", | ||
"@mui/icons-material": "^5.5.1", | ||
"@mui/material": "^5.5.3", | ||
"@tauri-apps/api": "^1.0.0-rc.2", | ||
"ahooks": "^3.1.13", | ||
"ahooks": "^3.2.0", | ||
"axios": "^0.26.0", | ||
"dayjs": "^1.10.8", | ||
"dayjs": "^1.11.0", | ||
"i18next": "^21.6.14", | ||
"monaco-editor": "^0.33.0", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-i18next": "^11.15.6", | ||
"react-router-dom": "^6.2.2", | ||
"react-virtuoso": "^2.7.0", | ||
"react-virtuoso": "~2.7.2", | ||
"recoil": "^0.6.1", | ||
"snarkdown": "^2.0.0", | ||
"swr": "^1.2.1" | ||
"swr": "^1.2.2" | ||
}, | ||
"devDependencies": { | ||
"@actions/github": "^5.0.0", | ||
"@tauri-apps/cli": "^1.0.0-rc.7", | ||
"@types/fs-extra": "^9.0.13", | ||
"@types/js-cookie": "^3.0.1", | ||
"@types/lodash": "^4.14.180", | ||
"@types/react": "^17.0.0", | ||
"@types/react-dom": "^17.0.0", | ||
"@vitejs/plugin-react": "^1.2.0", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment