babel-plugin-typescript-to-flow
Advanced tools
Comparing version 0.11.3 to 0.11.4
@@ -10,2 +10,3 @@ import * as t from '@babel/types'; | ||
loc: t.SourceLocation | null; | ||
extra?: Record<string, unknown> | undefined; | ||
type: "TypeParameterDeclaration"; | ||
@@ -12,0 +13,0 @@ params: t.TypeParameter[]; |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "0.11.3", | ||
"version": "0.11.4", | ||
"scripts": { | ||
@@ -32,22 +32,22 @@ "cover": "jest --coverage", | ||
"@babel/template": "^7.10.4", | ||
"@babel/traverse": "^7.11.5", | ||
"@babel/types": "^7.11.5" | ||
"@babel/traverse": "^7.12.5", | ||
"@babel/types": "^7.12.6" | ||
}, | ||
"devDependencies": { | ||
"@babel/plugin-proposal-class-properties": "^7.10.4", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.11.0", | ||
"@babel/preset-env": "^7.11.5", | ||
"@babel/preset-typescript": "^7.10.4", | ||
"@babel/plugin-proposal-class-properties": "^7.12.1", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.12.1", | ||
"@babel/preset-env": "^7.12.1", | ||
"@babel/preset-typescript": "^7.12.1", | ||
"@types/babel__traverse": "7.0.15", | ||
"@types/jest": "^26.0.14", | ||
"@typescript-eslint/eslint-plugin": "^4.3.0", | ||
"@typescript-eslint/parser": "^4.3.0", | ||
"@types/jest": "^26.0.15", | ||
"@typescript-eslint/eslint-plugin": "^4.7.0", | ||
"@typescript-eslint/parser": "^4.7.0", | ||
"@zxbodya/recast": "^0.18.9", | ||
"codecov": "^3.7.0", | ||
"eslint": "^7.10.0", | ||
"eslint-config-prettier": "^6.12.0", | ||
"jest": "^26.4.2", | ||
"codecov": "^3.8.1", | ||
"eslint": "^7.13.0", | ||
"eslint-config-prettier": "^6.15.0", | ||
"jest": "^26.6.3", | ||
"prettier": "^2.1.2", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.0.3" | ||
"typescript": "^4.0.5" | ||
}, | ||
@@ -60,3 +60,3 @@ "jest": { | ||
}, | ||
"gitHead": "13471285329207d9aa09d7f636f0334263e2a71e" | ||
"gitHead": "be5924905af221a824c57b477ab0a318e2fa16ca" | ||
} |
Sorry, the diff of this file is not supported yet
147308
1736
Updated@babel/traverse@^7.12.5
Updated@babel/types@^7.12.6