Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d5bfbd5

Browse filesBrowse files
committed
fix: update peerDependencies
1 parent f41b632 commit d5bfbd5
Copy full SHA for d5bfbd5

2 files changed

+10-10Lines changed: 10 additions & 10 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎package.json‎

Copy file name to clipboardExpand all lines: package.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codelyzer",
3-
"version": "5.0.0-beta.0",
3+
"version": "5.0.0-beta.1",
44
"description": "Linting for Angular applications, following angular.io/styleguide.",
55
"main": "index.js",
66
"scripts": {
@@ -87,13 +87,13 @@
8787
"rxjs": "^6.4.0",
8888
"standard-version": "^5.0.1",
8989
"ts-node": "^8.0.2",
90-
"tslint": "~5.13.1",
90+
"tslint": "~5.14.0",
9191
"typescript": "~3.3.3333",
9292
"zone.js": "^0.8.29"
9393
},
9494
"peerDependencies": {
95-
"@angular/compiler": ">=2.3.1 <8.0.0 || >7.0.0-beta <8.0.0",
96-
"@angular/core": ">=2.3.1 <8.0.0 || >7.0.0-beta <8.0.0",
95+
"@angular/compiler": ">=2.3.1 <8.0.0 || >7.0.0-beta <9.0.0",
96+
"@angular/core": ">=2.3.1 <8.0.0 || >7.0.0-beta <9.0.0",
9797
"tslint": "^5.0.0"
9898
},
9999
"dependencies": {
Collapse file

‎yarn.lock‎

Copy file name to clipboardExpand all lines: yarn.lock
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3851,10 +3851,10 @@ tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
38513851
version "1.9.0"
38523852
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"
38533853

3854-
tslint@~5.13.1:
3855-
version "5.13.1"
3856-
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.13.1.tgz#fbc0541c425647a33cd9108ce4fd4cd18d7904ed"
3857-
integrity sha512-fplQqb2miLbcPhyHoMV4FU9PtNRbgmm/zI5d3SZwwmJQM6V0eodju+hplpyfhLWpmwrDNfNYU57uYRb8s0zZoQ==
3854+
tslint@~5.14.0:
3855+
version "5.14.0"
3856+
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.14.0.tgz#be62637135ac244fc9b37ed6ea5252c9eba1616e"
3857+
integrity sha512-IUla/ieHVnB8Le7LdQFRGlVJid2T/gaJe5VkjzRVSRR6pA2ODYrnfR1hmxi+5+au9l50jBwpbBL34txgv4NnTQ==
38583858
dependencies:
38593859
babel-code-frame "^6.22.0"
38603860
builtin-modules "^1.1.1"
@@ -3868,9 +3868,9 @@ tslint@~5.13.1:
38683868
resolve "^1.3.2"
38693869
semver "^5.3.0"
38703870
tslib "^1.8.0"
3871-
tsutils "^2.27.2"
3871+
tsutils "^2.29.0"
38723872

3873-
tsutils@^2.27.2:
3873+
tsutils@^2.29.0:
38743874
version "2.29.0"
38753875
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.29.0.tgz#32b488501467acbedd4b85498673a0812aca0b99"
38763876
integrity sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.