Skip to content

Commit

Permalink
add package resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Jul 20, 2023
1 parent b16a7b3 commit e4f87cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@
"vitest-axe": "^0.1.0",
"vitest-canvas-mock": "^0.2.2"
},
"resolutions": {
"@types/react": "^17.0.2"
},
"msw": {
"workerDirectory": "public"
},
Expand Down
19 changes: 4 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6458,25 +6458,14 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:>=16":
version: 18.0.27
resolution: "@types/react@npm:18.0.27"
"@types/react@npm:^17.0.2":
version: 17.0.62
resolution: "@types/react@npm:17.0.62"
dependencies:
"@types/prop-types": "*"
"@types/scheduler": "*"
csstype: ^3.0.2
checksum: 600fdbc39a92ea4a77047db3e12f05f67776a710f5918248c0189a59ac2a38900c9db5a5d2e433a16df528a3ecab1aa114b322cacea573bb1ca2fc0b094c52d1
languageName: node
linkType: hard

"@types/react@npm:^17":
version: 17.0.53
resolution: "@types/react@npm:17.0.53"
dependencies:
"@types/prop-types": "*"
"@types/scheduler": "*"
csstype: ^3.0.2
checksum: dacfde02c260fd98bed2eb775ed0c7ce1397be4c0844f907a50763b081a4008f81f57071889a16eb1350ddcf0927f3cf1a6541702c8ad03de3c70383ef931e3f
checksum: 428a5aff44824ef504e9a9259b5894fe44a5db1c344b536990f07e132900ff5b34cbef0be77a84f30f37be1f88fc8b56dce328f568de8d65de3bfe414c05b2e1
languageName: node
linkType: hard

Expand Down

0 comments on commit e4f87cc

Please sign in to comment.