Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Wybxc committed Mar 13, 2024
1 parent af7a1e6 commit 6112852
Show file tree
Hide file tree
Showing 6 changed files with 1,829 additions and 1,096 deletions.
26 changes: 14 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,30 @@
"tauri": "tauri"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.6",
"@mui/material": "^5.15.6",
"@mui/icons-material": "^5.15.12",
"@mui/material": "5.15.2",
"@tauri-apps/api": "^1.5.3",
"ahooks": "^3.7.8",
"ahooks": "^3.7.10",
"danmaku": "^2.0.6",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.12",
"react-router-dom": "^6.21.3",
"swr": "^2.2.4",
"react-error-boundary": "^4.0.13",
"react-router-dom": "^6.22.3",
"swr": "^2.2.5",
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log#v1"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.9",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.0",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^2.2.0",
"sass": "^1.70.0",
"@vitejs/plugin-react": "^4.2.1",
"prettier": "^3.2.5",
"sass": "^1.71.1",
"typescript": "^4.9.5",
"vite": "^3.2.8"
"vite": "^5.1.6"
}
}
}
Loading

0 comments on commit 6112852

Please sign in to comment.