Skip to content

Commit

Permalink
fix: set specific version in resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mhoog committed Aug 29, 2024
1 parent 80f48af commit 9a6d3ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
}
},
"resolutions": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"next/@swc/helpers": "0.4.36",
"@swc/helpers": "0.4.36"
},
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18707,7 +18707,7 @@ __metadata:
languageName: node
linkType: hard

"react-dom@npm:^18.3.1":
"react-dom@npm:18.3.1":
version: 18.3.1
resolution: "react-dom@npm:18.3.1"
dependencies:
Expand Down Expand Up @@ -19223,7 +19223,7 @@ __metadata:
languageName: node
linkType: hard

"react@npm:^18.3.1":
"react@npm:18.3.1":
version: 18.3.1
resolution: "react@npm:18.3.1"
dependencies:
Expand Down

0 comments on commit 9a6d3ef

Please sign in to comment.