Skip to content
Snippets Groups Projects
Unverified Commit fda24e5f authored by GyDi's avatar GyDi
Browse files

chore: update deps

parent 05eca8e4
No related branches found
No related tags found
No related merge requests found
......@@ -18,47 +18,47 @@
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.10.3",
"@tauri-apps/api": "^1.0.2",
"ahooks": "^3.5.2",
"ahooks": "3.5.2",
"axios": "^0.27.2",
"dayjs": "^1.11.3",
"i18next": "^21.8.12",
"monaco-editor": "^0.33.0",
"i18next": "^21.9.1",
"monaco-editor": "^0.34.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.17.4",
"react-router-dom": "^6.3.0",
"react-virtuoso": "^2.16.1",
"recoil": "^0.7.4",
"react-virtuoso": "^2.17.2",
"recoil": "^0.7.5",
"snarkdown": "^2.0.0",
"swr": "^1.3.0"
},
"devDependencies": {
"@actions/github": "^5.0.3",
"@tauri-apps/cli": "^1.0.4",
"@tauri-apps/cli": "^1.0.5",
"@types/fs-extra": "^9.0.13",
"@types/js-cookie": "^3.0.2",
"@types/lodash": "^4.14.180",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@vitejs/plugin-react": "^1.3.2",
"@vitejs/plugin-react": "^2.0.1",
"adm-zip": "^0.5.9",
"cross-env": "^7.0.3",
"fs-extra": "^10.0.0",
"https-proxy-agent": "^5.0.1",
"husky": "^7.0.0",
"node-fetch": "^3.2.6",
"prettier": "^2.6.2",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"sass": "^1.53.0",
"sass": "^1.54.0",
"typescript": "^4.7.4",
"vite": "^2.9.13",
"vite": "^3.0.9",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-svgr": "^2.2.0"
"vite-plugin-svgr": "^2.2.1"
},
"prettier": {
"tabWidth": 2,
......
......@@ -7,6 +7,7 @@ import monaco from "vite-plugin-monaco-editor";
// https://vitejs.dev/config/
export default defineConfig({
root: "src",
server: { port: 3000 },
plugins: [
svgr(),
react(),
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment