Skip to content

Commit

Permalink
🤖 Merge PR DefinitelyTyped#67872 [airbnb-prop-types] Match React type…
Browse files Browse the repository at this point in the history
…s and runtime version by @eps1lon

* [airbnb-prop-types] Match React types and runtime version

Only 15.x is the latest stable release supported: https://github.com/airbnb/prop-types/blob/492c439574c6ede6a0753ea9ba8a2daec570443d/package.json#L45

* Use package.json instead

* Update types/airbnb-prop-types/package.json

* Update types/airbnb-prop-types/package.json
  • Loading branch information
eps1lon authored Dec 13, 2023
1 parent 6c0f45d commit 610c88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/airbnb-prop-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@types/airbnb-prop-types": "workspace:.",
"@types/react": "*"
"@types/react": "^16"
},
"owners": [
{
Expand Down

0 comments on commit 610c88b

Please sign in to comment.