Skip to content

Commit

Permalink
fix: gh-82 delete confirm modal btn.
Browse files Browse the repository at this point in the history
chore: downgrade typescript.
chore: upgrade deps.
refactor: react-query v5.
perf: request loader logic.
  • Loading branch information
riccox committed Nov 3, 2023
1 parent 6fe7f50 commit 1d61376
Show file tree
Hide file tree
Showing 27 changed files with 645 additions and 615 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@
"dependencies": {
"@emotion/react": "^11.11.1",
"@hookform/resolvers": "^3.3.2",
"@mantine/core": "^7.1.3",
"@mantine/form": "^7.1.3",
"@mantine/hooks": "^7.1.3",
"@mantine/modals": "^7.1.3",
"@mantine/core": "^7.1.7",
"@mantine/form": "^7.1.7",
"@mantine/hooks": "^7.1.7",
"@mantine/modals": "^7.1.7",
"@monaco-editor/react": "^4.6.0",
"@sira-ui/tailwind": "^0.11.6",
"@tabler/icons-react": "^2.39.0",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@tabler/icons-react": "^2.40.0",
"@tanstack/react-query": "^5.4.3",
"@tanstack/react-query-devtools": "^5.4.3",
"ahooks": "^3.7.8",
"clsx": "^2.0.0",
"dayjs": "^1.11.10",
"echarts": "^5.4.3",
"echarts-for-react": "^3.0.2",
"fuse.js": "^6.6.2",
"i18next": "^23.5.1",
"fuse.js": "^7.0.0",
"i18next": "^23.6.0",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-http-backend": "^2.2.2",
"i18next-http-backend": "^2.3.1",
"immer": "^10.0.3",
"lodash": "^4.17.21",
"meilisearch": "^0.35.0",
Expand All @@ -41,19 +41,19 @@
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-hook-form": "^7.47.0",
"react-i18next": "^13.2.2",
"react-i18next": "^13.3.1",
"react-json-view": "^1.21.3",
"react-router-dom": "^6.16.0",
"sonner": "^1.0.3",
"react-router-dom": "^6.18.0",
"sonner": "^1.1.0",
"zod": "^3.22.4",
"zustand": "^4.4.3"
"zustand": "^4.4.6"
},
"devDependencies": {
"@types/lodash": "^4.14.199",
"@types/node": "^20.8.4",
"@types/qs": "^6.9.8",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/lodash": "^4.14.200",
"@types/node": "^20.8.10",
"@types/qs": "^6.9.9",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react-swc": "^3.4.0",
"autoprefixer": "^10.4.15",
"eslint": "8.47.0",
Expand All @@ -62,8 +62,8 @@
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3",
"typescript": "5.2.2",
"vite": "^4.4.11"
"typescript": "5.1.6",
"vite": "^4.5.0"
},
"version": "0.6.6",
"main": "index.js",
Expand Down
Loading

1 comment on commit 1d61376

@vercel
Copy link

@vercel vercel bot commented on 1d61376 Nov 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.