gl-w-image-frontend
Advanced tools
Comparing version 1.0.1 to 2.0.0
{ | ||
"name": "gl-w-image-frontend", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"description": "Common code for using among web front-end development such as ES6+ and TypeScript", | ||
@@ -35,13 +35,20 @@ "main": "lib/index.js", | ||
"homepage": "https://www.glauciosantana.com", | ||
"dependencies": {}, | ||
"dependencies": { | ||
"gl-w-frontend": "file:../../../../../.." | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^14.14.31", | ||
"@typescript-eslint/eslint-plugin": "^4.26.1", | ||
"@typescript-eslint/eslint-plugin-tslint": "^4.26.1", | ||
"@typescript-eslint/parser": "^4.26.1", | ||
"eslint": "^7.28.0", | ||
"@angular-eslint/builder": "13.5.0", | ||
"@angular-eslint/eslint-plugin": "13.5.0", | ||
"@angular-eslint/eslint-plugin-template": "13.5.0", | ||
"@angular-eslint/schematics": "13.5.0", | ||
"@angular-eslint/template-parser": "13.5.0", | ||
"@types/node": "^12.11.1", | ||
"@typescript-eslint/eslint-plugin": "^5.27.1", | ||
"@typescript-eslint/eslint-plugin-tslint": "^5.27.1", | ||
"@typescript-eslint/parser": "^5.27.1", | ||
"eslint": "^8.17.0", | ||
"shx": "^0.3.4", | ||
"tslint": "^6.1.3", | ||
"typescript": "^4.3.5" | ||
"typescript": "^4.6.4" | ||
} | ||
} |
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
9813
1
13