build: Update Depends

This commit is contained in:
MystiPanda 2024-01-18 16:26:38 +08:00
parent c72479c4d6
commit 3d36c70d53
3 changed files with 818 additions and 907 deletions

View File

@ -19,27 +19,27 @@
"@dnd-kit/core": "^6.1.0", "@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0", "@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2", "@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.11.1", "@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0", "@emotion/styled": "^11.11.0",
"@juggle/resize-observer": "^3.4.0", "@juggle/resize-observer": "^3.4.0",
"@mui/icons-material": "^5.14.19", "@mui/icons-material": "^5.15.5",
"@mui/lab": "5.0.0-alpha.149", "@mui/lab": "5.0.0-alpha.149",
"@mui/material": "^5.14.19", "@mui/material": "^5.15.5",
"@mui/x-data-grid": "^6.18.2", "@mui/x-data-grid": "^6.18.7",
"@tauri-apps/api": "^1.5.1", "@tauri-apps/api": "^1.5.3",
"ahooks": "^3.7.8", "ahooks": "^3.7.8",
"axios": "^1.6.2", "axios": "^1.6.5",
"dayjs": "1.11.5", "dayjs": "1.11.5",
"i18next": "^23.7.7", "i18next": "^23.7.16",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"monaco-editor": "^0.34.1", "monaco-editor": "^0.34.1",
"nanoid": "^5.0.4", "nanoid": "^5.0.4",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4", "react-error-boundary": "^3.1.4",
"react-hook-form": "^7.48.2", "react-hook-form": "^7.49.3",
"react-i18next": "^13.5.0", "react-i18next": "^13.5.0",
"react-router-dom": "^6.20.0", "react-router-dom": "^6.21.2",
"react-transition-group": "^4.4.5", "react-transition-group": "^4.4.5",
"react-virtuoso": "^4.6.2", "react-virtuoso": "^4.6.2",
"recoil": "^0.7.7", "recoil": "^0.7.7",
@ -49,15 +49,15 @@
}, },
"devDependencies": { "devDependencies": {
"@actions/github": "^5.1.1", "@actions/github": "^5.1.1",
"@tauri-apps/cli": "^1.5.6", "@tauri-apps/cli": "^1.5.9",
"@types/fs-extra": "^9.0.13", "@types/fs-extra": "^9.0.13",
"@types/js-cookie": "^3.0.6", "@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.14.202", "@types/lodash": "^4.14.202",
"@types/lodash-es": "^4.17.12", "@types/lodash-es": "^4.17.12",
"@types/react": "^18.2.39", "@types/react": "^18.2.48",
"@types/react-dom": "^18.2.17", "@types/react-dom": "^18.2.18",
"@types/react-transition-group": "^4.4.9", "@types/react-transition-group": "^4.4.10",
"@vitejs/plugin-react": "^4.2.0", "@vitejs/plugin-react": "^4.2.1",
"adm-zip": "^0.5.10", "adm-zip": "^0.5.10",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"fs-extra": "^11.2.0", "fs-extra": "^11.2.0",
@ -65,10 +65,10 @@
"husky": "^7.0.4", "husky": "^7.0.4",
"node-fetch": "^3.3.2", "node-fetch": "^3.3.2",
"prettier": "^2.8.8", "prettier": "^2.8.8",
"pretty-quick": "^3.1.3", "pretty-quick": "^3.3.1",
"sass": "^1.69.5", "sass": "^1.70.0",
"typescript": "^5.3.2", "typescript": "^5.3.3",
"vite": "^4.5.0", "vite": "^5.0.11",
"vite-plugin-monaco-editor": "^1.1.0", "vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-svgr": "^4.2.0" "vite-plugin-svgr": "^4.2.0"
}, },

901
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

788
src-tauri/Cargo.lock generated

File diff suppressed because it is too large Load Diff