Skip to content

Commit 83d1a36

Browse files
committed
chore: upgrade next
1 parent 74d48d9 commit 83d1a36

File tree

3 files changed

+89
-76
lines changed

3 files changed

+89
-76
lines changed

next-env.d.ts

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/types/global" />
3+
/// <reference types="next/image-types/global" />
34

4-
declare module 'react-split'
5-
6-
declare module 'remove-markdown'
7-
8-
declare module 'outline-icons'
9-
10-
declare module '@headwayapp/react-widget'
11-
12-
declare module 'markdown-link-extractor'
5+
// NOTE: This file should not be edited
6+
// see https://nextjs.org/docs/basic-features/typescript for more information.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"md5": "^2.3.0",
4949
"minio": "^7.0.18",
5050
"nanoid": "^3.1.22",
51-
"next": "^11.0.0",
51+
"next": "^11.1.0",
5252
"next-connect": "^0.10.1",
5353
"next-iron-session": "^4.1.11",
5454
"next-seo": "^4.24.0",

yarn.lock

Lines changed: 85 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,6 +1066,11 @@
10661066
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz#806526ce125aed03373bc416a828321e3a6a33af"
10671067
integrity sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ==
10681068

1069+
"@babel/helper-plugin-utils@^7.14.5":
1070+
version "7.14.5"
1071+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9"
1072+
integrity sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==
1073+
10691074
"@babel/helper-remap-async-to-generator@^7.13.0":
10701075
version "7.13.0"
10711076
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.13.0.tgz#376a760d9f7b4b2077a9dd05aa9c3927cadb2209"
@@ -1133,6 +1138,11 @@
11331138
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
11341139
integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
11351140

1141+
"@babel/helper-validator-identifier@^7.14.9":
1142+
version "7.14.9"
1143+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
1144+
integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
1145+
11361146
"@babel/helper-validator-option@^7.12.17":
11371147
version "7.12.17"
11381148
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
@@ -1359,6 +1369,13 @@
13591369
dependencies:
13601370
"@babel/helper-plugin-utils" "^7.8.0"
13611371

1372+
1373+
version "7.14.5"
1374+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.14.5.tgz#000e2e25d8673cce49300517a3eda44c263e4201"
1375+
integrity sha512-ohuFIsOMXJnbOMRfX7/w7LocdR6R7whhuRD4ax8IipLcLPlZGJKkBxgHp++U4N/vKyU16/YDQr2f5seajD3jIw==
1376+
dependencies:
1377+
"@babel/helper-plugin-utils" "^7.14.5"
1378+
13621379
"@babel/plugin-syntax-logical-assignment-operators@^7.10.4":
13631380
version "7.10.4"
13641381
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699"
@@ -1856,13 +1873,12 @@
18561873
globals "^11.1.0"
18571874
lodash "^4.17.19"
18581875

1859-
"@babel/types@7.8.3":
1860-
version "7.8.3"
1861-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c"
1862-
integrity sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==
1876+
"@babel/types@7.15.0":
1877+
version "7.15.0"
1878+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
1879+
integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==
18631880
dependencies:
1864-
esutils "^2.0.2"
1865-
lodash "^4.17.13"
1881+
"@babel/helper-validator-identifier" "^7.14.9"
18661882
to-fast-properties "^2.0.0"
18671883

18681884
"@babel/types@^7.0.0-beta.49", "@babel/types@^7.12.1", "@babel/types@^7.13.0", "@babel/types@^7.4.4":
@@ -2123,25 +2139,30 @@
21232139
prop-types "^15.7.2"
21242140
react-is "^16.8.0 || ^17.0.0"
21252141

