editorconfig
Advanced tools
Comparing version 0.15.2 to 0.15.3
@@ -0,1 +1,5 @@ | ||
## 0.15.3 | ||
- Move @types dependencies to dev dependencies. | ||
- Upgrade dependencies. | ||
## 0.15.2 | ||
@@ -2,0 +6,0 @@ - Fix publish. |
{ | ||
"name": "editorconfig", | ||
"version": "0.15.2", | ||
"version": "0.15.3", | ||
"description": "EditorConfig File Locator and Interpreter for Node.js", | ||
@@ -42,6 +42,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@types/node": "^10.11.7", | ||
"@types/semver": "^5.5.0", | ||
"commander": "^2.19.0", | ||
"lru-cache": "^4.1.3", | ||
"lru-cache": "^4.1.5", | ||
"semver": "^5.6.0", | ||
@@ -51,11 +49,13 @@ "sigmund": "^1.0.1" | ||
"devDependencies": { | ||
"@types/mocha": "^5.2.5", | ||
"@types/mocha": "^5.2.6", | ||
"@types/node": "^10.12.29", | ||
"@types/semver": "^5.5.0", | ||
"cpy-cli": "^2.0.0", | ||
"eclint": "^2.8.0", | ||
"eclint": "^2.8.1", | ||
"mocha": "^5.2.0", | ||
"rimraf": "^2.6.2", | ||
"rimraf": "^2.6.3", | ||
"should": "^13.2.3", | ||
"tslint": "^5.11.0", | ||
"typescript": "^3.1.3" | ||
"tslint": "^5.13.1", | ||
"typescript": "^3.3.3333" | ||
} | ||
} |
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
63491
4
10
- Removed@types/node@^10.11.7
- Removed@types/semver@^5.5.0
- Removed@types/node@10.17.60(transitive)
- Removed@types/semver@5.5.0(transitive)
Updatedlru-cache@^4.1.5