@k88/typescript-compile-error-formatter
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@k88/typescript-compile-error-formatter", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Formats Typescript error messages from Fork TS Checker Webpack Plugin", | ||
"keywords": [ | ||
"fork-ts-checker-webpack-plugin", | ||
"typescript", | ||
"webpack", | ||
"webpack error", | ||
"webpack warning", | ||
"fork-ts-checker-webpack-plugin" | ||
"webpack warning" | ||
], | ||
@@ -42,3 +42,3 @@ "homepage": "https://github.com/ktalebian/typescript-compile-error-formatter#readme", | ||
"dependencies": { | ||
"@babel/code-frame": "^7.8.3", | ||
"@babel/code-frame": "^7.10.1", | ||
"chalk": "^4.0.0", | ||
@@ -49,14 +49,14 @@ "fs": "0.0.1-security", | ||
"devDependencies": { | ||
"@types/node": "^13.11.1", | ||
"eslint": "^6.8.0", | ||
"eslint-config-twilio-ts": "^1.22.1", | ||
"fork-ts-checker-webpack-plugin": "^4.1.3", | ||
"@types/node": "^14.0.5", | ||
"eslint": "^7.1.0", | ||
"eslint-config-twilio-ts": "^1.23.0", | ||
"fork-ts-checker-webpack-plugin": "^4.1.6", | ||
"husky": "^4.2.5", | ||
"ts-node": "^8.8.2", | ||
"typescript": "^3.8.3" | ||
"ts-node": "^8.10.2", | ||
"typescript": "^3.9.3" | ||
}, | ||
"peerDependencies": { | ||
"fork-ts-checker-webpack-plugin": "^4.1.3" | ||
"fork-ts-checker-webpack-plugin": "^4.1.6" | ||
}, | ||
"reveal": true | ||
} |
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
10038
Updated@babel/code-frame@^7.10.1