Skip to content

Commit 2878f66

Browse files
committed
chore(deps): update dependency @types/babel__core to v7.1.9
1 parent 9319426 commit 2878f66

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@babel/preset-env": "7.9.0",
1717
"@babel/preset-react": "7.8.3",
1818
"@babel/preset-typescript": "7.8.3",
19-
"@types/babel__core": "7.1.7",
19+
"@types/babel__core": "7.1.9",
2020
"@types/babel__preset-env": "7.9.0",
2121
"@types/eslint": "6.8.0",
2222
"@types/eslint-plugin-prettier": "3.1.0",

yarn.lock

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,18 @@
10341034
resolved "https://registry.yarnpkg.com/@types/anymatch/-/anymatch-1.3.1.tgz#336badc1beecb9dacc38bea2cf32adf627a8421a"
10351035
integrity sha512-/+CRPXpBDpo2RK9C68N3b2cOvO0Cf5B9aPijHsoDQTHivnGSObdOF2BRQOYjojWTDy6nQvMjmqRXIxH55VjxxA==
10361036

1037-
"@types/babel__core@7.1.7", "@types/babel__core@^7.1.0":
1037+
"@types/babel__core@7.1.9":
1038+
version "7.1.9"
1039+
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.9.tgz#77e59d438522a6fb898fa43dc3455c6e72f3963d"
1040+
integrity sha512-sY2RsIJ5rpER1u3/aQ8OFSI7qGIy8o1NEEbgb2UaJcvOtXOMpd39ko723NBpjQFg9SIX7TXtjejZVGeIMLhoOw==
1041+
dependencies:
1042+
"@babel/parser" "^7.1.0"
1043+
"@babel/types" "^7.0.0"
1044+
"@types/babel__generator" "*"
1045+
"@types/babel__template" "*"
1046+
"@types/babel__traverse" "*"
1047+
1048+
"@types/babel__core@^7.1.0":
10381049
version "7.1.7"
10391050
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.7.tgz#1dacad8840364a57c98d0dd4855c6dd3752c6b89"
10401051
integrity sha512-RL62NqSFPCDK2FM1pSDH0scHpJvsXtZNiYlMB73DgPBaG1E38ZYVL+ei5EkWRbr+KC4YNiAUNBnRj+bgwpgjMw==

0 commit comments

Comments
 (0)