Skip to content

Commit

Permalink
🐛 fix: Fix package deps
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Nov 16, 2023
1 parent 3d27aa1 commit 67b7109
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,9 @@
"dependencies": {
"@babel/runtime": "^7",
"lodash-es": "^4",
"lucide-react": "latest",
"openai": "^4.17.3",
"query-string": "^8",
"react-error-boundary": "^4.0.11",
"react-layout-kit": "^1",
"react-error-boundary": "^4",
"swr": "^2",
"url-join": "^5",
"uuid": "^9"
Expand All @@ -113,9 +111,11 @@
"father": "4.3.1",
"husky": "^8",
"lint-staged": "^15",
"lucide-react": "latest",
"prettier": "^3",
"react": "^18",
"react-dom": "^18",
"react-layout-kit": "^1",
"remark": "^14",
"remark-cli": "^11",
"semantic-release": "^21",
Expand All @@ -127,8 +127,10 @@
"@lobehub/ui": ">=1",
"antd": ">=5",
"antd-style": ">=3",
"lucide-react": ">=0.292",
"react": ">=18",
"react-dom": ">=18"
"react-dom": ">=18",
"react-layout-kit": ">=1"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 67b7109

Please sign in to comment.