gl-w-international-frontend 3.0.0 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +10 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gl-w-international-frontend",
3
- "version": "3.0.0",
3
+ "version": "4.0.0",
4
4
  "description": "Common code for using among web front-end development such as ES6+ and TypeScript",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -33,21 +33,19 @@
33
33
  "license": "ISC",
34
34
  "homepage": "https://www.glauciosantana.com",
35
35
  "dependencies": {
36
-
37
36
  },
38
37
  "devDependencies": {
39
- "@types/node": "^16.10.9",
38
+ "@angular-eslint/eslint-plugin": "^17.3.0",
39
+ "@angular-eslint/eslint-plugin-template": "^17.3.0",
40
+ "@types/node": "^18.10.0",
40
41
  "@typescript-eslint/eslint-plugin": "^7.8.0",
41
- "@typescript-eslint/eslint-plugin-tslint": "^7.0.2",
42
42
  "@typescript-eslint/parser": "^7.8.0",
43
- "eslint": "^8.56.0",
44
- "@angular-eslint/builder": "14.4.0",
45
- "@angular-eslint/eslint-plugin": "14.4.0",
46
- "@angular-eslint/eslint-plugin-template": "14.4.0",
47
- "@angular-eslint/schematics": "14.4.0",
48
- "@angular-eslint/template-parser": "14.4.0",
43
+ "eslint": "^8.57.0",
44
+ "eslint-config-prettier": "^9.1.0",
45
+ "eslint-plugin-import": "^2.29.1",
46
+ "eslint-plugin-jsdoc": "^48.2.3",
47
+ "eslint-plugin-prefer-arrow": "^1.2.3",
49
48
  "shx": "^0.3.4",
50
- "tslint": "^6.1.3",
51
- "typescript": "^4.7.4"
49
+ "typescript": "^4.9.5"
52
50
  }
53
51
  }