@wessberg/rollup-plugin-ts
Advanced tools
Comparing version 0.0.36 to 0.0.37
{ | ||
"name": "@wessberg/rollup-plugin-ts", | ||
"version": "0.0.36", | ||
"version": "0.0.37", | ||
"description": "A Rollup plugin for Typescript that respects Browserslists", | ||
@@ -39,3 +39,3 @@ "scripts": { | ||
"npm-check-updates": "^2.14.2", | ||
"conventional-changelog-cli": "^2.0.1", | ||
"conventional-changelog-cli": "^2.0.5", | ||
"husky": "latest", | ||
@@ -46,13 +46,13 @@ "tslint": "^5.11.0", | ||
"dependencies": { | ||
"@babel/core": "^7.0.0-rc.1", | ||
"@babel/plugin-proposal-decorators": "^7.0.0-rc.1", | ||
"@babel/plugin-proposal-async-generator-functions": "^7.0.0-rc.1", | ||
"@babel/plugin-proposal-class-properties": "^7.0.0-rc.1", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-rc.1", | ||
"@babel/plugin-proposal-optional-catch-binding": "^7.0.0-rc.1", | ||
"@babel/plugin-syntax-dynamic-import": "^7.0.0-rc.1", | ||
"@babel/preset-env": "^7.0.0-rc.1", | ||
"@types/node": "^10.7.0", | ||
"@babel/core": "^7.0.0-rc.3", | ||
"@babel/plugin-proposal-async-generator-functions": "^7.0.0-rc.3", | ||
"@babel/plugin-proposal-class-properties": "^7.0.0-rc.3", | ||
"@babel/plugin-proposal-decorators": "^7.0.0-rc.3", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-rc.3", | ||
"@babel/plugin-proposal-optional-catch-binding": "^7.0.0-rc.3", | ||
"@babel/plugin-syntax-dynamic-import": "^7.0.0-rc.3", | ||
"@babel/preset-env": "^7.0.0-rc.3", | ||
"@types/node": "^10.9.2", | ||
"chalk": "^2.4.1", | ||
"rollup": "^0.64.1", | ||
"rollup": "^0.65.0", | ||
"rollup-pluginutils": "^2.3.1", | ||
@@ -59,0 +59,0 @@ "tslib": "^1.9.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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
+ Addedrollup@0.65.2(transitive)
- Removedrollup@0.64.1(transitive)
Updated@babel/core@^7.0.0-rc.3
Updated@babel/plugin-proposal-async-generator-functions@^7.0.0-rc.3
Updated@babel/plugin-proposal-object-rest-spread@^7.0.0-rc.3
Updated@babel/plugin-proposal-optional-catch-binding@^7.0.0-rc.3
Updated@types/node@^10.9.2
Updatedrollup@^0.65.0