gl-w-international-frontend 5.0.0 → 6.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 +6 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gl-w-international-frontend",
3
- "version": "5.0.0",
3
+ "version": "6.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",
@@ -35,23 +35,12 @@
35
35
  "dependencies": {
36
36
  },
37
37
  "peerDependencies": {
38
- "@angular-eslint/eslint-plugin": "^17.3.0",
39
- "@angular-eslint/eslint-plugin-template": "^17.3.0",
40
- "@types/node": "^18.10.0",
41
- "@typescript-eslint/eslint-plugin": "^7.8.0",
42
- "@typescript-eslint/parser": "^7.8.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",
48
- "shx": "^0.3.4",
49
- "typescript": "^5.1.6"
38
+ "typescript": "^5.3.3"
50
39
  },
51
40
  "devDependencies": {
52
- "@angular-eslint/eslint-plugin": "^17.3.0",
53
- "@angular-eslint/eslint-plugin-template": "^17.3.0",
54
- "@types/node": "^18.10.0",
41
+ "@angular-eslint/eslint-plugin": "^17.4.0",
42
+ "@angular-eslint/eslint-plugin-template": "^17.4.0",
43
+ "@types/node": "^20.9.0",
55
44
  "@typescript-eslint/eslint-plugin": "^7.8.0",
56
45
  "@typescript-eslint/parser": "^7.8.0",
57
46
  "eslint": "^8.57.0",
@@ -60,6 +49,6 @@
60
49
  "eslint-plugin-jsdoc": "^48.2.3",
61
50
  "eslint-plugin-prefer-arrow": "^1.2.3",
62
51
  "shx": "^0.3.4",
63
- "typescript": "^5.1.6"
52
+ "typescript": "^5.3.3"
64
53
  }
65
54
  }