@babel/types
Advanced tools
Comparing version 7.0.0-beta.54 to 7.0.0-beta.55
@@ -342,2 +342,6 @@ "use strict"; | ||
validate: (0, _utils.assertNodeType)("TemplateLiteral") | ||
}, | ||
typeParameters: { | ||
validate: (0, _utils.assertNodeType)("TypeParameterInstantiation", "TSTypeParameterInstantiation"), | ||
optional: true | ||
} | ||
@@ -344,0 +348,0 @@ } |
{ | ||
"name": "@babel/types", | ||
"version": "7.0.0-beta.54", | ||
"version": "7.0.0-beta.55", | ||
"description": "Babel Types is a Lodash-esque utility library for AST nodes", | ||
@@ -13,9 +13,9 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
"esutils": "^2.0.2", | ||
"lodash": "^4.17.5", | ||
"lodash": "^4.17.10", | ||
"to-fast-properties": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/generator": "7.0.0-beta.54", | ||
"@babel/parser": "7.0.0-beta.54" | ||
"@babel/generator": "7.0.0-beta.55", | ||
"@babel/parser": "7.0.0-beta.55" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
557755
11620
5
Updatedlodash@^4.17.10