Skip to content

Commit

Permalink
fix(react-intl): relax @types/react versions
Browse files Browse the repository at this point in the history
  • Loading branch information
longlho committed Nov 2, 2024
1 parent 7b8e7a9 commit d8f6047
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/react-intl/example-sandboxes/rescripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"react-scripts": "5.0.0"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react": "16 || 17 || 18",
"@types/react-dom": "16 || 17 || 18",
"typescript": "5",
"babel-plugin-react-require": "3.1.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"parcel": "^2.0.0"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react": "16 || 17 || 18",
"@types/react-dom": "16 || 17 || 18",
"typescript": "5"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"parcel": "^2.0.0"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react": "16 || 17 || 18",
"@types/react-dom": "16 || 17 || 18",
"typescript": "5"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-intl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"@formatjs/intl-displaynames": "workspace:*",
"@formatjs/intl-listformat": "workspace:*",
"@types/hoist-non-react-statics": "3",
"@types/react": "^18.3.11",
"@types/react": "16 || 17 || 18",
"hoist-non-react-statics": "3",
"intl-messageformat": "workspace:*",
"tslib": "2"
Expand Down

0 comments on commit d8f6047

Please sign in to comment.