Skip to content

Commit

Permalink
perf: change header padding size & home btn radius.
Browse files Browse the repository at this point in the history
fix: instance i18n translation file.
  • Loading branch information
riccox committed Nov 3, 2023
1 parent 6748b19 commit 6fe7f50
Show file tree
Hide file tree
Showing 6 changed files with 4,676 additions and 4,286 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"author": "Ricco Xie <[email protected]> (https://ricco.riccox.com)",
"dependencies": {
"@emotion/react": "^11.11.1",
"@hookform/resolvers": "^3.3.1",
"@mantine/core": "^7.0.0",
"@mantine/form": "^7.0.0",
"@mantine/hooks": "^7.0.0",
"@mantine/modals": "^7.0.0",
"@monaco-editor/react": "^4.5.2",
"@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",
"@monaco-editor/react": "^4.6.0",
"@sira-ui/tailwind": "^0.11.6",
"@tabler/icons-react": "^2.34.0",
"@tanstack/react-query": "^4.35.3",
"@tanstack/react-query-devtools": "^4.35.3",
"@tabler/icons-react": "^2.39.0",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"ahooks": "^3.7.8",
"clsx": "^2.0.0",
"dayjs": "^1.11.10",
Expand All @@ -33,24 +33,24 @@
"i18next": "^23.5.1",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-http-backend": "^2.2.2",
"immer": "^10.0.2",
"immer": "^10.0.3",
"lodash": "^4.17.21",
"meilisearch": "^0.34.2",
"meilisearch": "^0.35.0",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-hook-form": "^7.46.1",
"react-hook-form": "^7.47.0",
"react-i18next": "^13.2.2",
"react-json-view": "^1.21.3",
"react-router-dom": "^6.16.0",
"sonner": "^0.7.4",
"zod": "^3.22.2",
"zustand": "^4.4.1"
"sonner": "^1.0.3",
"zod": "^3.22.4",
"zustand": "^4.4.3"
},
"devDependencies": {
"@types/lodash": "^4.14.198",
"@types/node": "^20.6.3",
"@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",
Expand All @@ -59,11 +59,11 @@
"eslint": "8.47.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.30",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6",
"vite": "^4.4.9"
"typescript": "5.2.2",
"vite": "^4.4.11"
},
"version": "0.6.6",
"main": "index.js",
Expand Down
Loading

0 comments on commit 6fe7f50

Please sign in to comment.