Skip to content

Commit

Permalink
🐛 fix: fix dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Jun 15, 2023
1 parent bbe073a commit 739b5df
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"chroma-js": "^2",
"copy-to-clipboard": "^3",
"dayjs": "^1",
"dumi": "^2",
"fast-deep-equal": "^3",
"immer": "^10",
"leva": "^0",
Expand All @@ -98,6 +99,7 @@
"react-rnd": "^10",
"remark-gfm": "^3",
"shiki-es": "^0",
"styled-components": "beta",
"ts-md5": "^1",
"use-merge-value": "^1",
"zustand": "^4",
Expand All @@ -116,7 +118,6 @@
"commitlint": "^17",
"concurrently": "^8",
"cross-env": "^7",
"dumi": "^2",
"dumi-assets-types": "^1",
"dumi-theme-lobehub": "workspace:latest",
"eslint": "^8",
Expand All @@ -130,14 +131,14 @@
"remark": "^14",
"remark-cli": "^11",
"semantic-release": "^21",
"styled-components": "beta",
"stylelint": "^15",
"typescript": "^5",
"vitest": "latest"
},
"peerDependencies": {
"antd": ">=5",
"antd-style": ">=3",
"dumi": ">=2",
"react": ">=18",
"react-dom": ">=18"
},
Expand Down
18 changes: 17 additions & 1 deletion packages/dumi-theme-lobehub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "father build",
"dev": "father dev",
Expand All @@ -15,14 +18,27 @@
"@ant-design/icons": "^5",
"@floating-ui/react": "^0",
"@lobehub/ui": "latest",
"ahooks": "^3",
"antd": "^5",
"antd-style": "^3",
"chalk": "^4",
"fast-deep-equal": "^3"
"fast-deep-equal": "^3",
"leva": "^0",
"lodash-es": "^4",
"lucide-react": "latest",
"polished": "^4",
"react-layout-kit": "^1",
"styled-components": "beta",
"use-merge-value": "^1",
"zustand": "^4"
},
"devDependencies": {
"father-plugin-dumi-theme": "latest",
"history": "^5"
},
"peerDependencies": {
"antd": ">=5",
"antd-style": ">=3",
"dumi": ">=2",
"react": ">=18",
"react-dom": ">=18"
Expand Down

1 comment on commit 739b5df

@vercel
Copy link

@vercel vercel bot commented on 739b5df Jun 15, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

lobe-ui – ./

lobe-ui-git-master-lobehub.vercel.app
lobe-ui.vercel.app
lobe-ui-lobehub.vercel.app
ui.lobehub.com

Please sign in to comment.