Skip to content

Commit 025f273

Browse files
committed
Prepare 4.0.0 alpha release
1 parent 13e0d1c commit 025f273

File tree

1 file changed

+28
-5
lines changed

1 file changed

+28
-5
lines changed

packages/create-react-app/yarn.lock.cached

+28-5
Original file line numberDiff line numberDiff line change
@@ -6851,6 +6851,14 @@ levn@~0.3.0:
68516851
prelude-ls "~1.1.2"
68526852
type-check "~0.3.2"
68536853

6854+
line-column@^1.0.2:
6855+
version "1.0.2"
6856+
resolved "https://registry.yarnpkg.com/line-column/-/line-column-1.0.2.tgz#d25af2936b6f4849172b312e4792d1d987bc34a2"
6857+
integrity sha1-0lryk2tvSEkXKzEuR5LR2Ye8NKI=
6858+
dependencies:
6859+
isarray "^1.0.0"
6860+
isobject "^2.0.0"
6861+
68546862
lines-and-columns@^1.1.6:
68556863
version "1.1.6"
68566864
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
@@ -7333,6 +7341,11 @@ nan@^2.12.1:
73337341
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.1.tgz#d7be34dfa3105b91494c3147089315eff8874b01"
73347342
integrity sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw==
73357343

7344+
nanoid@^3.1.12:
7345+
version "3.1.12"
7346+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.12.tgz#6f7736c62e8d39421601e4a0c77623a97ea69654"
7347+
integrity sha512-1qstj9z5+x491jfiC4Nelk+f8XBad7LN20PmyWINJEMRSf3wcAjAWysw1qaA8z6NSKe2sjq1hRSDpBH5paCb6A==
7348+
73367349
nanomatch@^1.2.9:
73377350
version "1.2.13"
73387351
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
@@ -8624,12 +8637,12 @@ postcss-replace-overflow-wrap@^3.0.0:
86248637
dependencies:
86258638
postcss "^7.0.2"
86268639

8627-
postcss-safe-parser@4.0.2:
8628-
version "4.0.2"
8629-
resolved "https://registry.yarnpkg.com/postcss-safe-parser/-/postcss-safe-parser-4.0.2.tgz#a6d4e48f0f37d9f7c11b2a581bf00f8ba4870b96"
8630-
integrity sha512-Uw6ekxSWNLCPesSv/cmqf2bY/77z11O7jZGPax3ycZMFU/oi2DMH9i89AdHc1tRwFg/arFoEwX0IS3LCUxJh1g==
8640+
postcss-safe-parser@5.0.0:
8641+
version "5.0.0"
8642+
resolved "https://registry.yarnpkg.com/postcss-safe-parser/-/postcss-safe-parser-5.0.0.tgz#bb99c4816004c9ea21030880b935f145e2659c41"
8643+
integrity sha512-aIX7poYIGRtp+Yr/ntAcIG+nTZpnPnQpHhG0Qbf0d91EBQnKS3cfl8cgUwvq+cot8Zhn5+dC+XpcGRWPET+xdA==
86318644
dependencies:
8632-
postcss "^7.0.26"
8645+
postcss "^8.0.2"
86338646

86348647
postcss-selector-matches@^4.0.0:
86358648
version "4.0.0"
@@ -8730,6 +8743,16 @@ postcss@^7, postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, po
87308743
source-map "^0.6.1"
87318744
supports-color "^6.1.0"
87328745

8746+
postcss@^8.0.2:
8747+
version "8.0.4"
8748+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.0.4.tgz#c2ce10272c83cb86083c59725ba673e445f6bc88"
8749+
integrity sha512-1XnscHU1hafSVykema78TOeBf1my7WThfK2jaSDtOQW90CAny63oEsWVC+EN/WSMSBpghq5PxUdPgozK693tJw==
8750+
dependencies:
8751+
colorette "^1.2.1"
8752+
line-column "^1.0.2"
8753+
nanoid "^3.1.12"
8754+
source-map "^0.6.1"
8755+
87338756
prelude-ls@^1.2.1:
87348757
version "1.2.1"
87358758
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"

0 commit comments

Comments
 (0)