babel-preset-proposal-typescript
Advanced tools
Comparing version 0.3.0 to 1.0.0
{ | ||
"name": "babel-preset-proposal-typescript", | ||
"version": "0.3.0", | ||
"version": "1.0.0", | ||
"description": "Yet another Babel preset for TypeScript, only transforms proposals which TypeScript does not support now.", | ||
@@ -43,29 +43,29 @@ "main": "lib/index.js", | ||
"peerDependencies": { | ||
"@babel/core": "^7.0.0-beta.31", | ||
"typescript": "^2.6.1" | ||
"@babel/core": "^7.0.0", | ||
"typescript": "^3.0.0" | ||
}, | ||
"dependencies": { | ||
"@babel/plugin-proposal-do-expressions": "^7.0.0-beta.54", | ||
"@babel/plugin-proposal-function-bind": "^7.0.0-beta.54", | ||
"@babel/plugin-proposal-function-sent": "^7.0.0-beta.54", | ||
"@babel/plugin-proposal-json-strings": "^7.0.0-beta.54", | ||
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0-beta.54", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0-beta.54", | ||
"@babel/plugin-proposal-optional-chaining": "^7.0.0-beta.54", | ||
"@babel/plugin-proposal-pipeline-operator": "^7.0.0-beta.54", | ||
"@babel/plugin-proposal-throw-expressions": "^7.0.0-beta.54", | ||
"@babel/plugin-syntax-decorators": "^7.0.0-beta.54", | ||
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.54", | ||
"@babel/plugin-syntax-typescript": "^7.0.0-beta.54" | ||
"@babel/plugin-proposal-do-expressions": "^7.0.0", | ||
"@babel/plugin-proposal-function-bind": "^7.0.0", | ||
"@babel/plugin-proposal-function-sent": "^7.0.0", | ||
"@babel/plugin-proposal-json-strings": "^7.0.0", | ||
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0", | ||
"@babel/plugin-proposal-optional-chaining": "^7.0.0", | ||
"@babel/plugin-proposal-pipeline-operator": "^7.0.0", | ||
"@babel/plugin-proposal-throw-expressions": "^7.0.0", | ||
"@babel/plugin-syntax-decorators": "^7.0.0", | ||
"@babel/plugin-syntax-dynamic-import": "^7.0.0", | ||
"@babel/plugin-syntax-typescript": "^7.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.0.0-beta.54", | ||
"@babel/core": "^7.0.0-beta.54", | ||
"@babel/preset-env": "^7.0.0-beta.54", | ||
"@babel/cli": "^7.0.0", | ||
"@babel/core": "^7.0.0", | ||
"@babel/preset-env": "^7.0.0", | ||
"@types/babel-core": "^6.25.5", | ||
"@types/jest": "^23.3.0", | ||
"@types/node": "^10.5.2", | ||
"jest": "^23.4.1", | ||
"typescript": "^2.9.2" | ||
"@types/jest": "^23.3.1", | ||
"@types/node": "^10.9.4", | ||
"jest": "^23.5.0", | ||
"typescript": "^3.0.3" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
9696
+ Addedtypescript@3.9.10(transitive)
- Removedtypescript@2.9.2(transitive)
Updated@babel/plugin-proposal-logical-assignment-operators@^7.0.0
Updated@babel/plugin-proposal-nullish-coalescing-operator@^7.0.0