0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 21:49:51 +01:00

chore: upgrade react-virtualized to support React 18 (#16890)

* chore: upgrade react-virtualized to support React 18

* Update UI snapshots for `chromium` (2)

* Update UI snapshots for `chromium` (2)

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
David Newell 2023-08-02 16:26:40 +01:00 committed by GitHub
parent 4201ae5334
commit 9fad7f4bab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -149,7 +149,7 @@
"react-textfit": "^1.1.1",
"react-toastify": "^8.2.0",
"react-transition-group": "^4.4.5",
"react-virtualized": "^9.22.3",
"react-virtualized": "^9.22.5",
"require-from-string": "^2.0.2",
"resize-observer-polyfill": "^1.5.1",
"rrweb": "^2.0.0-alpha.9",

View File

@ -267,8 +267,8 @@ dependencies:
specifier: ^4.4.5
version: 4.4.5(react-dom@16.14.0)(react@16.14.0)
react-virtualized:
specifier: ^9.22.3
version: 9.22.3(react-dom@16.14.0)(react@16.14.0)
specifier: ^9.22.5
version: 9.22.5(react-dom@16.14.0)(react@16.14.0)
require-from-string:
specifier: ^2.0.2
version: 2.0.2
@ -17187,11 +17187,11 @@ packages:
tslib: 2.4.1
dev: false
/react-virtualized@9.22.3(react-dom@16.14.0)(react@16.14.0):
resolution: {integrity: sha512-MKovKMxWTcwPSxE1kK1HcheQTWfuCxAuBoSTf2gwyMM21NdX/PXUhnoP8Uc5dRKd+nKm8v41R36OellhdCpkrw==}
/react-virtualized@9.22.5(react-dom@16.14.0)(react@16.14.0):
resolution: {integrity: sha512-YqQMRzlVANBv1L/7r63OHa2b0ZsAaDp1UhVNEdUaXI8A5u6hTpA5NYtUueLH2rFuY/27mTGIBl7ZhqFKzw18YQ==}
peerDependencies:
react: ^15.3.0 || ^16.0.0-alpha
react-dom: ^15.3.0 || ^16.0.0-alpha
react: ^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0
react-dom: ^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0
dependencies:
'@babel/runtime': 7.20.1
clsx: 1.2.1