Skip to content

Commit 9e06bd2

Browse files
Update dependency babel-plugin-flow-react-proptypes to v26
1 parent 430368f commit 9e06bd2

2 files changed

Lines changed: 158 additions & 14 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"babel-core": "6.26.0",
2424
"babel-eslint": "8.2.2",
2525
"babel-loader": "6.4.1",
26-
"babel-plugin-flow-react-proptypes": "19.1.0",
26+
"babel-plugin-flow-react-proptypes": "26.0.0",
2727
"babel-plugin-transform-flow-strip-types": "6.22.0",
2828
"babel-plugin-transform-object-rest-spread": "6.26.0",
2929
"babel-plugin-transform-runtime": "6.23.0",

yarn.lock

Lines changed: 157 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
dependencies:
1010
"@babel/highlight" "7.0.0-beta.40"
1111

12+
"@babel/code-frame@^7.18.6":
13+
version "7.18.6"
14+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a"
15+
integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==
16+
dependencies:
17+
"@babel/highlight" "^7.18.6"
18+
1219
"@babel/generator@7.0.0-beta.40":
1320
version "7.0.0-beta.40"
1421
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.40.tgz#ab61f9556f4f71dbd1138949c795bb9a21e302ea"
@@ -20,6 +27,20 @@
2027
source-map "^0.5.0"
2128
trim-right "^1.0.1"
2229

30+
"@babel/generator@^7.20.1":
31+
version "7.20.4"
32+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.4.tgz#4d9f8f0c30be75fd90a0562099a26e5839602ab8"
33+
integrity sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA==
34+
dependencies:
35+
"@babel/types" "^7.20.2"
36+
"@jridgewell/gen-mapping" "^0.3.2"
37+
jsesc "^2.5.1"
38+
39+
"@babel/helper-environment-visitor@^7.18.9":
40+
version "7.18.9"
41+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
42+
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
43+
2344
"@babel/helper-function-name@7.0.0-beta.40":
2445
version "7.0.0-beta.40"
2546
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.40.tgz#9d033341ab16517f40d43a73f2d81fc431ccd7b6"
@@ -29,13 +50,45 @@
2950
"@babel/template" "7.0.0-beta.40"
3051
"@babel/types" "7.0.0-beta.40"
3152

53+
"@babel/helper-function-name@^7.19.0":
54+
version "7.19.0"
55+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c"
56+
integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==
57+
dependencies:
58+
"@babel/template" "^7.18.10"
59+
"@babel/types" "^7.19.0"
60+
3261
"@babel/helper-get-function-arity@7.0.0-beta.40":
3362
version "7.0.0-beta.40"
3463
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.40.tgz#ac0419cf067b0ec16453e1274f03878195791c6e"
3564
integrity sha512-MwquaPznI4cUoZEgHC/XGkddOXtqKqD4DvZDOyJK2LR9Qi6TbMbAhc6IaFoRX7CRTFCmtGeu8gdXW2dBotBBTA==
3665
dependencies:
3766
"@babel/types" "7.0.0-beta.40"
3867

68+
"@babel/helper-hoist-variables@^7.18.6":
69+
version "7.18.6"
70+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
71+
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
72+
dependencies:
73+
"@babel/types" "^7.18.6"
74+
75+
"@babel/helper-split-export-declaration@^7.18.6":
76+
version "7.18.6"
77+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075"
78+
integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==
79+
dependencies:
80+
"@babel/types" "^7.18.6"
81+
82+
"@babel/helper-string-parser@^7.19.4":
83+
version "7.19.4"
84+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
85+
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
86+
87+
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
88+
version "7.19.1"
89+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
90+
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
91+
3992
"@babel/highlight@7.0.0-beta.40":
4093
version "7.0.0-beta.40"
4194
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.40.tgz#b43d67d76bf46e1d10d227f68cddcd263786b255"
@@ -45,11 +98,25 @@
4598
esutils "^2.0.2"
4699
js-tokens "^3.0.0"
47100

101+
"@babel/highlight@^7.18.6":
102+
version "7.18.6"
103+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf"
104+
integrity sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==
105+
dependencies:
106+
"@babel/helper-validator-identifier" "^7.18.6"
107+
chalk "^2.0.0"
108+
js-tokens "^4.0.0"
109+
48110
"@babel/parser@7.0.0-beta.53":
49111
version "7.0.0-beta.53"
50112
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.0.0-beta.53.tgz#1f45eb617bf9463d482b2c04d349d9e4edbf4892"
51113
integrity sha1-H0XrYXv5Rj1IKywE00nZ5O2/SJI=
52114

