We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c104ee commit 8aa0c4dCopy full SHA for 8aa0c4d
package.json
@@ -28,6 +28,10 @@
28
"lint:workflows": "find .github/workflows -type f \\( -iname '*.yaml' -o -iname '*.yml' \\) | xargs -I {} sh -c 'echo \"Linting {}\"; action-validator \"{}\"'",
29
"prepublishOnly": "yarn build"
30
},
31
+ "resolutions": {
32
+ "@types/react-dom": "17.0.25",
33
+ "@types/react": "17.0.80"
34
+ },
35
"devDependencies": {
36
"@action-validator/cli": "^0.5.3",
37
"@action-validator/core": "^0.5.3",
0 commit comments