Skip to content

Commit

Permalink
feat: add base path env config.
Browse files Browse the repository at this point in the history
upgrade deps.
  • Loading branch information
riccox committed May 12, 2023
1 parent 17ca250 commit 08e7030
Show file tree
Hide file tree
Showing 5 changed files with 1,956 additions and 1,829 deletions.
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,53 +16,53 @@
"url": "https://ricco.riccox.com"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@hookform/resolvers": "^2.9.11",
"@mantine/core": "^6.0.1",
"@mantine/form": "^6.0.1",
"@mantine/hooks": "^6.0.1",
"@mantine/modals": "^6.0.1",
"@monaco-editor/react": "^4.4.6",
"@sira-ui/tailwind": "^0.9.0",
"@tabler/icons-react": "^2.9.0",
"@tanstack/react-query": "^4.26.1",
"@tanstack/react-query-devtools": "^4.26.1",
"ahooks": "^3.7.5",
"@emotion/react": "^11.11.0",
"@hookform/resolvers": "^3.1.0",
"@mantine/core": "^6.0.10",
"@mantine/form": "^6.0.10",
"@mantine/hooks": "^6.0.10",
"@mantine/modals": "^6.0.10",
"@monaco-editor/react": "^4.5.1",
"@sira-ui/tailwind": "^0.9.1",
"@tabler/icons-react": "^2.18.0",
"@tanstack/react-query": "^4.29.5",
"@tanstack/react-query-devtools": "^4.29.6",
"ahooks": "^3.7.7",
"clsx": "^1.2.1",
"dayjs": "^1.11.7",
"echarts": "^5.4.1",
"echarts": "^5.4.2",
"echarts-for-react": "^3.0.2",
"fuse.js": "^6.6.2",
"immer": "^9.0.19",
"immer": "^10.0.2",
"lodash": "^4.17.21",
"meilisearch": "^0.31.1",
"meilisearch": "^0.32.3",
"qs": "^6.11.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.43.5",
"react-error-boundary": "^4.0.4",
"react-hook-form": "^7.43.9",
"react-json-view": "^1.21.3",
"react-router-dom": "^6.8.2",
"react-toastify": "^9.1.1",
"react-router-dom": "^6.11.1",
"react-toastify": "^9.1.2",
"zod": "^3.21.4",
"zustand": "^4.3.6"
"zustand": "^4.3.8"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"@types/node": "^18.15.0",
"@types/lodash": "^4.14.194",
"@types/node": "^20.1.2",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.14",
"eslint": "8.35.0",
"eslint": "8.40.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.5",
"vite": "^4.1.4"
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4",
"vite": "^4.3.5"
},
"version": "0.2.3"
}
Loading

0 comments on commit 08e7030

Please sign in to comment.