Skip to content

Commit ca414bc

Browse files
authored
Merge pull request #1472 from damienbod/fabiangosebrink/fix-npm-command
fixing eslint version
2 parents bfd784f + 1ad3d32 commit ca414bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@typescript-eslint/eslint-plugin": "^5.17.0",
8484
"@typescript-eslint/parser": "^5.17.0",
8585
"coveralls": "^3.1.0",
86-
"eslint": "^8.12.0",
86+
"eslint": "^8.19.0",
8787
"eslint-plugin-import": "2.22.1",
8888
"eslint-plugin-jsdoc": "^38.1.6",
8989
"eslint-plugin-prefer-arrow": "1.2.2",

projects/angular-auth-oidc-client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"author": "Damien Bowden & Fabian Gosebrink",
44
"peerDependencies": {
55
"rxjs": "^6.5.3 || ^7.4.0",
6-
"@angular/core": "^13.0.0",
7-
"@angular/common": "^13.0.0",
8-
"@angular/router": "^13.0.0"
6+
"@angular/core": ">=13.0.0",
7+
"@angular/common": ">=13.0.0",
8+
"@angular/router": ">=13.0.0"
99
},
1010
"dependencies": {
1111
"tslib": "^2.3.0",

0 commit comments

Comments
 (0)