Skip to content

Commit bd1c056

Browse files
committed
chore(deps): update dependency @babel/core to v7.11.1
1 parent 648b473 commit bd1c056

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {},
1313
"devDependencies": {
1414
"@babel/cli": "7.10.5",
15-
"@babel/core": "7.11.0",
15+
"@babel/core": "7.11.1",
1616
"@babel/preset-typescript": "7.10.4",
1717
"@researchgate/babel-preset": "2.0.2",
1818
"@researchgate/spire-config": "4.0.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@
4141
invariant "^2.2.4"
4242
semver "^5.5.0"
4343

44-
"@babel/[email protected].0", "@babel/core@^7.1.0", "@babel/core@^7.4.5", "@babel/core@^7.7.5":
45-
version "7.11.0"
46-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.0.tgz#73b9c33f1658506887f767c26dae07798b30df76"
47-
integrity sha512-mkLq8nwaXmDtFmRkQ8ED/eA2CnVw4zr7dCztKalZXBvdK5EeNUAesrrwUqjQEzFgomJssayzB0aqlOsP1vGLqg==
44+
"@babel/[email protected].1", "@babel/core@^7.1.0", "@babel/core@^7.4.5", "@babel/core@^7.7.5":
45+
version "7.11.1"
46+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.1.tgz#2c55b604e73a40dc21b0e52650b11c65cf276643"
47+
integrity sha512-XqF7F6FWQdKGGWAzGELL+aCO1p+lRY5Tj5/tbT3St1G8NaH70jhhDIKknIZaDans0OQBG5wRAldROLHSt44BgQ==
4848
dependencies:
4949
"@babel/code-frame" "^7.10.4"
5050
"@babel/generator" "^7.11.0"
5151
"@babel/helper-module-transforms" "^7.11.0"
5252
"@babel/helpers" "^7.10.4"
53-
"@babel/parser" "^7.11.0"
53+
"@babel/parser" "^7.11.1"
5454
"@babel/template" "^7.10.4"
5555
"@babel/traverse" "^7.11.0"
5656
"@babel/types" "^7.11.0"
@@ -291,10 +291,10 @@
291291
chalk "^2.0.0"
292292
js-tokens "^4.0.0"
293293

294-
"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.11.0", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0", "@babel/parser@^7.7.5":
295-
version "7.11.0"
296-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.0.tgz#a9d7e11aead25d3b422d17b2c6502c8dddef6a5d"
297-
integrity sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw==
294+
"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.11.0", "@babel/parser@^7.11.1", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0", "@babel/parser@^7.7.5":
295+
version "7.11.1"
296+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.1.tgz#d91a387990b21e5d20047b336bb19b0553f02ff5"
297+
integrity sha512-u9QMIRdKVF7hfEkb3nu2LgZDIzCQPv+yHD9Eg6ruoJLjkrQ9fFz4IBSlF/9XwoNri9+2F1IY+dYuOfZrXq8t3w==
298298

299299
"@babel/plugin-proposal-async-generator-functions@^7.8.3":
300300
version "7.8.3"

0 commit comments

Comments
 (0)