ts-import-plugin
Advanced tools
Comparing version 1.6.6 to 1.6.7
@@ -0,1 +1,5 @@ | ||
# 1.6.7 | ||
**[Chore]** Upgrade deps, add `funding` field in package.json | ||
**[Chore]** Update example to webpack@5 | ||
# 1.6.6 | ||
@@ -2,0 +6,0 @@ **[Chore]** Add license file |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.createTransformer = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ var ts = require("typescript"); |
{ | ||
"name": "ts-import-plugin", | ||
"version": "1.6.6", | ||
"version": "1.6.7", | ||
"description": "babel-plugin-import TypeScript version", | ||
@@ -40,46 +40,48 @@ "main": "./index.js", | ||
"@istanbuljs/nyc-config-typescript": "^1.0.1", | ||
"@types/lodash": "^4.14.149", | ||
"@types/material-ui": "^0.21.7", | ||
"@types/node": "^13.11.0", | ||
"@types/react": "^16.9.32", | ||
"@types/react-dom": "^16.9.6", | ||
"@typescript-eslint/parser": "^2.26.0", | ||
"antd": "^4.1.0", | ||
"ava": "^3.5.2", | ||
"codecov": "^3.6.5", | ||
"css-loader": "^3.4.2", | ||
"@swc-node/register": "^1.0.2", | ||
"@types/lodash": "^4.14.165", | ||
"@types/material-ui": "^0.21.8", | ||
"@types/node": "^14.14.10", | ||
"@types/react": "^17.0.0", | ||
"@types/react-dom": "^17.0.0", | ||
"@typescript-eslint/parser": "^4.9.0", | ||
"antd": "^4.9.1", | ||
"ava": "^3.13.0", | ||
"codecov": "^3.8.1", | ||
"css-loader": "^5.0.1", | ||
"cssnano": "^4.1.10", | ||
"eslint": "^6.8.0", | ||
"eslint-config-prettier": "^6.10.1", | ||
"eslint-plugin-import": "^2.20.2", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"eslint-plugin-react": "^7.19.0", | ||
"eslint-plugin-react-hooks": "^3.0.0", | ||
"eslint": "^7.14.0", | ||
"eslint-config-prettier": "^6.15.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"eslint-plugin-react": "^7.21.5", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"eslint-plugin-sonarjs": "^0.5.0", | ||
"husky": "^4.2.3", | ||
"lint-staged": "^10.1.1", | ||
"lodash": "^4.17.15", | ||
"husky": "^4.3.0", | ||
"json-schema": "^0.2.5", | ||
"lint-staged": "^10.5.2", | ||
"lodash": "^4.17.20", | ||
"lodash-es": "^4.17.15", | ||
"material-ui": "^0.20.2", | ||
"mini-css-extract-plugin": "^0.9.0", | ||
"nyc": "^15.0.0", | ||
"postcss-loader": "^3.0.0", | ||
"prettier": "^2.0.2", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"rollup": "^2.3.2", | ||
"rollup-plugin-typescript2": "^0.27.0", | ||
"rxjs": "^6.5.4", | ||
"shx": "^0.3.2", | ||
"source-map-support": "^0.5.16", | ||
"style-loader": "^1.1.3", | ||
"ts-loader": "^6.2.2", | ||
"ts-node": "^8.8.1", | ||
"typescript": "^3.8.3", | ||
"webpack": "^4.42.1", | ||
"webpack-bundle-analyzer": "^3.6.1", | ||
"webpack-cli": "^3.3.11" | ||
"mini-css-extract-plugin": "^1.3.1", | ||
"nyc": "^15.1.0", | ||
"postcss-loader": "^4.1.0", | ||
"prettier": "^2.2.1", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1", | ||
"rollup": "^2.34.0", | ||
"rollup-plugin-typescript2": "^0.29.0", | ||
"rxjs": "^6.6.3", | ||
"shx": "^0.3.3", | ||
"source-map-support": "^0.5.19", | ||
"style-loader": "^2.0.0", | ||
"ts-loader": "^8.0.11", | ||
"ts-node": "^9.0.0", | ||
"typescript": "^4.1.2", | ||
"webpack": "^5.9.0", | ||
"webpack-bundle-analyzer": "^4.2.0", | ||
"webpack-cli": "^4.2.0" | ||
}, | ||
"dependencies": { | ||
"tslib": "^1.11.1" | ||
"tslib": "^2.0.3" | ||
}, | ||
@@ -91,3 +93,3 @@ "ava": { | ||
"require": [ | ||
"ts-node/register" | ||
"@swc-node/register" | ||
], | ||
@@ -124,6 +126,6 @@ "files": [ | ||
}, | ||
"collective": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/ts-import-plugin" | ||
"funding": { | ||
"type": "github", | ||
"url": "https://github.com/sponsors/Brooooooklyn" | ||
} | ||
} |
@@ -13,3 +13,3 @@ [![Financial Contributors on Open Collective](https://opencollective.com/ts-import-plugin/all/badge.svg?label=financial+contributors)](https://opencollective.com/ts-import-plugin) [![npm version](https://badge.fury.io/js/ts-import-plugin.svg)](https://www.npmjs.com/package/ts-import-plugin) | ||
![bundle-analyzer](./bundle.jpg) | ||
![bundle-analyzer](./bundle.png) | ||
@@ -16,0 +16,0 @@ # Why use this |
Sorry, the diff of this file is not supported yet
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
51803
490
44
+ Addedtslib@2.8.1(transitive)
- Removedtslib@1.14.1(transitive)
Updatedtslib@^2.0.3