Skip to content

Commit 8aa0c4d

Browse files
author
John Tore Simonsen
committed
add resolutions for react
1 parent 9c104ee commit 8aa0c4d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
"lint:workflows": "find .github/workflows -type f \\( -iname '*.yaml' -o -iname '*.yml' \\) | xargs -I {} sh -c 'echo \"Linting {}\"; action-validator \"{}\"'",
2929
"prepublishOnly": "yarn build"
3030
},
31+
"resolutions": {
32+
"@types/react-dom": "17.0.25",
33+
"@types/react": "17.0.80"
34+
},
3135
"devDependencies": {
3236
"@action-validator/cli": "^0.5.3",
3337
"@action-validator/core": "^0.5.3",

0 commit comments

Comments
 (0)