edge-parser
Advanced tools
Comparing version 8.0.1 to 8.0.3
{ | ||
"name": "edge-parser", | ||
"version": "8.0.1", | ||
"version": "8.0.3", | ||
"description": "Parser for edge template engine", | ||
@@ -35,6 +35,6 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"acorn": "^8.0.5", | ||
"acorn": "^8.1.0", | ||
"astring": "^1.7.0", | ||
"edge-error": "^2.0.0", | ||
"edge-lexer": "^4.0.0", | ||
"edge-error": "^2.0.1", | ||
"edge-lexer": "^4.0.2", | ||
"js-stringify": "^1.0.2" | ||
@@ -44,6 +44,6 @@ }, | ||
"@adonisjs/mrm-preset": "^3.0.0", | ||
"@adonisjs/require-ts": "^2.0.2", | ||
"@adonisjs/require-ts": "^2.0.3", | ||
"@types/acorn": "^4.0.5", | ||
"@types/astring": "^1.3.0", | ||
"@types/node": "^14.14.31", | ||
"@types/node": "^14.14.35", | ||
"commitizen": "^4.2.3", | ||
@@ -54,14 +54,14 @@ "cz-conventional-changelog": "^3.3.0", | ||
"doctoc": "^2.0.0", | ||
"eslint": "^7.20.0", | ||
"eslint-config-prettier": "^8.0.0", | ||
"eslint-plugin-adonis": "^1.2.1", | ||
"eslint": "^7.22.0", | ||
"eslint-config-prettier": "^8.1.0", | ||
"eslint-plugin-adonis": "^1.3.0", | ||
"eslint-plugin-prettier": "^3.3.1", | ||
"github-label-sync": "^2.0.0", | ||
"husky": "^5.0.9", | ||
"husky": "^5.2.0", | ||
"japa": "^3.1.1", | ||
"mrm": "^2.5.19", | ||
"mrm": "^2.6.1", | ||
"np": "^7.4.0", | ||
"prettier": "^2.2.1", | ||
"typescript": "^4.1.5", | ||
"youch": "^2.1.1" | ||
"typescript": "^4.2.3", | ||
"youch": "^2.2.1" | ||
}, | ||
@@ -68,0 +68,0 @@ "config": { |
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
78666
Updatedacorn@^8.1.0
Updatededge-error@^2.0.1
Updatededge-lexer@^4.0.2