Skip to content

Commit 35dcfb6

Browse files
refactor: upgrade packages that have updates even while upgrading
1 parent cdeb1f6 commit 35dcfb6

2 files changed

Lines changed: 66 additions & 19 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"@babel/cli": "^7.21.5",
2525
"@hookform/resolvers": "^1.3.4",
2626
"axios": "^0.21.1",
27+
"ejs": "^3.1.9",
2728
"jest-styled-components": "^7.1.1",
2829
"lazysizes": "^5.3.2",
2930
"lodash": "^4.17.11",
@@ -40,8 +41,8 @@
4041
"react-spinners": "^0.11.0",
4142
"react-styleguidist": "^11.1.7",
4243
"react-test-renderer": "^17.0.2",
43-
"react-uid": "^2.3.2",
44-
"styled-components": "^5.3.1",
44+
"react-uid": "^2.3.3",
45+
"styled-components": "^5.3.11",
4546
"youtube-player": "^5.6.0",
4647
"yup": "^0.32.9"
4748
},

yarn.lock

Lines changed: 63 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,21 +1168,23 @@
11681168
resolved "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz"
11691169
integrity sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==
11701170

1171-
"@emotion/is-prop-valid@^0.8.8":
1172-
version "0.8.8"
1173-
resolved "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz"
1171+
"@emotion/is-prop-valid@^1.1.0":
1172+
version "1.2.1"
1173+
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.2.1.tgz#23116cf1ed18bfeac910ec6436561ecb1a3885cc"
1174+
integrity sha512-61Mf7Ufx4aDxx1xlDeOm8aFFigGHE4z+0sKCa+IHCeZKiyP9RLD0Mmx7m8b9/Cf37f7NAvQOOJAbQQGVr5uERw==
11741175
dependencies:
1175-
"@emotion/memoize" "0.7.4"
1176-
1177-
"@emotion/memoize@0.7.4":
1178-
version "0.7.4"
1179-
resolved "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz"
1176+
"@emotion/memoize" "^0.8.1"
11801177

11811178
"@emotion/memoize@^0.7.4":
11821179
version "0.7.5"
11831180
resolved "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.5.tgz"
11841181
integrity sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==
11851182

1183+
"@emotion/memoize@^0.8.1":
1184+
version "0.8.1"
1185+
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.1.tgz#c1ddb040429c6d21d38cc945fe75c818cfb68e17"
1186+
integrity sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==
1187+
11861188
"@emotion/react@^11.1.4":
11871189
version "11.7.0"
11881190
resolved "https://registry.npmjs.org/@emotion/react/-/react-11.7.0.tgz"
@@ -2830,6 +2832,11 @@ async@^3.2.0:
28302832
version "3.2.1"
28312833
resolved "https://registry.npmjs.org/async/-/async-3.2.1.tgz"
28322834

2835+
async@^3.2.3:
2836+
version "3.2.4"
2837+
resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c"
2838+
integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==
2839+
28332840
asynckit@^0.4.0:
28342841
version "0.4.0"
28352842
resolved "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz"
@@ -3208,6 +3215,13 @@ brace-expansion@^1.1.7:
32083215
balanced-match "^1.0.0"
32093216
concat-map "0.0.1"
32103217

3218+
brace-expansion@^2.0.1:
3219+
version "2.0.1"
3220+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
3221+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
3222+
dependencies:
3223+
balanced-match "^1.0.0"
3224+
32113225
braces@^2.3.1, braces@^2.3.2:
32123226
version "2.3.2"
32133227
resolved "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz"
@@ -3558,7 +3572,7 @@ chalk@^3.0.0:
35583572
ansi-styles "^4.1.0"
35593573
supports-color "^7.1.0"
35603574

3561-
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
3575+
chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.2:
35623576
version "4.1.2"
35633577
resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz"
35643578
dependencies:
@@ -4895,6 +4909,13 @@ ejs@3.1.6, ejs@^2.6.1:
48954909
dependencies:
48964910
jake "^10.6.1"
48974911

4912+
ejs@^3.1.9:
4913+
version "3.1.9"
4914+
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.9.tgz#03c9e8777fe12686a9effcef22303ca3d8eeb361"
4915+
integrity sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==
4916+
dependencies:
4917+
jake "^10.8.5"
4918+
48984919
electron-to-chromium@^1.3.564, electron-to-chromium@^1.3.811:
48994920
version "1.3.817"
49004921
resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.817.tgz"
@@ -5813,6 +5834,13 @@ filelist@^1.0.1:
58135834
dependencies:
58145835
minimatch "^3.0.4"
58155836

