gl-w-international-frontend 2.0.0 → 3.0.1

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 +12 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gl-w-international-frontend",
3
- "version": "2.0.0",
3
+ "version": "3.0.1",
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",
@@ -36,18 +36,17 @@
36
36
  "gl-w-frontend": "file:../../../../../.."
37
37
  },
38
38
  "devDependencies": {
39
- "@angular-eslint/builder": "13.5.0",
40
- "@angular-eslint/eslint-plugin": "13.5.0",
41
- "@angular-eslint/eslint-plugin-template": "13.5.0",
42
- "@angular-eslint/schematics": "13.5.0",
43
- "@angular-eslint/template-parser": "13.5.0",
44
- "@types/node": "^12.11.1",
45
- "@typescript-eslint/eslint-plugin": "^5.27.1",
46
- "@typescript-eslint/eslint-plugin-tslint": "^5.27.1",
47
- "@typescript-eslint/parser": "^5.27.1",
48
- "eslint": "^8.17.0",
39
+ "@angular-eslint/eslint-plugin": "^17.3.0",
40
+ "@angular-eslint/eslint-plugin-template": "^17.3.0",
41
+ "@types/node": "^16.10.9",
42
+ "@typescript-eslint/eslint-plugin": "^7.8.0",
43
+ "@typescript-eslint/parser": "^7.8.0",
44
+ "eslint": "^8.57.0",
45
+ "eslint-config-prettier": "^9.1.0",
46
+ "eslint-plugin-import": "^2.29.1",
47
+ "eslint-plugin-jsdoc": "^48.2.3",
48
+ "eslint-plugin-prefer-arrow": "^1.2.3",
49
49
  "shx": "^0.3.4",
50
- "tslint": "^6.1.3",
51
- "typescript": "^4.6.4"
50
+ "typescript": "^4.7.4"
52
51
  }
53
52
  }