Skip to content

Commit

Permalink
fix: update peer dependencies for @typescript/eslint, eslint, and jas…
Browse files Browse the repository at this point in the history
…mine-core
  • Loading branch information
ersimont committed Nov 17, 2023
1 parent d8f7364 commit e24576e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions projects/eslint-config-ng/package.json
Expand Up @@ -12,9 +12,9 @@
"peerDependencies": {
"@angular-eslint/eslint-plugin": "^17.0.0",
"@angular-eslint/eslint-plugin-template": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"eslint": "^8.39.0"
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0"
},
"sideEffects": false
}
6 changes: 4 additions & 2 deletions projects/ng-dev/package.json
Expand Up @@ -17,8 +17,10 @@
"@s-libs/micro-dash": "^17.0.0-next.1",
"@s-libs/ng-core": "^17.0.0-next.1",
"@s-libs/rxjs-core": "^17.0.0-next.1",
"jasmine-core": "^4.5.0"
"jasmine-core": "^5.1.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"dependencies": { "tslib": "^2.3.0" },
"sideEffects": false
}

0 comments on commit e24576e

Please sign in to comment.