5837+
filelist@^1.0.4:
5838+
version "1.0.4"
5839+
resolved "https://registry.yarnpkg.com/filelist/-/filelist-1.0.4.tgz#f78978a1e944775ff9e62e744424f215e58352b5"
5840+
integrity sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==
5841+
dependencies:
5842+
minimatch "^5.0.1"
5843+
58165844
filesize@6.1.0:
58175845
version "6.1.0"
58185846
resolved "https://registry.npmjs.org/filesize/-/filesize-6.1.0.tgz"
@@ -7417,6 +7445,16 @@ jake@^10.6.1:
74177445
filelist "^1.0.1"
74187446
minimatch "^3.0.4"
74197447

7448+
jake@^10.8.5:
7449+
version "10.8.6"
7450+
resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.6.tgz#227a96786a1e035214e0ba84b482d6223d41ef04"
7451+
integrity sha512-G43Ub9IYEFfu72sua6rzooi8V8Gz2lkfk48rW20vEWCGizeaEPlKB1Kh8JIA84yQbiAEfqlPmSpGgCKKxH3rDA==
7452+
dependencies:
7453+
async "^3.2.3"
7454+
chalk "^4.0.2"
7455+
filelist "^1.0.4"
7456+
minimatch "^3.1.2"
7457+
74207458
java-properties@^1.0.0:
74217459
version "1.0.2"
74227460
resolved "https://registry.npmjs.org/java-properties/-/java-properties-1.0.2.tgz"
@@ -8748,6 +8786,13 @@ minimatch@^3.1.1, minimatch@^3.1.2:
87488786
dependencies:
87498787
brace-expansion "^1.1.7"
87508788

8789+
minimatch@^5.0.1:
8790+
version "5.1.6"
8791+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
8792+
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
8793+
dependencies:
8794+
brace-expansion "^2.0.1"
8795+
87518796
minimist-options@4.1.0:
87528797
version "4.1.0"
87538798
resolved "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz"
@@ -11110,10 +11155,10 @@ react-test-renderer@^17.0.2:
1111011155
react-shallow-renderer "^16.13.1"
1111111156
scheduler "^0.20.2"
1111211157

11113-
react-uid@^2.3.2:
11114-
version "2.3.2"
11115-
resolved "https://registry.yarnpkg.com/react-uid/-/react-uid-2.3.2.tgz#09107543bb3184b53ca70275adb919217b94974d"
11116-
integrity sha512-oeaoT4YOjsqHdrEJoO8SONNNBsoGh7AJPbsNqRK6Dv8UMdctWxA4ncj9gAA/Odki5g0GZaDSR7HydBJ8HxwgNg==
11158+
react-uid@^2.3.3:
11159+
version "2.3.3"
11160+
resolved "https://registry.yarnpkg.com/react-uid/-/react-uid-2.3.3.tgz#6a485ccc868555997f3506c6db97a3e735d97adf"
11161+
integrity sha512-iNpDovcb9qBpBTo8iUgqRSQOS8GV3bWoNaTaUptHkXtAooXSo0OWe7vN6TqqB8x3x0bNBbQx96kkmSltQ5h9kQ==
1111711162
dependencies:
1111811163
tslib "^2.0.0"
1111911164

@@ -12495,13 +12540,14 @@ style-loader@1.3.0:
1249512540
loader-utils "^2.0.0"
1249612541
schema-utils "^2.7.0"
1249712542

12498-
styled-components@^5.3.1:
12499-
version "5.3.1"
12500-
resolved "https://registry.npmjs.org/styled-components/-/styled-components-5.3.1.tgz"
12543+
styled-components@^5.3.11:
12544+
version "5.3.11"
12545+
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.3.11.tgz#9fda7bf1108e39bf3f3e612fcc18170dedcd57a8"
12546+
integrity sha512-uuzIIfnVkagcVHv9nE0VPlHPSCmXIUGKfJ42LNjxCCTDTL5sgnJ8Z7GZBq0EnLYGln77tPpEpExt2+qa+cZqSw==
1250112547
dependencies:
1250212548
"@babel/helper-module-imports" "^7.0.0"
1250312549
"@babel/traverse" "^7.4.5"
12504-
"@emotion/is-prop-valid" "^0.8.8"
12550+
"@emotion/is-prop-valid" "^1.1.0"
1250512551
"@emotion/stylis" "^0.8.4"
1250612552
"@emotion/unitless" "^0.7.4"
1250712553
babel-plugin-styled-components ">= 1.12.0"

0 commit comments

Comments
 (0)