115+
"@babel/parser@^7.18.10", "@babel/parser@^7.20.1":
116+
version "7.20.3"
117+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.3.tgz#5358cf62e380cf69efcb87a7bb922ff88bfac6e2"
118+
integrity sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==
119+
53120
"@babel/template@7.0.0-beta.40":
54121
version "7.0.0-beta.40"
55122
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.40.tgz#034988c6424eb5c3268fe6a608626de1f4410fc8"
@@ -60,6 +127,31 @@
60127
babylon "7.0.0-beta.40"
61128
lodash "^4.2.0"
62129

130+
"@babel/template@^7.18.10", "@babel/template@^7.2.2":
131+
version "7.18.10"
132+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
133+
integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==
134+
dependencies:
135+
"@babel/code-frame" "^7.18.6"
136+
"@babel/parser" "^7.18.10"
137+
"@babel/types" "^7.18.10"
138+
139+
"@babel/traverse@^7.0.0":
140+
version "7.20.1"
141+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.1.tgz#9b15ccbf882f6d107eeeecf263fbcdd208777ec8"
142+
integrity sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==
143+
dependencies:
144+
"@babel/code-frame" "^7.18.6"
145+
"@babel/generator" "^7.20.1"
146+
"@babel/helper-environment-visitor" "^7.18.9"
147+
"@babel/helper-function-name" "^7.19.0"
148+
"@babel/helper-hoist-variables" "^7.18.6"
149+
"@babel/helper-split-export-declaration" "^7.18.6"
150+
"@babel/parser" "^7.20.1"
151+
"@babel/types" "^7.20.0"
152+
debug "^4.1.0"
153+
globals "^11.1.0"
154+
63155
"@babel/traverse@^7.0.0-beta.40":
64156
version "7.0.0-beta.40"
65157
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.40.tgz#d140e449b2e093ef9fe1a2eecc28421ffb4e521e"
@@ -84,6 +176,47 @@
84176
lodash "^4.2.0"
85177
to-fast-properties "^2.0.0"
86178

179+
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.3.0":
180+
version "7.20.2"
181+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.2.tgz#67ac09266606190f496322dbaff360fdaa5e7842"
182+
integrity sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==
183+
dependencies:
184+
"@babel/helper-string-parser" "^7.19.4"
185+
"@babel/helper-validator-identifier" "^7.19.1"
186+
to-fast-properties "^2.0.0"
187+
188+
"@jridgewell/gen-mapping@^0.3.2":
189+
version "0.3.2"
190+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9"
191+
integrity sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==
192+
dependencies:
193+
"@jridgewell/set-array" "^1.0.1"
194+
"@jridgewell/sourcemap-codec" "^1.4.10"
195+
"@jridgewell/trace-mapping" "^0.3.9"
196+
197+
"@jridgewell/resolve-uri@3.1.0":
198+
version "3.1.0"
199+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
200+
integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
201+
202+
"@jridgewell/set-array@^1.0.1":
203+
version "1.1.2"
204+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
205+
integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
206+
207+
"@jridgewell/sourcemap-codec@1.4.14", "@jridgewell/sourcemap-codec@^1.4.10":
208+
version "1.4.14"
209+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
210+
integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
211+
212+
"@jridgewell/trace-mapping@^0.3.9":
213+
version "0.3.17"
214+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985"
215+
integrity sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==
216+
dependencies:
217+
"@jridgewell/resolve-uri" "3.1.0"
218+
"@jridgewell/sourcemap-codec" "1.4.14"
219+
87220
"@storybook/addon-actions@3.4.11":
88221
version "3.4.11"
89222
resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-3.4.11.tgz#a51418c5b684fd3df2788c19ef266845d6068baf"
@@ -758,7 +891,7 @@ babel-code-frame@6.26.0, babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
758891
esutils "^2.0.2"
759892
js-tokens "^3.0.2"
760893

761-
babel-core@6.26.0, babel-core@^6.14.0, babel-core@^6.25.0, babel-core@^6.26.0:
894+
babel-core@6.26.0, babel-core@^6.14.0, babel-core@^6.26.0:
762895
version "6.26.0"
763896
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.0.tgz#af32f78b31a6fcef119c87b0fd8d9753f03a0bb8"
764897
integrity sha1-rzL3izGm/O8RnIew/Y2XU/A6C7g=
@@ -1018,15 +1151,14 @@ babel-plugin-check-es2015-constants@^6.22.0:
10181151
dependencies:
10191152
babel-runtime "^6.22.0"
10201153

