@wessberg/rollup-plugin-ts
Advanced tools
Comparing version 1.2.25 to 1.2.26
@@ -0,1 +1,3 @@ | ||
## [1.2.26](https://github.com/wessberg/rollup-plugin-ts/compare/v1.2.25...v1.2.26) (2020-06-22) | ||
## [1.2.25](https://github.com/wessberg/rollup-plugin-ts/compare/v1.2.24...v1.2.25) (2020-06-10) | ||
@@ -2,0 +4,0 @@ |
{ | ||
"name": "@wessberg/rollup-plugin-ts", | ||
"version": "1.2.25", | ||
"version": "1.2.26", | ||
"description": "A Typescript Rollup plugin that bundles declarations and respects Browserslists", | ||
@@ -56,22 +56,22 @@ "scripts": { | ||
"@types/semver": "^7.2.0", | ||
"@typescript-eslint/eslint-plugin": "^3.2.0", | ||
"@typescript-eslint/parser": "^3.2.0", | ||
"@wessberg/rollup-plugin-ts": "^1.2.24", | ||
"@typescript-eslint/eslint-plugin": "^3.4.0", | ||
"@typescript-eslint/parser": "^3.4.0", | ||
"@wessberg/rollup-plugin-ts": "^1.2.25", | ||
"@wessberg/scaffold": "^1.0.29", | ||
"@wessberg/ts-config": "^1.0.12", | ||
"ava": "3.8.2", | ||
"@wessberg/ts-config": "^1.0.13", | ||
"ava": "3.9.0", | ||
"babel-preset-minify": "^0.5.1", | ||
"core-js": "^3.6.5", | ||
"eslint": "^7.2.0", | ||
"eslint": "^7.3.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-import": "^2.21.2", | ||
"eslint-plugin-jsdoc": "^27.0.5", | ||
"fast-glob": "^3.2.2", | ||
"eslint-plugin-jsdoc": "^28.0.0", | ||
"fast-glob": "^3.2.4", | ||
"husky": "^4.2.5", | ||
"np": "5.2.1", | ||
"pnpm": "^5.1.6", | ||
"pnpm": "^5.2.3", | ||
"prettier": "^2.0.5", | ||
"pretty-quick": "^2.0.1", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.15.0", | ||
"rollup": "^2.18.0", | ||
"standard-changelog": "^2.0.24", | ||
@@ -92,15 +92,15 @@ "ts-node": "8.10.2", | ||
"dependencies": { | ||
"@babel/core": "^7.10.2", | ||
"@babel/plugin-proposal-async-generator-functions": "^7.10.1", | ||
"@babel/core": "^7.10.3", | ||
"@babel/plugin-proposal-async-generator-functions": "^7.10.3", | ||
"@babel/plugin-proposal-json-strings": "^7.10.1", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.10.1", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.10.3", | ||
"@babel/plugin-proposal-optional-catch-binding": "^7.10.1", | ||
"@babel/plugin-proposal-unicode-property-regex": "^7.10.1", | ||
"@babel/plugin-syntax-dynamic-import": "^7.8.3", | ||
"@babel/plugin-transform-runtime": "^7.10.1", | ||
"@babel/preset-env": "^7.10.2", | ||
"@babel/runtime": "^7.10.2", | ||
"@babel/plugin-transform-runtime": "^7.10.3", | ||
"@babel/preset-env": "^7.10.3", | ||
"@babel/runtime": "^7.10.3", | ||
"@rollup/pluginutils": "^3.1.0", | ||
"@types/babel__core": "^7.1.8", | ||
"@wessberg/browserslist-generator": "^1.0.36", | ||
"@types/babel__core": "^7.1.9", | ||
"@wessberg/browserslist-generator": "^1.0.37", | ||
"@wessberg/stringutil": "^1.0.19", | ||
@@ -115,3 +115,3 @@ "@wessberg/ts-clone-node": "^0.3.8", | ||
"peerDependencies": { | ||
"rollup": ">=1.x", | ||
"rollup": ">=2.x", | ||
"typescript": ">= 3.x" | ||
@@ -118,0 +118,0 @@ }, |
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
2488678