Skip to content

Commit b8b526c

Browse files
committed
chore(deps): update dependency @types/babel__core to v7.1.10
1 parent 3c9b521 commit b8b526c

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

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.10",
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.10":
1038+
version "7.1.10"
1039+
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.10.tgz#ca58fc195dd9734e77e57c6f2df565623636ab40"
1040+
integrity sha512-x8OM8XzITIMyiwl5Vmo2B1cR1S1Ipkyv4mdlbJjMa1lmuKvKY9FrBbEANIaMlnWn5Rf7uO+rC/VgYabNkE17Hw==
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)