Skip to content

Commit

Permalink
🐛 fix: Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Jan 1, 2025
1 parent b518330 commit 1f98174
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 21 deletions.
8 changes: 3 additions & 5 deletions packages/lobe-cli-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,12 @@
"consola": "^3",
"fast-deep-equal": "^3",
"figures": "^6",
"ink": "^4.2",
"react": "^18"
"ink": "^4.4.1",
"react": "^18.3.1"
},
"peerDependencies": {
"@inkjs/ui": ">=1",
"consola": ">=3",
"ink": ">=4",
"react": ">=18"
"consola": ">=3"
},
"engines": {
"node": ">=18"
Expand Down
4 changes: 0 additions & 4 deletions packages/lobe-commit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@
"zustand": "^4.5.4",
"zustand-utils": "^1.3.2"
},
"peerDependencies": {
"ink": ">=4",
"react": ">=18"
},
"engines": {
"node": ">=18"
},
Expand Down
4 changes: 0 additions & 4 deletions packages/lobe-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@
"@types/node": "^20.16.13",
"@types/unist": "^3.0.3"
},
"peerDependencies": {
"ink": ">=4",
"react": ">=18"
},
"engines": {
"node": ">=18"
},
Expand Down
4 changes: 0 additions & 4 deletions packages/lobe-label/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@
"react": "^18.3.1",
"update-notifier": "^7.2.0"
},
"peerDependencies": {
"ink": ">=4",
"react": ">=18"
},
"engines": {
"node": ">=18"
},
Expand Down
4 changes: 0 additions & 4 deletions packages/lobe-seo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@
"devDependencies": {
"@types/json-stable-stringify": "^1.0.36"
},
"peerDependencies": {
"ink": ">=4",
"react": ">=18"
},
"engines": {
"node": ">=18"
},
Expand Down

0 comments on commit 1f98174

Please sign in to comment.