angular-estree-parser
Advanced tools
Comparing version 10.0.2 to 10.0.3
{ | ||
"name": "angular-estree-parser", | ||
"version": "10.0.2", | ||
"version": "10.0.3", | ||
"description": "A parser that converts Angular source code into an ESTree-compatible form", | ||
@@ -30,3 +30,3 @@ "keywords": [], | ||
"devDependencies": { | ||
"@angular/compiler": "17.3.9", | ||
"@angular/compiler": "18.0.0", | ||
"@babel/code-frame": "7.24.2", | ||
@@ -37,4 +37,4 @@ "@babel/parser": "7.24.5", | ||
"@types/jest": "29.5.12", | ||
"@typescript-eslint/eslint-plugin": "7.9.0", | ||
"@typescript-eslint/parser": "7.9.0", | ||
"@typescript-eslint/eslint-plugin": "7.10.0", | ||
"@typescript-eslint/parser": "7.10.0", | ||
"del-cli": "5.1.0", | ||
@@ -53,7 +53,7 @@ "eslint": "8.56.0", | ||
"standard-version": "9.5.0", | ||
"ts-jest": "29.1.2", | ||
"ts-jest": "29.1.3", | ||
"typescript": "5.4.5" | ||
}, | ||
"peerDependencies": { | ||
"@angular/compiler": "^17.3.9" | ||
"@angular/compiler": "^17.3.9 || ^18.0.0" | ||
}, | ||
@@ -60,0 +60,0 @@ "engines": { |
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
43865