Skip to content

Commit

Permalink
fix: remove redundant resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
robp committed Nov 12, 2024
1 parent e7f4520 commit 68fa6fc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,7 @@
},
"resolutions": {
"jackspeak": "2.1.1",
"@storybook/manager-webpack5/html-webpack-plugin": "^5.0.0",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
"@storybook/manager-webpack5/html-webpack-plugin": "^5.0.0"
},
"packageManager": "[email protected]"
}
17 changes: 17 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5028,6 +5028,13 @@ __metadata:
languageName: node
linkType: hard

"@types/prop-types@npm:*":
version: 15.7.13
resolution: "@types/prop-types@npm:15.7.13"
checksum: 10c0/1b20fc67281902c6743379960247bc161f3f0406ffc0df8e7058745a85ea1538612109db0406290512947f9632fe9e10e7337bf0ce6338a91d6c948df16a7c61
languageName: node
linkType: hard

"@types/qs@npm:*":
version: 6.9.11
resolution: "@types/qs@npm:6.9.11"
Expand All @@ -5051,6 +5058,16 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*":
version: 18.3.12
resolution: "@types/react@npm:18.3.12"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10c0/8bae8d9a41619804561574792e29112b413044eb0d53746dde2b9720c1f9a59f71c895bbd7987cd8ce9500b00786e53bc032dced38cddf42910458e145675290
languageName: node
linkType: hard

"@types/react@npm:[email protected]":
version: 19.0.0-rc.1
resolution: "types-react@npm:19.0.0-rc.1"
Expand Down

0 comments on commit 68fa6fc

Please sign in to comment.