Skip to content

Commit

Permalink
🐛 fix: fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 authored Jan 30, 2024
1 parent 707977b commit 385a104
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,14 @@
},
"dependencies": {
"@babel/runtime": "^7",
"polished": "^4",
"@lobehub/ui": "^1",
"svgo-browser": "^1",
"react-layout-kit": "^1"
},
"devDependencies": {
"@commitlint/cli": "^18",
"@lobehub/lint": "latest",
"@lobehub/ui": "latest",
"@testing-library/react": "^14",
"@types/pangu": "^4",
"@types/query-string": "^6",
Expand All @@ -96,21 +98,20 @@
"husky": "^8",
"jsdom": "^23",
"lint-staged": "^15",
"polished": "^4",
"prettier": "^3",
"react": "^18",
"react-dom": "^18",
"remark": "^14",
"remark-cli": "^11",
"semantic-release": "^21",
"stylelint": "^15",
"svgo-browser": "^1",
"typescript": "^5",
"vitest": "latest"
},
"peerDependencies": {
"antd": ">=5",
"antd-style": ">=3",
"@lobehub/ui": ">=1",
"polished": ">=4",
"react": ">=18",
"react-dom": ">=18"
},
Expand Down

0 comments on commit 385a104

Please sign in to comment.