Skip to content

Commit 8eb6ac9

Browse files
chore(deps): update dependency @types/babel__core to ^7.1.4 (nuxt#289)
Co-authored-by: WhiteSource Renovate <[email protected]>
1 parent b7f6887 commit 8eb6ac9

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"types": "index",
1111
"dependencies": {
1212
"@types/autoprefixer": "^9.7.0",
13-
"@types/babel__core": "^7.1.3",
13+
"@types/babel__core": "^7.1.4",
1414
"@types/compression": "^1.7.0",
1515
"@types/connect": "^3.4.33",
1616
"@types/etag": "^1.8.0",

yarn.lock

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2274,7 +2274,7 @@
22742274
"@types/browserslist" "*"
22752275
postcss "7.x.x"
22762276

2277-
"@types/babel__core@^7.1.0", "@types/babel__core@^7.1.3":
2277+
"@types/babel__core@^7.1.0":
22782278
version "7.1.3"
22792279
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.3.tgz#e441ea7df63cd080dfcd02ab199e6d16a735fc30"
22802280
integrity sha512-8fBo0UR2CcwWxeX7WIIgJ7lXjasFxoYgRnFHUj+hRvKkpiBJbxhdAPTCY6/ZKM0uxANFVzt4yObSLuTiTnazDA==
@@ -2285,6 +2285,17 @@
22852285
"@types/babel__template" "*"
22862286
"@types/babel__traverse" "*"
22872287

2288+
"@types/babel__core@^7.1.4":
2289+
version "7.1.4"
2290+
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.4.tgz#5c5569cc40e5f2737dfc00692f5444e871e4a234"
2291+
integrity sha512-c/5MuRz5HM4aizqL5ViYfW4iEnmfPcfbH4Xa6GgLT21dMc1NGeNnuS6egHheOmP+kCJ9CAzC4pv4SDCWTnRkbg==
2292+
dependencies:
2293+
"@babel/parser" "^7.1.0"
2294+
"@babel/types" "^7.0.0"
2295+
"@types/babel__generator" "*"
2296+
"@types/babel__template" "*"
2297+
"@types/babel__traverse" "*"
2298+
22882299
"@types/babel__generator@*":
22892300
version "7.6.1"
22902301
resolved "https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.6.1.tgz#4901767b397e8711aeb99df8d396d7ba7b7f0e04"

0 commit comments

Comments
 (0)