Skip to content

Commit

Permalink
🔧 chore: fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Aug 26, 2023
1 parent d4d06a5 commit 02df71c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"@lobehub/chat-plugin-sdk": "^1",
"antd-style": "^3",
"query-string": "^8",
"react": "^18",
"react-layout-kit": "^1"
},
"devDependencies": {
Expand All @@ -60,9 +59,14 @@
"lint-staged": "^13",
"lucide-react": "latest",
"prettier": "^3",
"react": "^18",
"react-dom": "^18",
"semantic-release": "^21",
"typescript": "^5",
"vercel": "^28",
"vitest": "latest"
},
"peerDependencies": {
"react": "^18"
}
}

0 comments on commit 02df71c

Please sign in to comment.