@adonisjs/sink
Advanced tools
Comparing version 4.2.1 to 4.2.2
{ | ||
"name": "@adonisjs/sink", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": "AdonisJS sink is a swiss knife for managing project files by applying minimal changes, inferring formatting from EditorConfig file and comes with specialized tasks for different file formats and file types.", | ||
@@ -34,10 +34,10 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@adonisjs/application": "^3.0.20", | ||
"@adonisjs/application": "^3.0.21", | ||
"@adonisjs/mrm-preset": "^2.4.0", | ||
"@adonisjs/require-ts": "^1.0.4", | ||
"@adonisjs/require-ts": "^1.1.1", | ||
"@poppinss/dev-utils": "^1.0.11", | ||
"@types/fs-extra": "^9.0.2", | ||
"@types/fs-extra": "^9.0.4", | ||
"@types/ini": "^1.3.30", | ||
"@types/marked": "^1.1.0", | ||
"@types/node": "^14.14.2", | ||
"@types/marked": "^1.2.0", | ||
"@types/node": "^14.14.10", | ||
"@types/yaml": "^1.9.7", | ||
@@ -49,4 +49,4 @@ "commitizen": "^4.2.2", | ||
"endent": "^2.0.1", | ||
"eslint": "^7.12.0", | ||
"eslint-config-prettier": "^6.13.0", | ||
"eslint": "^7.14.0", | ||
"eslint-config-prettier": "^6.15.0", | ||
"eslint-plugin-adonis": "^1.0.15", | ||
@@ -58,7 +58,7 @@ "eslint-plugin-prettier": "^3.1.4", | ||
"japa": "^3.1.1", | ||
"mrm": "^2.5.3", | ||
"np": "^6.5.0", | ||
"npm-audit-html": "^1.4.3", | ||
"prettier": "^2.1.2", | ||
"typescript": "^4.0.3", | ||
"mrm": "^2.5.13", | ||
"np": "^7.0.0", | ||
"npm-audit-html": "^1.5.0", | ||
"prettier": "^2.2.1", | ||
"typescript": "^4.1.2", | ||
"yaml": "^1.10.0" | ||
@@ -88,8 +88,8 @@ }, | ||
"@poppinss/prompts": "^1.1.7", | ||
"@poppinss/utils": "^2.5.7", | ||
"@poppinss/utils": "^2.5.9", | ||
"cp-file": "^9.0.0", | ||
"fs-extra": "^9.0.1", | ||
"marked": "^1.2.1", | ||
"marked": "^1.2.5", | ||
"marked-terminal": "^4.1.0", | ||
"mrm-core": "^4.1.2", | ||
"mrm-core": "^4.3.0", | ||
"mustache": "^4.0.1", | ||
@@ -96,0 +96,0 @@ "open": "^7.3.0" |
@@ -84,3 +84,3 @@ "use strict"; | ||
if (!list.length) { | ||
resolve(); | ||
resolve(undefined); | ||
return; | ||
@@ -117,3 +117,3 @@ } | ||
if (!callbackInvoked) { | ||
resolve(); | ||
resolve(undefined); | ||
} | ||
@@ -120,0 +120,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
112919
Updated@poppinss/utils@^2.5.9
Updatedmarked@^1.2.5
Updatedmrm-core@^4.3.0