Skip to content

Commit 4d4591b

Browse files
deps(js): Bump emotion 10 -> 11 (#7030)
Very trivial for this project
1 parent 2e06005 commit 4d4591b

File tree

2 files changed

+135
-46
lines changed

2 files changed

+135
-46
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
},
1313
"homepage": "https://docs.sentry.io/",
1414
"dependencies": {
15-
"@emotion/core": "^10.0.0",
16-
"@emotion/styled": "^10.0.0",
15+
"@emotion/core": "^11.0.0",
16+
"@emotion/react": "^11.11.0",
17+
"@emotion/styled": "^11.0.0",
1718
"@mdx-js/mdx": "^1.6.18",
1819
"@mdx-js/react": "^1.6.18",
1920
"@sentry-internal/global-search": "^0.5.7",

yarn.lock

Lines changed: 132 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
dependencies:
307307
"@babel/types" "^7.21.5"
308308

309-
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.0.0-beta.49", "@babel/helper-module-imports@^7.18.6", "@babel/helper-module-imports@^7.21.4":
309+
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.0.0-beta.49", "@babel/helper-module-imports@^7.16.7", "@babel/helper-module-imports@^7.18.6", "@babel/helper-module-imports@^7.21.4":
310310
version "7.21.4"
311311
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz#ac88b2f76093637489e718a90cec6cf8a9b029af"
312312
integrity sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==
@@ -1179,7 +1179,7 @@
11791179
core-js-pure "^3.0.0"
11801180
regenerator-runtime "^0.13.4"
11811181

1182-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.18.0", "@babel/runtime@^7.20.7", "@babel/runtime@^7.21.0", "@babel/runtime@^7.4.2", "@babel/runtime@^7.4.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
1182+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.18.0", "@babel/runtime@^7.18.3", "@babel/runtime@^7.20.7", "@babel/runtime@^7.21.0", "@babel/runtime@^7.4.2", "@babel/runtime@^7.4.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
11831183
version "7.21.5"
11841184
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.5.tgz#8492dddda9644ae3bda3b45eabe87382caee7200"
11851185
integrity sha512-8jI69toZqqcsnqGGqwGS4Qb1VwLOEp4hz+CXPywcvjs60u3B4Pom/U/7rm4W8tMOYEB+E9wgD0mW1l3r8qlI9Q==
@@ -1245,6 +1245,23 @@
12451245
dependencies:
12461246
"@jridgewell/trace-mapping" "0.3.9"
12471247

1248+
"@emotion/babel-plugin@^11.11.0":
1249+
version "11.11.0"
1250+
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.11.0.tgz#c2d872b6a7767a9d176d007f5b31f7d504bb5d6c"
1251+
integrity sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ==
1252+
dependencies:
1253+
"@babel/helper-module-imports" "^7.16.7"
1254+
"@babel/runtime" "^7.18.3"
1255+
"@emotion/hash" "^0.9.1"
1256+
"@emotion/memoize" "^0.8.1"
1257+
"@emotion/serialize" "^1.1.2"
1258+
babel-plugin-macros "^3.1.0"
1259+
convert-source-map "^1.5.0"
1260+
escape-string-regexp "^4.0.0"
1261+
find-root "^1.1.0"
1262+
source-map "^0.5.7"
1263+
stylis "4.2.0"
1264+
12481265
"@emotion/cache@^10.0.27", "@emotion/cache@^10.0.9":
12491266
version "10.0.29"
12501267
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-10.0.29.tgz#87e7e64f412c060102d589fe7c6dc042e6f9d1e0"
@@ -1255,7 +1272,18 @@
12551272
"@emotion/utils" "0.11.3"
12561273
"@emotion/weak-memoize" "0.2.5"
12571274

1258-
"@emotion/core@^10.0.0", "@emotion/core@^10.0.9":
1275+
"@emotion/cache@^11.11.0":
1276+
version "11.11.0"
1277+
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.11.0.tgz#809b33ee6b1cb1a625fef7a45bc568ccd9b8f3ff"
1278+
integrity sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ==
1279+
dependencies:
1280+
"@emotion/memoize" "^0.8.1"
1281+
"@emotion/sheet" "^1.2.2"
1282+
"@emotion/utils" "^1.2.1"
1283+
"@emotion/weak-memoize" "^0.3.1"
1284+
stylis "4.2.0"
1285+
1286+
"@emotion/core@^10.0.9":
12591287
version "10.0.35"
12601288
resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.0.35.tgz#513fcf2e22cd4dfe9d3894ed138c9d7a859af9b3"
12611289
integrity sha512-sH++vJCdk025fBlRZSAhkRlSUoqSqgCzYf5fMOmqqi3bM6how+sQpg3hkgJonj8GxXM4WbD7dRO+4tegDB9fUw==
@@ -1267,6 +1295,11 @@
12671295
"@emotion/sheet" "0.9.4"
12681296
"@emotion/utils" "0.11.3"
12691297

1298+
"@emotion/core@^11.0.0":
1299+
version "11.0.0"
1300+
resolved "https://registry.yarnpkg.com/@emotion/core/-/core-11.0.0.tgz#d075867e07864119de7cfd5268c15012bd2d6290"
1301+
integrity sha512-w4sE3AmHmyG6RDKf6mIbtHpgJUSJ2uGvPQb8VXFL7hFjMPibE8IiehG8cMX3Ztm4svfCQV6KqusQbeIOkurBcA==
1302+
12701303
"@emotion/css@^10.0.27", "@emotion/css@^10.0.9":
12711304
version "10.0.27"
12721305
resolved "https://registry.yarnpkg.com/@emotion/css/-/css-10.0.27.tgz#3a7458198fbbebb53b01b2b87f64e5e21241e14c"
@@ -1286,18 +1319,49 @@
12861319
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.8.0.tgz#bbbff68978fefdbe68ccb533bc8cbe1d1afb5413"
12871320
integrity sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==
12881321

1289-
"@emotion/is-prop-valid@0.8.8", "@emotion/is-prop-valid@^0.8.2":
1322+
"@emotion/hash@^0.9.1":
1323+
version "0.9.1"
1324+
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.9.1.tgz#4ffb0055f7ef676ebc3a5a91fb621393294e2f43"
1325+
integrity sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==
1326+
1327+
"@emotion/is-prop-valid@^0.8.2":
12901328
version "0.8.8"
12911329
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz#db28b1c4368a259b60a97311d6a952d4fd01ac1a"
12921330
integrity sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==
12931331
dependencies:
12941332
"@emotion/memoize" "0.7.4"
12951333

1334+
"@emotion/is-prop-valid@^1.2.1":
1335+
version "1.2.1"
1336+
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.2.1.tgz#23116cf1ed18bfeac910ec6436561ecb1a3885cc"
1337+
integrity sha512-61Mf7Ufx4aDxx1xlDeOm8aFFigGHE4z+0sKCa+IHCeZKiyP9RLD0Mmx7m8b9/Cf37f7NAvQOOJAbQQGVr5uERw==
1338+
dependencies:
1339+
"@emotion/memoize" "^0.8.1"
1340+
12961341
"@emotion/memoize@0.7.4":
12971342
version "0.7.4"
12981343
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb"
12991344
integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==
13001345

1346+
"@emotion/memoize@^0.8.1":
1347+
version "0.8.1"
1348+
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.1.tgz#c1ddb040429c6d21d38cc945fe75c818cfb68e17"
1349+
integrity sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==
1350+
1351+
"@emotion/react@^11.11.0":
1352+
version "11.11.0"
1353+
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.11.0.tgz#408196b7ef8729d8ad08fc061b03b046d1460e02"
1354+
integrity sha512-ZSK3ZJsNkwfjT3JpDAWJZlrGD81Z3ytNDsxw1LKq1o+xkmO5pnWfr6gmCC8gHEFf3nSSX/09YrG67jybNPxSUw==
1355+
dependencies:
1356+
"@babel/runtime" "^7.18.3"
1357+
"@emotion/babel-plugin" "^11.11.0"
1358+
"@emotion/cache" "^11.11.0"
1359+
"@emotion/serialize" "^1.1.2"
1360+
"@emotion/use-insertion-effect-with-fallbacks" "^1.0.1"
1361+
"@emotion/utils" "^1.2.1"
1362+
"@emotion/weak-memoize" "^0.3.1"
1363+
hoist-non-react-statics "^3.3.1"
1364+
13011365
"@emotion/serialize@^0.11.15", "@emotion/serialize@^0.11.16":
13021366
version "0.11.16"
13031367
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-0.11.16.tgz#dee05f9e96ad2fb25a5206b6d759b2d1ed3379ad"
@@ -1309,28 +1373,38 @@
13091373
"@emotion/utils" "0.11.3"
13101374
csstype "^2.5.7"
13111375

1376+
"@emotion/serialize@^1.1.2":
1377+
version "1.1.2"
1378+
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.1.2.tgz#017a6e4c9b8a803bd576ff3d52a0ea6fa5a62b51"
1379+
integrity sha512-zR6a/fkFP4EAcCMQtLOhIgpprZOwNmCldtpaISpvz348+DP4Mz8ZoKaGGCQpbzepNIUWbq4w6hNZkwDyKoS+HA==
1380+
dependencies:
1381+
"@emotion/hash" "^0.9.1"
1382+
"@emotion/memoize" "^0.8.1"
1383+
"@emotion/unitless" "^0.8.1"
1384+
"@emotion/utils" "^1.2.1"
1385+
csstype "^3.0.2"
1386+
13121387
"@emotion/sheet@0.9.4":
13131388
version "0.9.4"
13141389
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-0.9.4.tgz#894374bea39ec30f489bbfc3438192b9774d32e5"
13151390
integrity sha512-zM9PFmgVSqBw4zL101Q0HrBVTGmpAxFZH/pYx/cjJT5advXguvcgjHFTCaIO3enL/xr89vK2bh0Mfyj9aa0ANA==
13161391

1317-
"@emotion/styled-base@^10.0.27":
1318-
version "10.0.31"
1319-
resolved "https://registry.yarnpkg.com/@emotion/styled-base/-/styled-base-10.0.31.tgz#940957ee0aa15c6974adc7d494ff19765a2f742a"
1320-
integrity sha512-wTOE1NcXmqMWlyrtwdkqg87Mu6Rj1MaukEoEmEkHirO5IoHDJ8LgCQL4MjJODgxWxXibGR3opGp1p7YvkNEdXQ==
1321-
dependencies:
1322-
"@babel/runtime" "^7.5.5"
1323-
"@emotion/is-prop-valid" "0.8.8"
1324-
"@emotion/serialize" "^0.11.15"
1325-
"@emotion/utils" "0.11.3"
1392+
"@emotion/sheet@^1.2.2":
1393+
version "1.2.2"
1394+
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.2.2.tgz#d58e788ee27267a14342303e1abb3d508b6d0fec"
1395+
integrity sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==
13261396

1327-
"@emotion/styled@^10.0.0":
1328-
version "10.0.27"
1329-
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-10.0.27.tgz#12cb67e91f7ad7431e1875b1d83a94b814133eaf"
1330-
integrity sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==
1397+
"@emotion/styled@^11.0.0":
1398+
version "11.11.0"
1399+
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.11.0.tgz#26b75e1b5a1b7a629d7c0a8b708fbf5a9cdce346"
1400+
integrity sha512-hM5Nnvu9P3midq5aaXj4I+lnSfNi7Pmd4EWk1fOZ3pxookaQTNew6bp4JaCBYM4HVFZF9g7UjJmsUmC2JlxOng==
13311401
dependencies:
1332-
"@emotion/styled-base" "^10.0.27"
1333-
babel-plugin-emotion "^10.0.27"
1402+
"@babel/runtime" "^7.18.3"
1403+
"@emotion/babel-plugin" "^11.11.0"
1404+
"@emotion/is-prop-valid" "^1.2.1"
1405+
"@emotion/serialize" "^1.1.2"
1406+
"@emotion/use-insertion-effect-with-fallbacks" "^1.0.1"
1407+
"@emotion/utils" "^1.2.1"
13341408

13351409
"@emotion/stylis@0.8.5":
13361410
version "0.8.5"
@@ -1342,16 +1416,36 @@
13421416
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed"
13431417
integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==
13441418

1419+
"@emotion/unitless@^0.8.1":
1420+
version "0.8.1"
1421+
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.8.1.tgz#182b5a4704ef8ad91bde93f7a860a88fd92c79a3"
1422+
integrity sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==
1423+
1424+
"@emotion/use-insertion-effect-with-fallbacks@^1.0.1":
1425+
version "1.0.1"
1426+
resolved "https://registry.yarnpkg.com/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.1.tgz#08de79f54eb3406f9daaf77c76e35313da963963"
1427+
integrity sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==
1428+
13451429
"@emotion/utils@0.11.3":
13461430
version "0.11.3"
13471431
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-0.11.3.tgz#a759863867befa7e583400d322652a3f44820924"
13481432
integrity sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw==
13491433

1434+
"@emotion/utils@^1.2.1":
1435+
version "1.2.1"
1436+
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.2.1.tgz#bbab58465738d31ae4cb3dbb6fc00a5991f755e4"
1437+
integrity sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg==
1438+
13501439
"@emotion/weak-memoize@0.2.5":
13511440
version "0.2.5"
13521441
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#8eed982e2ee6f7f4e44c253e12962980791efd46"
13531442
integrity sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==
13541443

1444+
"@emotion/weak-memoize@^0.3.1":
1445+
version "0.3.1"
1446+
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz#d0fce5d07b0620caa282b5131c297bb60f9d87e6"
1447+
integrity sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==
1448+
13551449
"@eslint-community/eslint-utils@^4.2.0":
13561450
version "4.4.0"
13571451
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
@@ -1886,12 +1980,12 @@
18861980
"@jridgewell/gen-mapping" "^0.3.0"
18871981
"@jridgewell/trace-mapping" "^0.3.9"
18881982

1889-
"@jridgewell/sourcemap-codec@1.4.14", "@jridgewell/sourcemap-codec@^1.4.10":
1983+
"@jridgewell/sourcemap-codec@1.4.14":
18901984
version "1.4.14"
18911985
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
18921986
integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
18931987

1894-
"@jridgewell/sourcemap-codec@^1.4.13":
1988+
"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.13":
18951989
version "1.4.15"
18961990
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
18971991
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
@@ -7213,12 +7307,7 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
72137307
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
72147308
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
72157309

7216-
eslint-visitor-keys@^3.3.0:
7217-
version "3.4.0"
7218-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz#c7f0f956124ce677047ddbc192a68f999454dedc"
7219-
integrity sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==
7220-
7221-
eslint-visitor-keys@^3.4.1:
7310+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
72227311
version "3.4.1"
72237312
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
72247313
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
@@ -9390,6 +9479,13 @@ hmac-drbg@^1.0.1:
93909479
minimalistic-assert "^1.0.0"
93919480
minimalistic-crypto-utils "^1.0.1"
93929481

9482+
hoist-non-react-statics@^3.3.1:
9483+
version "3.3.2"
9484+
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
9485+
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
9486+
dependencies:
9487+
react-is "^16.7.0"
9488+
93939489
hosted-git-info@^2.1.4, hosted-git-info@^2.5.0:
93949490
version "2.8.9"
93959491
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
@@ -13998,7 +14094,7 @@ react-input-autosize@^2.2.2:
1399814094
dependencies:
1399914095
prop-types "^15.5.8"
1400014096

14001-
react-is@^16.12.0, react-is@^16.13.1, react-is@^16.3.2, react-is@^16.8.6:
14097+
react-is@^16.12.0, react-is@^16.13.1, react-is@^16.3.2, react-is@^16.7.0, react-is@^16.8.6:
1400214098
version "16.13.1"
1400314099
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
1400414100
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
@@ -14129,7 +14225,7 @@ read@^1.0.7:
1412914225
dependencies:
1413014226
mute-stream "~0.0.4"
1413114227

14132-
"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.1.5, readable-stream@^2.3.3, readable-stream@^2.3.6, readable-stream@~2.3.6:
14228+
"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.6, readable-stream@~2.3.6:
1413314229
version "2.3.8"
1413414230
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.8.tgz#91125e8042bba1b9887f49345f6277027ce8be9b"
1413514231
integrity sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==
@@ -14142,19 +14238,6 @@ read@^1.0.7:
1414214238
string_decoder "~1.1.1"
1414314239
util-deprecate "~1.0.1"
1414414240

14145-
readable-stream@^2.2.2:
14146-
version "2.3.7"
14147-
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57"
14148-
integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==
14149-
dependencies:
14150-
core-util-is "~1.0.0"
14151-
inherits "~2.0.3"
14152-
isarray "~1.0.0"
14153-
process-nextick-args "~2.0.0"
14154-
safe-buffer "~5.1.1"
14155-
string_decoder "~1.1.1"
14156-
util-deprecate "~1.0.1"
14157-
1415814241
readable-stream@^3.1.1, readable-stream@^3.4.0, readable-stream@^3.5.0, readable-stream@^3.6.0:
1415914242
version "3.6.2"
1416014243
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967"
@@ -15658,14 +15741,14 @@ string.prototype.trimstart@^1.0.6:
1565815741
define-properties "^1.1.4"
1565915742
es-abstract "^1.20.4"
1566015743

15661-
string_decoder@^1.0.0:
15744+
string_decoder@^1.0.0, string_decoder@^1.1.1:
1566215745
version "1.3.0"
1566315746
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
1566415747
integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==
1566515748
dependencies:
1566615749
safe-buffer "~5.2.0"
1566715750

15668-
string_decoder@^1.1.1, string_decoder@~1.1.1:
15751+
string_decoder@~1.1.1:
1566915752
version "1.1.1"
1567015753
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"
1567115754
integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==
@@ -15814,6 +15897,11 @@ stylehacks@^5.1.1:
1581415897
browserslist "^4.21.4"
1581515898
postcss-selector-parser "^6.0.4"
1581615899

15900+
stylis@4.2.0:
15901+
version "4.2.0"
15902+
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.2.0.tgz#79daee0208964c8fe695a42fcffcac633a211a51"
15903+
integrity sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==
15904+
1581715905
sudo-prompt@^8.2.0:
1581815906
version "8.2.5"
1581915907
resolved "https://registry.yarnpkg.com/sudo-prompt/-/sudo-prompt-8.2.5.tgz#cc5ef3769a134bb94b24a631cc09628d4d53603e"

0 commit comments

Comments
 (0)