2126-
2127-
version "11.0.0"
2128-
resolved "https://registry.yarnpkg.com/@next/env/-/env-11.0.0.tgz#bdd306a45e88ba3e4e7a36aa91806f6486bb61d0"
2129-
integrity sha512-VKpmDvTYeCpEQjREg3J4pCmVs/QjEzoLmkM8shGFK6e9AmFd0G9QXOL8HGA8qKhy/XmNb7dHeMqrcMiBua4OgA==
2142+
"@napi-rs/triples@^1.0.3":
2143+
version "1.0.3"
2144+
resolved "https://registry.yarnpkg.com/@napi-rs/triples/-/triples-1.0.3.tgz#76d6d0c3f4d16013c61e45dfca5ff1e6c31ae53c"
2145+
integrity sha512-jDJTpta+P4p1NZTFVLHJ/TLFVYVcOqv6l8xwOeBKNPMgY/zDYH/YH7SJbvrr/h1RcS9GzbPcLKGzpuK9cV56UA==
2146+
2147+
2148+
version "11.1.0"
2149+
resolved "https://registry.yarnpkg.com/@next/env/-/env-11.1.0.tgz#cae83d8e0a65aa9f2af3368f8269ffd9d911746a"
2150+
integrity sha512-zPJkMFRenSf7BLlVee8987G0qQXAhxy7k+Lb/5hLAGkPVHAHm+oFFeL+2ipbI2KTEFlazdmGY0M+AlLQn7pWaw==
21302151

21312152
21322153
version "11.0.0"
21332154
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-11.0.0.tgz#e6fb93a00bdaba371904f2b2698b184e6278d369"
21342155
integrity sha512-fPZ0904yY1box6bRpR9rJqIkNxJdvzzxH7doXS+cdjyBAdptMR7wj3mcx1hEikBHzWduU8BOXBvRg2hWc09YDQ==
21352156

2136-
"@next/polyfill-module@11.0.0":
2137-
version "11.0.0"
2138-
resolved "https://registry.yarnpkg.com/@next/polyfill-module/-/polyfill-module-11.0.0.tgz#cb2f46b323bbe7f8a337ccd80fb82314d4039403"
2139-
integrity sha512-gydtFzRqsT549U8+sY8382I/f4HFcelD8gdUGnAofQJa/jEU1jkxmjCHC8tmEiyeMLidl7iDZgchfSCpmMzzUg==
2157+
"@next/polyfill-module@11.1.0":
2158+
version "11.1.0"
2159+
resolved "https://registry.yarnpkg.com/@next/polyfill-module/-/polyfill-module-11.1.0.tgz#ee6b9117a1f9bb137479dfa51d5a9e38e066a62f"
2160+
integrity sha512-64EgW8SzJRQls2yJ5DkuljRxgE24o2kYtX/ghTkPUJYsfidHMWzQGwg26IgRbb/uHqTd1G0W5UkKag+Nt8TWaQ==
21402161

2141-
"@next/react-dev-overlay@11.0.0":
2142-
version "11.0.0"
2143-
resolved "https://registry.yarnpkg.com/@next/react-dev-overlay/-/react-dev-overlay-11.0.0.tgz#6befb4d00d952551db1b3909023074eb5778ac5d"
2144-
integrity sha512-q+Wp+eStEMThe77zxdeJ/nbuODkHR6P+/dfUqYXZSqbLf6x5c5xwLBauwwVbkCYFZpAlDuL8Jk8QSAH1OsqC2w==
2162+
"@next/react-dev-overlay@11.1.0":
2163+
version "11.1.0"
2164+
resolved "https://registry.yarnpkg.com/@next/react-dev-overlay/-/react-dev-overlay-11.1.0.tgz#8d4e8020a4cbdacbca431a0bf40c4d28187083af"
2165+
integrity sha512-h+ry0sTk1W3mJw+TwEf91aqLbBJ5oqAsxfx+QryqEItNtfW6zLSSjxkyTYTqX8DkgSssQQutQfATkzBVgOR+qQ==
21452166
dependencies:
21462167
"@babel/code-frame" "7.12.11"
21472168
anser "1.4.9"
@@ -2155,10 +2176,17 @@
21552176
stacktrace-parser "0.1.10"
21562177
strip-ansi "6.0.0"
21572178

