Skip to content

Commit

Permalink
fix: try to fix all pillar core deps conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAmar committed Sep 10, 2024
1 parent f9ee61f commit 7bcfcc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/pillar-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
"type:check": "tsc --noEmit"
},
"peerDependencies": {
"@pillar-ui/hooks": "^0.7.3",
"@pillar-ui/hooks": "0.7.3",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@pillar-ui/hooks": "*",
"@pillar-ui/eslint": "*",
"@pillar-ui/hooks": "*",
"@pillar-ui/tsconfig": "*",
"@types/node": "^22.5.3",
"@types/react": "^18.3.3",
Expand Down
5 changes: 3 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3025,7 +3025,7 @@ __metadata:
resolution: "@pillar-ui/core@workspace:packages/pillar-core"
dependencies:
"@pillar-ui/eslint": "npm:*"
"@pillar-ui/hooks": "npm:^0.7.0"
"@pillar-ui/hooks": "npm:*"
"@pillar-ui/tsconfig": "npm:*"
"@types/node": "npm:^22.5.3"
"@types/react": "npm:^18.3.3"
Expand All @@ -3045,6 +3045,7 @@ __metadata:
tsup: "npm:^8.2.4"
typescript: "npm:^5.5.4"
peerDependencies:
"@pillar-ui/hooks": 0.7.3
react: ^18.0.0
react-dom: ^18.0.0
languageName: unknown
Expand Down Expand Up @@ -3089,7 +3090,7 @@ __metadata:
languageName: unknown
linkType: soft

"@pillar-ui/hooks@npm:*, @pillar-ui/hooks@npm:^0.7.0, @pillar-ui/hooks@workspace:packages/pillar-hooks":
"@pillar-ui/hooks@npm:*, @pillar-ui/hooks@workspace:packages/pillar-hooks":
version: 0.0.0-use.local
resolution: "@pillar-ui/hooks@workspace:packages/pillar-hooks"
dependencies:
Expand Down

0 comments on commit 7bcfcc7

Please sign in to comment.