Skip to content

Commit 417f624

Browse files
renovate-botsteabert
authored andcommitted
chore(deps): update dependency @babel/core to v7.11.1
1 parent 595a9e2 commit 417f624

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"ws": "7.3.1"
4545
},
4646
"devDependencies": {
47-
"@babel/core": "7.11.0",
47+
"@babel/core": "7.11.1",
4848
"@babel/plugin-proposal-class-properties": "7.10.4",
4949
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
5050
"@babel/preset-env": "7.11.0",

yarn.lock

+28-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,29 @@
1818
invariant "^2.2.4"
1919
semver "^5.5.0"
2020

21-
"@babel/[email protected]", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
21+
22+
version "7.11.1"
23+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.1.tgz#2c55b604e73a40dc21b0e52650b11c65cf276643"
24+
integrity sha512-XqF7F6FWQdKGGWAzGELL+aCO1p+lRY5Tj5/tbT3St1G8NaH70jhhDIKknIZaDans0OQBG5wRAldROLHSt44BgQ==
25+
dependencies:
26+
"@babel/code-frame" "^7.10.4"
27+
"@babel/generator" "^7.11.0"
28+
"@babel/helper-module-transforms" "^7.11.0"
29+
"@babel/helpers" "^7.10.4"
30+
"@babel/parser" "^7.11.1"
31+
"@babel/template" "^7.10.4"
32+
"@babel/traverse" "^7.11.0"
33+
"@babel/types" "^7.11.0"
34+
convert-source-map "^1.7.0"
35+
debug "^4.1.0"
36+
gensync "^1.0.0-beta.1"
37+
json5 "^2.1.2"
38+
lodash "^4.17.19"
39+
resolve "^1.3.2"
40+
semver "^5.4.1"
41+
source-map "^0.5.0"
42+
43+
"@babel/core@^7.1.0", "@babel/core@^7.7.5":
2244
version "7.11.0"
2345
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.0.tgz#73b9c33f1658506887f767c26dae07798b30df76"
2446
integrity sha512-mkLq8nwaXmDtFmRkQ8ED/eA2CnVw4zr7dCztKalZXBvdK5EeNUAesrrwUqjQEzFgomJssayzB0aqlOsP1vGLqg==
@@ -263,6 +285,11 @@
263285
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.0.tgz#a9d7e11aead25d3b422d17b2c6502c8dddef6a5d"
264286
integrity sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw==
265287

288+
"@babel/parser@^7.11.1":
289+
version "7.11.1"
290+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.1.tgz#d91a387990b21e5d20047b336bb19b0553f02ff5"
291+
integrity sha512-u9QMIRdKVF7hfEkb3nu2LgZDIzCQPv+yHD9Eg6ruoJLjkrQ9fFz4IBSlF/9XwoNri9+2F1IY+dYuOfZrXq8t3w==
292+
266293
"@babel/plugin-proposal-async-generator-functions@^7.10.4":
267294
version "7.10.5"
268295
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.5.tgz#3491cabf2f7c179ab820606cec27fed15e0e8558"

0 commit comments

Comments
 (0)