2158-
2159-
version "11.0.0"
2160-
resolved "https://registry.yarnpkg.com/@next/react-refresh-utils/-/react-refresh-utils-11.0.0.tgz#cb671723c50b904eaa44b4b45c0845476ecd8825"
2161-
integrity sha512-hi5eY+KBn4QGtUv7VL2OptdM33fI2hxhd7+omOFmAK+S0hDWhg1uqHqqGJk0W1IfqlWEzzL10WvTJDPRAtDugQ==
2179+
2180+
version "11.1.0"
2181+
resolved "https://registry.yarnpkg.com/@next/react-refresh-utils/-/react-refresh-utils-11.1.0.tgz#60c3c7b127a5dab8b0a2889a7dcf8a90d2c4e592"
2182+
integrity sha512-g5DtFTpLTGa36iy9DuZawtJeitI11gysFGKPQQqy+mNbSFazguArcJ10gAYFlbqpIi4boUamWNI5mAoSPx3kog==
2183+
2184+
"@node-rs/[email protected]":
2185+
version "1.2.1"
2186+
resolved "https://registry.yarnpkg.com/@node-rs/helper/-/helper-1.2.1.tgz#e079b05f21ff4329d82c4e1f71c0290e4ecdc70c"
2187+
integrity sha512-R5wEmm8nbuQU0YGGmYVjEc0OHtYsuXdpRG+Ut/3wZ9XAvQWyThN08bTh2cBJgoZxHQUPtvRfeQuxcAgLuiBISg==
2188+
dependencies:
2189+
"@napi-rs/triples" "^1.0.3"
21622190

21632191
"@nodelib/[email protected]":
21642192
version "2.1.4"
@@ -2921,7 +2949,7 @@ babel-plugin-polyfill-regenerator@^0.1.2:
29212949
babel-plugin-syntax-jsx "^6.18.0"
29222950
lodash "^4.17.11"
29232951

2924-
babel-plugin-syntax-jsx@6.18.0, babel-plugin-syntax-jsx@^6.18.0:
2952+
babel-plugin-syntax-jsx@^6.18.0:
29252953
version "6.18.0"
29262954
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946"
29272955
integrity sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY=
@@ -3552,19 +3580,19 @@ cssesc@^3.0.0:
35523580
resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee"
35533581
integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==
35543582

3555-
cssnano-preset-simple@^2.0.0:
3556-
version "2.0.0"
3557-
resolved "https://registry.yarnpkg.com/cssnano-preset-simple/-/cssnano-preset-simple-2.0.0.tgz#b55e72cb970713f425560a0e141b0335249e2f96"
3558-
integrity sha512-HkufSLkaBJbKBFx/7aj5HmCK9Ni/JedRQm0mT2qBzMG/dEuJOLnMt2lK6K1rwOOyV4j9aSY+knbW9WoS7BYpzg==
3583+
cssnano-preset-simple@^3.0.0:
3584+
version "3.0.0"
3585+
resolved "https://registry.yarnpkg.com/cssnano-preset-simple/-/cssnano-preset-simple-3.0.0.tgz#e95d0012699ca2c741306e9a3b8eeb495a348dbe"
3586+
integrity sha512-vxQPeoMRqUT3c/9f0vWeVa2nKQIHFpogtoBvFdW4GQ3IvEJ6uauCP6p3Y5zQDLFcI7/+40FTgX12o7XUL0Ko+w==
35593587
dependencies:
35603588
caniuse-lite "^1.0.30001202"
35613589

3562-
cssnano-simple@2.0.0:
3563-
version "2.0.0"
3564-
resolved "https://registry.yarnpkg.com/cssnano-simple/-/cssnano-simple-2.0.0.tgz#930d9dcd8ba105c5a62ce719cb00854da58b5c05"
3565-
integrity sha512-0G3TXaFxlh/szPEG/o3VcmCwl0N3E60XNb9YZZijew5eIs6fLjJuOPxQd9yEBaX2p/YfJtt49i4vYi38iH6/6w==
3590+
cssnano-simple@3.0.0:
3591+
version "3.0.0"
3592+
resolved "https://registry.yarnpkg.com/cssnano-simple/-/cssnano-simple-3.0.0.tgz#a4b8ccdef4c7084af97e19bc5b93b4ecf211e90f"
3593+
integrity sha512-oU3ueli5Dtwgh0DyeohcIEE00QVfbPR3HzyXdAl89SfnQG3y0/qcpfLVW+jPIh3/rgMZGwuW96rejZGaYE9eUg==
35663594
dependencies:
3567-
cssnano-preset-simple "^2.0.0"
3595+
cssnano-preset-simple "^3.0.0"
35683596

35693597
csstype@^2.5.2:
35703598
version "2.6.17"
@@ -5368,7 +5396,7 @@ lodash.uniq@^4.5.0:
53685396
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
53695397
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
53705398

5371-
lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21:
5399+
lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21:
53725400
version "4.17.21"
53735401
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
53745402
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -5669,17 +5697,18 @@ next-themes@^0.0.14:
56695697
resolved "https://registry.yarnpkg.com/next-themes/-/next-themes-0.0.14.tgz#2b9861990bc453149e23d8e6ef1a25a119e36675"
56705698
integrity sha512-x09OaM+wg3SIlEjOv8B21aw/E36jxTtfW3Dm/DPwMsSMluGt7twe1LigA6nc+mXP1u0qu9MxBaIrPPH6UTiKnA==
56715699

5672-
next@^11.0.0:
5673-
version "11.0.0"
5674-
resolved "https://registry.yarnpkg.com/next/-/next-11.0.0.tgz#866b833f192f5a94ddb3267d5cc0f4b0ce405ac7"
5675-
integrity sha512-1OA0ccCTwVtdLats/1v7ReiBVx+Akya0UVhHo9IBr8ZkpDI3/SGNcaruJBp5agy8ROF97VDKkZamoUXxRB9NUA==
5700+
next@^11.1.0:
5701+
version "11.1.0"
5702+
resolved "https://registry.yarnpkg.com/next/-/next-11.1.0.tgz#767d4c4fa0b9b0c768cdbd6c9f03dd86b5d701c0"
5703+
integrity sha512-GHBk/c7Wyr6YbFRFZF37I0X7HKzkHHI8pur/loyXo5AIE8wdkbGPGO0ds3vNAO6f8AxZAKGCRYtAzoGlVLoifA==
56765704
dependencies:
56775705
"@babel/runtime" "7.12.5"
56785706
"@hapi/accept" "5.0.2"
5679-
"@next/env" "11.0.0"
5680-
"@next/polyfill-module" "11.0.0"
5681-
"@next/react-dev-overlay" "11.0.0"
5682-
"@next/react-refresh-utils" "11.0.0"
5707+
"@next/env" "11.1.0"
5708+
"@next/polyfill-module" "11.1.0"
5709+
"@next/react-dev-overlay" "11.1.0"
5710+
"@next/react-refresh-utils" "11.1.0"
5711+
"@node-rs/helper" "1.2.1"
56835712
assert "2.0.0"
56845713
ast-types "0.13.2"
56855714
browserify-zlib "0.2.0"
@@ -5690,7 +5719,7 @@ next@^11.0.0:
56905719
chokidar "3.5.1"
56915720
constants-browserify "1.0.0"
56925721
crypto-browserify "3.12.0"
5693-
cssnano-simple "2.0.0"
5722+
cssnano-simple "3.0.0"
56945723
domain-browser "4.19.0"
56955724
encoding "0.1.13"
56965725
etag "1.8.1"
@@ -5707,17 +5736,16 @@ next@^11.0.0:
57075736
p-limit "3.1.0"
57085737
path-browserify "1.0.1"
57095738
pnp-webpack-plugin "1.6.4"
5710-
postcss "8.2.13"
5739+
postcss "8.2.15"
57115740
process "0.11.10"
5712-
prop-types "15.7.2"
57135741
querystring-es3 "0.2.1"
57145742
raw-body "2.4.1"
57155743
react-is "17.0.2"
57165744
react-refresh "0.8.3"
57175745
stream-browserify "3.0.0"
57185746
stream-http "3.1.1"
57195747
string_decoder "1.3.0"
5720-
styled-jsx "3.3.2"
5748+
styled-jsx "4.0.0"
57215749
timers-browserify "2.0.12"
57225750
tty-browserify "0.0.1"
57235751
use-subscription "1.5.1"
@@ -6290,13 +6318,13 @@ postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0:
62906318
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
62916319
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
62926320

