Skip to content

Commit

Permalink
Sync react versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-kudelko committed Jul 16, 2023
1 parent 86e4e87 commit 21db674
Show file tree
Hide file tree
Showing 7 changed files with 560 additions and 46 deletions.
Binary file not shown.
Binary file not shown.
541 changes: 541 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
nmMode: hardlinks-local

nmSelfReferences: false
nmHoistingLimits: workspaces

nodeLinker: node-modules

nmHoistingLimits: workspaces

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-engines.cjs
spec: "https://raw.githubusercontent.com/devoto13/yarn-plugin-engines/main/bundles/%40yarnpkg/plugin-engines.js"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.6.1.cjs
8 changes: 4 additions & 4 deletions packages/shared-component-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"@rollup/plugin-typescript": "11.1.2",
"@twilio-paste/core": "19.5.0",
"@twilio-paste/icons": "11.2.2",
"@types/react": "^16",
"@types/react-dom": "^16",
"@types/react": "^16.14.43",
"@types/react-dom": "^16.9.19",
"esbuild": "0.18.11",
"esbuild-plugin-d.ts": "1.1.0",
"glob": "10.3.3",
"react": "16.13.1",
"react-dom": "16.13.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"rollup": "3.26.2",
"rollup-plugin-dts": "5.3.0",
"rollup-plugin-peer-deps-external": "2.2.4",
Expand Down
4 changes: 2 additions & 2 deletions plugins/plugin-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@twilio-paste/core": "19.5.0",
"@twilio-paste/icons": "11.2.2",
"@twilio/flex-plugin-scripts": "6.1.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-emotion": "9.2.12",
"shared-component-library": "workspace:*"
},
Expand Down
45 changes: 10 additions & 35 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8489,7 +8489,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:^16, @types/react-dom@npm:^16.9.14":
"@types/react-dom@npm:^16.9.14, @types/react-dom@npm:^16.9.19":
version: 16.9.19
resolution: "@types/react-dom@npm:16.9.19"
dependencies:
Expand Down Expand Up @@ -8566,7 +8566,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:^16, @types/react@npm:^16.14.15":
"@types/react@npm:^16, @types/react@npm:^16.14.15, @types/react@npm:^16.14.43":
version: 16.14.43
resolution: "@types/react@npm:16.14.43"
dependencies:
Expand Down Expand Up @@ -19977,8 +19977,8 @@ __metadata:
"@twilio/flex-plugin-scripts": 6.1.2
"@twilio/flex-ui": 1.34.1
babel-loader: ^8.3.0
react: 16.13.1
react-dom: 16.13.1
react: 16.14.0
react-dom: 16.14.0
react-emotion: 9.2.12
shared-component-library: "workspace:*"
typescript: 5.1.6
Expand Down Expand Up @@ -21108,21 +21108,7 @@ __metadata:
languageName: node
linkType: hard

"react-dom@npm:16.13.1":
version: 16.13.1
resolution: "react-dom@npm:16.13.1"
dependencies:
loose-envify: ^1.1.0
object-assign: ^4.1.1
prop-types: ^15.6.2
scheduler: ^0.19.1
peerDependencies:
react: ^16.13.1
checksum: 5009f3ee9bca06d6d4b9cf92c832eca102c284e6d019e832179c8de3e353534571474c95b7ab975935b22823726710dcd73783596c11dd71304beb11c19281c5
languageName: node
linkType: hard

"react-dom@npm:^16, react-dom@npm:^16.5.2":
"react-dom@npm:16.14.0, react-dom@npm:^16, react-dom@npm:^16.5.2":
version: 16.14.0
resolution: "react-dom@npm:16.14.0"
dependencies:
Expand Down Expand Up @@ -21534,18 +21520,7 @@ __metadata:
languageName: node
linkType: hard

"react@npm:16.13.1":
version: 16.13.1
resolution: "react@npm:16.13.1"
dependencies:
loose-envify: ^1.1.0
object-assign: ^4.1.1
prop-types: ^15.6.2
checksum: 4508f4207caca6bef55736284cbf2ce18d2edfee4c1457fc0bb2086b34ed5bcf9b44acdb71e27574e73a5b5d4d093720b5b4ec0bf92bb89394ee3a0a7c42c2d4
languageName: node
linkType: hard

"react@npm:^16, react@npm:^16.5.2":
"react@npm:16.14.0, react@npm:^16, react@npm:^16.5.2":
version: 16.14.0
resolution: "react@npm:16.14.0"
dependencies:
Expand Down Expand Up @@ -22770,13 +22745,13 @@ __metadata:
"@rollup/plugin-typescript": 11.1.2
"@twilio-paste/core": 19.5.0
"@twilio-paste/icons": 11.2.2
"@types/react": ^16
"@types/react-dom": ^16
"@types/react": ^16.14.43
"@types/react-dom": ^16.9.19
esbuild: 0.18.11
esbuild-plugin-d.ts: 1.1.0
glob: 10.3.3
react: 16.13.1
react-dom: 16.13.1
react: 16.14.0
react-dom: 16.14.0
rollup: 3.26.2
rollup-plugin-dts: 5.3.0
rollup-plugin-peer-deps-external: 2.2.4
Expand Down

0 comments on commit 21db674

Please sign in to comment.