-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: See T213262514 Reviewed By: conordickinson Differential Revision: D68500672 fbshipit-source-id: f91425aa8f7965328c78ad0ceb213b78c697c456
- Loading branch information
1 parent
3ac26ed
commit 03af9b0
Showing
2 changed files
with
6 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3729,15 +3729,6 @@ plist@^3.0.4, plist@^3.0.5: | |
base64-js "^1.5.1" | ||
xmlbuilder "^15.1.1" | ||
|
||
postcss@^8.4.40: | ||
version "8.4.41" | ||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.41.tgz#d6104d3ba272d882fe18fc07d15dc2da62fa2681" | ||
integrity sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ== | ||
dependencies: | ||
nanoid "^3.3.7" | ||
picocolors "^1.0.1" | ||
source-map-js "^1.2.0" | ||
|
||
postcss@^8.4.43: | ||
version "8.4.47" | ||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.47.tgz#5bf6c9a010f3e724c503bf03ef7947dcb0fea365" | ||
|
@@ -4032,7 +4023,7 @@ roarr@^2.15.3: | |
semver-compare "^1.0.0" | ||
sprintf-js "^1.1.2" | ||
|
||
rollup@^4.13.0, rollup@^4.20.0: | ||
rollup@^4.20.0: | ||
version "4.22.4" | ||
resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.22.4.tgz#4135a6446671cd2a2453e1ad42a45d5973ec3a0f" | ||
integrity sha512-vD8HJ5raRcWOyymsR6Z3o6+RzfEPCnVLMFJ6vRslO1jt4LO6dUo5Qnpg7y4RkZFM2DMe3WUirkI5c16onjrc6A== | ||
|
@@ -4236,11 +4227,6 @@ smart-buffer@^4.0.2: | |
resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae" | ||
integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg== | ||
|
||
source-map-js@^1.2.0: | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.0.tgz#16b809c162517b5b8c3e7dcd315a2a5c2612b2af" | ||
integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg== | ||
|
||
source-map-js@^1.2.1: | ||
version "1.2.1" | ||
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46" | ||
|
@@ -4708,28 +4694,17 @@ [email protected]: | |
tinyrainbow "^1.2.0" | ||
vite "^5.0.0" | ||
|
||
vite@5.4.8: | ||
version "5.4.8" | ||
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.8.tgz#af548ce1c211b2785478d3ba3e8da51e39a287e8" | ||
integrity sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ== | ||
vite@^5.0.0, vite@^5.4.12: | ||
version "5.4.14" | ||
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.14.tgz#ff8255edb02134df180dcfca1916c37a6abe8408" | ||
integrity sha512-EK5cY7Q1D8JNhSaPKVK4pwBFvaTmZxEnoKXLG/U9gmdDcihQGNzFlgIvaxezFR4glP1LsuiedwMBqCXH3wZccA== | ||
dependencies: | ||
esbuild "^0.21.3" | ||
postcss "^8.4.43" | ||
rollup "^4.20.0" | ||
optionalDependencies: | ||
fsevents "~2.3.3" | ||
|
||
vite@^5.0.0: | ||
version "5.4.0" | ||
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.0.tgz#11dca8a961369ba8b5cae42d068c7ad684d5370f" | ||
integrity sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg== | ||
dependencies: | ||
esbuild "^0.21.3" | ||
postcss "^8.4.40" | ||
rollup "^4.13.0" | ||
optionalDependencies: | ||
fsevents "~2.3.3" | ||
|
||
[email protected]: | ||
version "2.0.2" | ||
resolved "https://registry.yarnpkg.com/vitest/-/vitest-2.0.2.tgz#39a4bde8af124c848b4e9098ca339914ebe10ef9" | ||
|