6293-
6294-
version "8.2.13"
6295-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.13.tgz#dbe043e26e3c068e45113b1ed6375d2d37e2129f"
6296-
integrity sha512-FCE5xLH+hjbzRdpbRb1IMCvPv9yZx2QnDarBEYSN0N0HYk+TcXsEhwdFcFb+SRWOKzKGErhIEbBK2ogyLdTtfQ==
6321+
[email protected].15, postcss@^8.2.6:
6322+
version "8.2.15"
6323+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.15.tgz#9e66ccf07292817d226fc315cbbf9bc148fbca65"
6324+
integrity sha512-2zO3b26eJD/8rb106Qu2o7Qgg52ND5HPjcyQiK2B98O388h43A448LCslC0dI2P97wCAQRJsFvwTRcXxTKds+Q==
62976325
dependencies:
62986326
colorette "^1.2.2"
6299-
nanoid "^3.1.22"
6327+
nanoid "^3.1.23"
63006328
source-map "^0.6.1"
63016329

63026330
postcss@^6.0.9:
@@ -6317,15 +6345,6 @@ postcss@^8.1.6, postcss@^8.2.1:
63176345
nanoid "^3.1.23"
63186346
source-map-js "^0.6.2"
63196347

6320-
postcss@^8.2.6:
6321-
version "8.2.15"
6322-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.15.tgz#9e66ccf07292817d226fc315cbbf9bc148fbca65"
6323-
integrity sha512-2zO3b26eJD/8rb106Qu2o7Qgg52ND5HPjcyQiK2B98O388h43A448LCslC0dI2P97wCAQRJsFvwTRcXxTKds+Q==
6324-
dependencies:
6325-
colorette "^1.2.2"
6326-
nanoid "^3.1.23"
6327-
source-map "^0.6.1"
6328-
63296348
prelude-ls@^1.2.1:
63306349
version "1.2.1"
63316350
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
@@ -6368,7 +6387,7 @@ progress@^2.0.0:
63686387
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
63696388
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
63706389

6371-
prop-types@15.7.2, prop-types@^15.5.7, prop-types@^15.5.8, prop-types@^15.6.2, prop-types@^15.7.2:
6390+
prop-types@^15.5.7, prop-types@^15.5.8, prop-types@^15.6.2, prop-types@^15.7.2:
63726391
version "15.7.2"
63736392
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
63746393
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@@ -7540,13 +7559,13 @@ styled-components@^5.2.1:
75407559
shallowequal "^1.1.0"
75417560
supports-color "^5.5.0"
75427561

7543-
styled-jsx@3.3.2:
7544-
version "3.3.2"
7545-
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-3.3.2.tgz#2474601a26670a6049fb4d3f94bd91695b3ce018"
7546-
integrity sha512-daAkGd5mqhbBhLd6jYAjYBa9LpxYCzsgo/f6qzPdFxVB8yoGbhxvzQgkC0pfmCVvW3JuAEBn0UzFLBfkHVZG1g==
7562+
styled-jsx@4.0.0:
7563+
version "4.0.0"
7564+
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-4.0.0.tgz#f7b90e7889d0a4f4635f8d1ae9ac32f3acaedc57"
7565+
integrity sha512-2USeoWMoJ/Lx5s2y1PxuvLy/cz2Yrr8cTySV3ILHU1Vmaw1bnV7suKdblLPjnyhMD+qzN7B1SWyh4UZTARn/WA==
75477566
dependencies:
7548-
"@babel/types" "7.8.3"
7549-
babel-plugin-syntax-jsx "6.18.0"
7567+
"@babel/plugin-syntax-jsx" "7.14.5"
7568+
"@babel/types" "7.15.0"
75507569
convert-source-map "1.7.0"
75517570
loader-utils "1.2.3"
75527571
source-map "0.7.3"

0 commit comments

Comments
 (0)