1021-
babel-plugin-flow-react-proptypes@19.1.0:
1022-
version "19.1.0"
1023-
resolved "https://registry.yarnpkg.com/babel-plugin-flow-react-proptypes/-/babel-plugin-flow-react-proptypes-19.1.0.tgz#b993d24852cc1c5272590aee0a4e36c268487441"
1024-
integrity sha512-e22KndQj4F7pVm0JyiI//CAZTgWlPKDKZd2BbmaDU+/oxotccIHNhBxDqFNcYbza797/nKrHkf2Z0AcbiFUqFg==
1154+
babel-plugin-flow-react-proptypes@26.0.0:
1155+
version "26.0.0"
1156+
resolved "https://registry.yarnpkg.com/babel-plugin-flow-react-proptypes/-/babel-plugin-flow-react-proptypes-26.0.0.tgz#5ccd42ce45e28f88d5a0594c9f5685bc79440782"
1157+
integrity sha512-Cev/n+TqUGjo2221YLe4n9om/0Wd2AjhdVhyAqshHgzn4+HovznCzehxROD+74KBq0i4ard9bdLf7L7lb22FRw==
10251158
dependencies:
1026-
babel-core "^6.25.0"
1027-
babel-template "^6.25.0"
1028-
babel-traverse "^6.25.0"
1029-
babel-types "^6.25.0"
1159+
"@babel/template" "^7.2.2"
1160+
"@babel/traverse" "^7.0.0"
1161+
"@babel/types" "^7.3.0"
10301162

10311163
babel-plugin-macros@^2.2.0:
10321164
version "2.4.2"
@@ -1907,7 +2039,7 @@ babel-runtime@6.26.0, babel-runtime@6.x.x, babel-runtime@^6.0.0, babel-runtime@^
19072039
core-js "^2.4.0"
19082040
regenerator-runtime "^0.11.0"
19092041

1910-
babel-template@^6.24.1, babel-template@^6.25.0, babel-template@^6.26.0:
2042+
babel-template@^6.24.1, babel-template@^6.26.0:
19112043
version "6.26.0"
19122044
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.26.0.tgz#de03e2d16396b069f46dd9fff8521fb1a0e35e02"
19132045
integrity sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=
@@ -1918,7 +2050,7 @@ babel-template@^6.24.1, babel-template@^6.25.0, babel-template@^6.26.0:
19182050
babylon "^6.18.0"
19192051
lodash "^4.17.4"
19202052

1921-
babel-traverse@^6.14.0, babel-traverse@^6.24.1, babel-traverse@^6.25.0, babel-traverse@^6.26.0:
2053+
babel-traverse@^6.14.0, babel-traverse@^6.24.1, babel-traverse@^6.26.0:
19222054
version "6.26.0"
19232055
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.26.0.tgz#46a9cbd7edcc62c8e5c064e2d2d8d0f4035766ee"
19242056
integrity sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=
@@ -1933,7 +2065,7 @@ babel-traverse@^6.14.0, babel-traverse@^6.24.1, babel-traverse@^6.25.0, babel-tr
19332065
invariant "^2.2.2"
19342066
lodash "^4.17.4"
19352067

1936-
babel-types@^6.14.0, babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.25.0, babel-types@^6.26.0:
2068+
babel-types@^6.14.0, babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26.0:
19372069
version "6.26.0"
19382070
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497"
19392071
integrity sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=
@@ -3010,6 +3142,13 @@ debug@3.1.0, debug@^3.0.1, debug@^3.1.0:
30103142
dependencies:
30113143
ms "2.0.0"
30123144

3145+
debug@^4.1.0:
3146+
version "4.3.4"
3147+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
3148+
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
3149+
dependencies:
3150+
ms "2.1.2"
3151+
30133152
decamelize@^1.0.0, decamelize@^1.1.1, decamelize@^1.1.2:
30143153
version "1.2.0"
30153154
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
@@ -5233,7 +5372,7 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
52335372
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
52345373
integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=
52355374

5236-
"js-tokens@^3.0.0 || ^4.0.0":
5375+
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
52375376
version "4.0.0"
52385377
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
52395378
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
@@ -5968,6 +6107,11 @@ ms@2.1.1:
59686107
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
59696108
integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==
59706109

6110+
ms@2.1.2:
6111+
version "2.1.2"
6112+
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
6113+
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
6114+
59716115
mute-stream@0.0.7:
59726116
version "0.0.7"
59736117
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab"

0 commit comments

Comments
 (0)