Skip to content

Commit

Permalink
Loose exact dependency resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Nov 10, 2022
1 parent b00440b commit 7859c0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sample/create-react-app-5/package.json
Expand Up @@ -22,7 +22,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-pdf": "latest",
"react-scripts": "5.0.1"
"react-scripts": "^5.0.0"
},
"resolutions": {
"mini-css-extract-plugin": "~2.4.0"
Expand Down
4 changes: 2 additions & 2 deletions sample/create-react-app-5/yarn.lock
Expand Up @@ -10065,7 +10065,7 @@ __metadata:
react: ^18.2.0
react-dom: ^18.2.0
react-pdf: latest
react-scripts: 5.0.1
react-scripts: ^5.0.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -10100,7 +10100,7 @@ __metadata:
languageName: node
linkType: hard

"react-scripts@npm:5.0.1":
"react-scripts@npm:^5.0.0":
version: 5.0.1
resolution: "react-scripts@npm:5.0.1"
dependencies:
Expand Down

0 comments on commit 7859c0f

Please sign in to comment.