Skip to content

Commit

Permalink
fix(ui): exact peer deps (#1642)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitayutanov authored Sep 11, 2024
1 parent cbaebee commit 7f7ea5f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions utils/gear-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gear-js/ui",
"version": "0.5.27",
"version": "0.5.28",
"description": "React UI components used across Gear applications",
"author": "Gear Technologies",
"license": "GPL-3.0",
Expand All @@ -22,9 +22,9 @@
"prepare": "yarn build"
},
"peerDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "1.69.1"
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.69.1"
},
"devDependencies": {
"@babel/core": "7.18.13",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2748,9 +2748,9 @@ __metadata:
tslib: 2.4.0
typescript: 5.2.2
peerDependencies:
react: 18.2.0
react-dom: 18.2.0
sass: 1.69.1
react: ^18.2.0
react-dom: ^18.2.0
sass: ^1.69.1
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 7f7ea5f

Please sign in to comment.