Update pnpm lock file with react 18 (#47973)
* Update pnpm-lock file with new react * Changelog --------- Co-authored-by: Jon Lane <jon.lane@automattic.com>
This commit is contained in:
parent
6f8bce8bb0
commit
2f4c9ecf57
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: dev
|
||||||
|
|
||||||
|
Update pnpm-lock with updated React
|
|
@ -21172,7 +21172,7 @@ packages:
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
react: ^17.0.2
|
react: 18.2.0
|
||||||
|
|
||||||
react-number-format@4.9.3:
|
react-number-format@4.9.3:
|
||||||
resolution: {integrity: sha512-am1A1xYAbENuKJ+zpM7V+B1oRTSeOHYltqVKExznIVFweBzhLmOBmyb1DfIKjHo90E0bo1p3nzVJ2NgS5xh+sQ==}
|
resolution: {integrity: sha512-am1A1xYAbENuKJ+zpM7V+B1oRTSeOHYltqVKExznIVFweBzhLmOBmyb1DfIKjHo90E0bo1p3nzVJ2NgS5xh+sQ==}
|
||||||
|
@ -21373,7 +21373,7 @@ packages:
|
||||||
react-with-direction@1.4.0:
|
react-with-direction@1.4.0:
|
||||||
resolution: {integrity: sha512-ybHNPiAmaJpoWwugwqry9Hd1Irl2hnNXlo/2SXQBwbLn/jGMauMS2y9jw+ydyX5V9ICryCqObNSthNt5R94xpg==}
|
resolution: {integrity: sha512-ybHNPiAmaJpoWwugwqry9Hd1Irl2hnNXlo/2SXQBwbLn/jGMauMS2y9jw+ydyX5V9ICryCqObNSthNt5R94xpg==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
react: ^17.0.2
|
react: ^0.14 || ^15 || ^16
|
||||||
react-dom: ^0.14 || ^15 || ^16
|
react-dom: ^0.14 || ^15 || ^16
|
||||||
|
|
||||||
react-with-styles-interface-css@4.0.3:
|
react-with-styles-interface-css@4.0.3:
|
||||||
|
|
Loading…
Reference in New Issue