Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 901184c

Browse files
committedMar 11, 2025·
feat(core): remove react 16 from peer dependencies
1 parent 9f769c5 commit 901184c

File tree

119 files changed

+853
-853
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+853
-853
lines changed
 

‎.danger/__fixtures__/mock_package/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"@twilio-paste/design-tokens": "^8.0.0",
1212
"@twilio-paste/styling-library": "^1.0.0",
1313
"@twilio-paste/types": "^3.1.1",
14-
"react": "^16.8.6 || ^17.0.2",
15-
"react-dom": "^16.8.6 || ^17.0.2"
14+
"react": "^17.0.2",
15+
"react-dom": "^17.0.2"
1616
},
1717
"devDependencies": {
1818
"@twilio-paste/animation-library": "^0.3.7",

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ When a package has a peer dependency on another internal package in the mono rep
8888
{
8989
"name": "button",
9090
"peerDependencies": {
91-
"react": "^16.8.6",
92-
"react-dom": "^16.8.6"
91+
"react": "^17.0.2",
92+
"react-dom": "^17.0.2"
9393
"@twilio-paste/box": "^0.0.1",
9494
"@twilio-paste/theme": "^0.0.1",
9595
"@twilio-paste/design-tokens": "^0.0.1",

0 commit comments

Comments
 (0)
Please sign in to comment.