Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit50e9adb

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo
1 parenteec8aa7 commit50e9adb

File tree

2 files changed

+81
-106
lines changed

2 files changed

+81
-106
lines changed

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"webworkers"
3333
],
3434
"devDependencies": {
35-
"@babel/core":"7.11.6",
36-
"@babel/plugin-proposal-class-properties":"7.10.4",
35+
"@babel/core":"7.12.3",
36+
"@babel/plugin-proposal-class-properties":"7.12.1",
3737
"babel-eslint":"^10.1.0",
3838
"eslint":"7.10.0",
3939
"eslint-config-bliss":"5.0.0",

‎yarn.lock

Lines changed: 79 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616
dependencies:
1717
"@babel/highlight""^7.10.4"
1818

19-
"@babel/core@7.11.6":
20-
version "7.11.6"
21-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.6.tgz#3a9455dc7387ff1bac45770650bc13ba04a15651"
22-
integrity sha512-Wpcv03AGnmkgm6uS6k8iwhIwTrcP0m17TL1n1sy7qD0qelDu4XNeW0dN0mHfa+Gei211yDaLoEe/VlbXQzM4Bg==
19+
"@babel/core@7.12.3":
20+
version "7.12.3"
21+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8"
22+
integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==
2323
dependencies:
2424
"@babel/code-frame""^7.10.4"
25-
"@babel/generator""^7.11.6"
26-
"@babel/helper-module-transforms""^7.11.0"
27-
"@babel/helpers""^7.10.4"
28-
"@babel/parser""^7.11.5"
25+
"@babel/generator""^7.12.1"
26+
"@babel/helper-module-transforms""^7.12.1"
27+
"@babel/helpers""^7.12.1"
28+
"@babel/parser""^7.12.3"
2929
"@babel/template""^7.10.4"
30-
"@babel/traverse""^7.11.5"
31-
"@babel/types""^7.11.5"
30+
"@babel/traverse""^7.12.1"
31+
"@babel/types""^7.12.1"
3232
convert-source-map "^1.7.0"
3333
debug "^4.1.0"
3434
gensync "^1.0.0-beta.1"
@@ -38,22 +38,12 @@
3838
semver "^5.4.1"
3939
source-map "^0.5.0"
4040

41-
"@babel/generator@^7.10.4":
42-
version "7.10.4"
43-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.4.tgz#e49eeed9fe114b62fa5b181856a43a5e32f5f243"
44-
integrity sha512-toLIHUIAgcQygFZRAQcsLQV3CBuX6yOIru1kJk/qqqvcRmZrYe6WavZTSG+bB8MxhnL9YPf+pKQfuiP161q7ng==
41+
"@babel/generator@^7.12.1":
42+
version "7.12.1"
43+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.1.tgz#0d70be32bdaa03d7c51c8597dda76e0df1f15468"
44+
integrity sha512-DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg==
4545
dependencies:
46-
"@babel/types""^7.10.4"
47-
jsesc "^2.5.1"
48-
lodash "^4.17.13"
49-
source-map "^0.5.0"
50-
51-
"@babel/generator@^7.11.5", "@babel/generator@^7.11.6":
52-
version "7.11.6"
53-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.6.tgz#b868900f81b163b4d464ea24545c61cbac4dc620"
54-
integrity sha512-DWtQ1PV3r+cLbySoHrwn9RWEgKMBLLma4OBQloPRyDYvc5msJM9kvTLo1YnlJd1P/ZuKbdli3ijr5q3FvAF3uA==
55-
dependencies:
56-
"@babel/types""^7.11.5"
46+
"@babel/types""^7.12.1"
5747
jsesc "^2.5.1"
5848
source-map "^0.5.0"
5949

@@ -67,16 +57,15 @@
6757
lodash "^4.17.13"
6858
source-map "^0.5.0"
6959

70-
"@babel/helper-create-class-features-plugin@^7.10.4":
71-
version "7.10.4"
72-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.4.tgz#2d4015d0136bd314103a70d84a7183e4b344a355"
73-
integrity sha512-9raUiOsXPxzzLjCXeosApJItoMnX3uyT4QdM2UldffuGApNrF8e938MwNpDCK9CPoyxrEoCgT+hObJc3mZa6lQ==
60+
"@babel/helper-create-class-features-plugin@^7.12.1":
61+
version "7.12.1"
62+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.1.tgz#3c45998f431edd4a9214c5f1d3ad1448a6137f6e"
63+
integrity sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w==
7464
dependencies:
7565
"@babel/helper-function-name""^7.10.4"
76-
"@babel/helper-member-expression-to-functions""^7.10.4"
66+
"@babel/helper-member-expression-to-functions""^7.12.1"
7767
"@babel/helper-optimise-call-expression""^7.10.4"
78-
"@babel/helper-plugin-utils""^7.10.4"
79-
"@babel/helper-replace-supers""^7.10.4"
68+
"@babel/helper-replace-supers""^7.12.1"
8069
"@babel/helper-split-export-declaration""^7.10.4"
8170

8271
"@babel/helper-function-name@^7.10.4":
@@ -111,31 +100,33 @@
111100
dependencies:
112101
"@babel/types""^7.8.3"
113102

114-
"@babel/helper-member-expression-to-functions@^7.10.4":
115-
version "7.10.4"
116-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.4.tgz#7cd04b57dfcf82fce9aeae7d4e4452fa31b8c7c4"
117-
integrity sha512-m5j85pK/KZhuSdM/8cHUABQTAslV47OjfIB9Cc7P+PvlAoBzdb79BGNfw8RhT5Mq3p+xGd0ZfAKixbrUZx0C7A==
103+
"@babel/helper-member-expression-to-functions@^7.12.1":
104+
version "7.12.1"
105+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.1.tgz#fba0f2fcff3fba00e6ecb664bb5e6e26e2d6165c"
106+
integrity sha512-k0CIe3tXUKTRSoEx1LQEPFU9vRQfqHtl+kf8eNnDqb4AUJEy5pz6aIiog+YWtVm2jpggjS1laH68bPsR+KWWPQ==
118107
dependencies:
119-
"@babel/types""^7.10.4"
108+
"@babel/types""^7.12.1"
120109

121-
"@babel/helper-module-imports@^7.10.4":
122-
version "7.10.4"
123-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620"
124-
integrity sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==
110+
"@babel/helper-module-imports@^7.12.1":
111+
version "7.12.1"
112+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.1.tgz#1644c01591a15a2f084dd6d092d9430eb1d1216c"
113+
integrity sha512-ZeC1TlMSvikvJNy1v/wPIazCu3NdOwgYZLIkmIyAsGhqkNpiDoQQRmaCK8YP4Pq3GPTLPV9WXaPCJKvx06JxKA==
125114
dependencies:
126-
"@babel/types""^7.10.4"
115+
"@babel/types""^7.12.1"
127116

128-
"@babel/helper-module-transforms@^7.11.0":
129-
version "7.11.0"
130-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz#b16f250229e47211abdd84b34b64737c2ab2d359"
131-
integrity sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg==
117+
"@babel/helper-module-transforms@^7.12.1":
118+
version "7.12.1"
119+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz#7954fec71f5b32c48e4b303b437c34453fd7247c"
120+
integrity sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w==
132121
dependencies:
133-
"@babel/helper-module-imports""^7.10.4"
134-
"@babel/helper-replace-supers""^7.10.4"
135-
"@babel/helper-simple-access""^7.10.4"
122+
"@babel/helper-module-imports""^7.12.1"
123+
"@babel/helper-replace-supers""^7.12.1"
124+
"@babel/helper-simple-access""^7.12.1"
136125
"@babel/helper-split-export-declaration""^7.11.0"
126+
"@babel/helper-validator-identifier""^7.10.4"
137127
"@babel/template""^7.10.4"
138-
"@babel/types""^7.11.0"
128+
"@babel/traverse""^7.12.1"
129+
"@babel/types""^7.12.1"
139130
lodash "^4.17.19"
140131

141132
"@babel/helper-optimise-call-expression@^7.10.4":
@@ -150,23 +141,22 @@
150141
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375"
151142
integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
152143

153-
"@babel/helper-replace-supers@^7.10.4":
154-
version "7.10.4"
155-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz#d585cd9388ea06e6031e4cd44b6713cbead9e6cf"
156-
integrity sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A==
144+
"@babel/helper-replace-supers@^7.12.1":
145+
version "7.12.1"
146+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.1.tgz#f15c9cc897439281891e11d5ce12562ac0cf3fa9"
147+
integrity sha512-zJjTvtNJnCFsCXVi5rUInstLd/EIVNmIKA1Q9ynESmMBWPWd+7sdR+G4/wdu+Mppfep0XLyG2m7EBPvjCeFyrw==
157148
dependencies:
158-
"@babel/helper-member-expression-to-functions""^7.10.4"
149+
"@babel/helper-member-expression-to-functions""^7.12.1"
159150
"@babel/helper-optimise-call-expression""^7.10.4"
160-
"@babel/traverse""^7.10.4"
161-
"@babel/types""^7.10.4"
151+
"@babel/traverse""^7.12.1"
152+
"@babel/types""^7.12.1"
162153

163-
"@babel/helper-simple-access@^7.10.4":
164-
version "7.10.4"
165-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461"
166-
integrity sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw==
154+
"@babel/helper-simple-access@^7.12.1":
155+
version "7.12.1"
156+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136"
157+
integrity sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA==
167158
dependencies:
168-
"@babel/template""^7.10.4"
169-
"@babel/types""^7.10.4"
159+
"@babel/types""^7.12.1"
170160

171161
"@babel/helper-split-export-declaration@^7.10.4":
172162
version "7.10.4"
@@ -199,14 +189,14 @@
199189
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
200190
integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw==
201191

202-
"@babel/helpers@^7.10.4":
203-
version "7.10.4"
204-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.4.tgz#2abeb0d721aff7c0a97376b9e1f6f65d7a475044"
205-
integrity sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA==
192+
"@babel/helpers@^7.12.1":
193+
version "7.12.1"
194+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.1.tgz#8a8261c1d438ec18cb890434df4ec768734c1e79"
195+
integrity sha512-9JoDSBGoWtmbay98efmT2+mySkwjzeFeAL9BuWNoVQpkPFQF8SIIFUfY5os9u8wVzglzoiPRSW7cuJmBDUt43g==
206196
dependencies:
207197
"@babel/template""^7.10.4"
208-
"@babel/traverse""^7.10.4"
209-
"@babel/types""^7.10.4"
198+
"@babel/traverse""^7.12.1"
199+
"@babel/types""^7.12.1"
210200

211201
"@babel/highlight@^7.10.4":
212202
version "7.10.4"
@@ -231,22 +221,22 @@
231221
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64"
232222
integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==
233223

234-
"@babel/parser@^7.11.5":
235-
version "7.11.5"
236-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037"
237-
integrity sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q==
224+
"@babel/parser@^7.12.1", "@babel/parser@^7.12.3":
225+
version "7.12.3"
226+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.3.tgz#a305415ebe7a6c7023b40b5122a0662d928334cd"
227+
integrity sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw==
238228

239229
"@babel/parser@^7.7.0", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0":
240230
version "7.9.2"
241231
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.2.tgz#4e767f424b479c514077544484d1f9bdba7f1158"
242232
integrity sha512-2jyvKdoOS1aWAFL2rjJZmamyDDkPCx/AAz4/Wh1Dfxvw8qqnOvek/ZlHQ2noO/o8JpnXa/WiUUFOv48meBKkpA==
243233

244-
"@babel/plugin-proposal-class-properties@7.10.4":
245-
version "7.10.4"
246-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.4.tgz#a33bf632da390a59c7a8c570045d1115cd778807"
247-
integrity sha512-vhwkEROxzcHGNu2mzUC0OFFNXdZ4M23ib8aRRcJSsW8BZK9pQMD7QB7csl97NBbgGZO7ZyHUyKDnxzOaP4IrCg==
234+
"@babel/plugin-proposal-class-properties@7.12.1":
235+
version "7.12.1"
236+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.12.1.tgz#a082ff541f2a29a4821065b8add9346c0c16e5de"
237+
integrity sha512-cKp3dlQsFsEs5CWKnN7BnSHOd0EOW8EKpEjkoz1pO2E5KzIDNV9Ros1b0CnmbVgAGXJubOYVBOGCT1OmJwOI7w==
248238
dependencies:
249-
"@babel/helper-create-class-features-plugin""^7.10.4"
239+
"@babel/helper-create-class-features-plugin""^7.12.1"
250240
"@babel/helper-plugin-utils""^7.10.4"
251241

252242
"@babel/template@^7.10.4":
@@ -267,32 +257,17 @@
267257
"@babel/parser""^7.8.6"
268258
"@babel/types""^7.8.6"
269259

270-
"@babel/traverse@^7.10.4":
271-
version "7.10.4"
272-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.4.tgz#e642e5395a3b09cc95c8e74a27432b484b697818"
273-
integrity sha512-aSy7p5THgSYm4YyxNGz6jZpXf+Ok40QF3aA2LyIONkDHpAcJzDUqlCKXv6peqYUs2gmic849C/t2HKw2a2K20Q==
274-
dependencies:
275-
"@babel/code-frame""^7.10.4"
276-
"@babel/generator""^7.10.4"
277-
"@babel/helper-function-name""^7.10.4"
278-
"@babel/helper-split-export-declaration""^7.10.4"
279-
"@babel/parser""^7.10.4"
280-
"@babel/types""^7.10.4"
281-
debug "^4.1.0"
282-
globals "^11.1.0"
283-
lodash "^4.17.13"
284-
285-
"@babel/traverse@^7.11.5":
286-
version "7.11.5"
287-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.5.tgz#be777b93b518eb6d76ee2e1ea1d143daa11e61c3"
288-
integrity sha512-EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ==
260+
"@babel/traverse@^7.12.1":
261+
version "7.12.1"
262+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.1.tgz#941395e0c5cc86d5d3e75caa095d3924526f0c1e"
263+
integrity sha512-MA3WPoRt1ZHo2ZmoGKNqi20YnPt0B1S0GTZEPhhd+hw2KGUzBlHuVunj6K4sNuK+reEvyiPwtp0cpaqLzJDmAw==
289264
dependencies:
290265
"@babel/code-frame""^7.10.4"
291-
"@babel/generator""^7.11.5"
266+
"@babel/generator""^7.12.1"
292267
"@babel/helper-function-name""^7.10.4"
293268
"@babel/helper-split-export-declaration""^7.11.0"
294-
"@babel/parser""^7.11.5"
295-
"@babel/types""^7.11.5"
269+
"@babel/parser""^7.12.1"
270+
"@babel/types""^7.12.1"
296271
debug "^4.1.0"
297272
globals "^11.1.0"
298273
lodash "^4.17.19"
@@ -330,10 +305,10 @@
330305
lodash "^4.17.19"
331306
to-fast-properties "^2.0.0"
332307

333-
"@babel/types@^7.11.5":
334-
version "7.11.5"
335-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d"
336-
integrity sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==
308+
"@babel/types@^7.12.1":
309+
version "7.12.1"
310+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.1.tgz#e109d9ab99a8de735be287ee3d6a9947a190c4ae"
311+
integrity sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==
337312
dependencies:
338313
"@babel/helper-validator-identifier""^7.10.4"
339314
lodash "^4.17.19"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp