Skip to content

Commit

Permalink
fix: the lock file problem
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAmar committed Sep 10, 2024
1 parent 6bccd91 commit fbdcc3f
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 106 deletions.
6 changes: 3 additions & 3 deletions packages/pillar-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,13 @@
"type:check": "tsc --noEmit"
},
"peerDependencies": {
"@pillar-ui/hooks": "^0.7.2",
"@pillar-ui/hooks": "^0.7.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@pillar-ui/eslint": "*",
"@pillar-ui/hooks": "^0.7.0",
"@pillar-ui/tsconfig": "*",
"@types/node": "^22.5.3",
"@types/react": "^18.3.3",
Expand All @@ -81,7 +82,6 @@
"sass": "^1.77.8",
"terser": "^5.31.6",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"@pillar-ui/hooks": "*"
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit fbdcc3f

Please sign in to comment.