Skip to content

Commit

Permalink
Merge pull request #19 from lgou2w/next
Browse files Browse the repository at this point in the history
v0.3.9
  • Loading branch information
lgou2w authored Mar 13, 2024
2 parents 556dbe8 + e5b0004 commit 6e39d90
Show file tree
Hide file tree
Showing 20 changed files with 1,477 additions and 1,171 deletions.
836 changes: 513 additions & 323 deletions Cargo.lock

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hoyo.gacha",
"version": "0.3.8",
"version": "0.3.9",
"description": "An unofficial tool for managing and analyzing your miHoYo gacha records",
"author": "lgou2w <[email protected]>",
"homepage": "https://github.com/lgou2w/HoYo.Gacha#readme",
Expand All @@ -22,43 +22,43 @@
"lint:fix": "eslint --fix --ext .ts,.tsx --ignore-path .gitignore ."
},
"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/system": "^5.15.6",
"@nivo/calendar": "^0.84.0",
"@nivo/core": "^0.84.0",
"@nivo/pie": "^0.84.0",
"@nivo/tooltip": "^0.84.0",
"@tanstack/react-query": "^5.17.19",
"@tanstack/react-query-devtools": "^5.17.21",
"@mui/icons-material": "^5.15.12",
"@mui/material": "^5.15.12",
"@mui/system": "^5.15.12",
"@nivo/calendar": "^0.85.1",
"@nivo/core": "^0.85.1",
"@nivo/pie": "^0.85.1",
"@nivo/tooltip": "^0.85.1",
"@tanstack/react-query": "^5.27.5",
"@tanstack/react-query-devtools": "^5.27.8",
"@tauri-apps/api": "^1.5.3",
"dayjs": "^1.11.10",
"immer": "^10.0.3",
"immer": "^10.0.4",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.3",
"react-router-dom": "^6.21.3",
"react-hook-form": "^7.51.0",
"react-router-dom": "^6.22.3",
"use-immer": "^0.9.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.9",
"@types/node": "^18.19.10",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@tauri-apps/cli": "^1.5.11",
"@types/node": "^18.19.23",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"typescript": "^5.3.3",
"vite": "^5.0.12"
"eslint-plugin-react": "^7.34.0",
"typescript": "^5.4.2",
"vite": "^5.1.6"
}
}
Loading

0 comments on commit 6e39d90

Please sign in to comment.