-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #1428 Closes #1429 Closes #1430 BREAKING CHANGE: Major Angular version bump. No API changes to the library.
- Loading branch information
Showing
7 changed files
with
2,120 additions
and
1,251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,34 +45,34 @@ | |
] | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "15.2.8", | ||
"@angular-eslint/builder": "15.2.1", | ||
"@angular-eslint/eslint-plugin": "15.2.1", | ||
"@angular-eslint/eslint-plugin-template": "15.2.1", | ||
"@angular-eslint/schematics": "15.2.1", | ||
"@angular-eslint/template-parser": "15.2.1", | ||
"@angular/cli": "15.2.8", | ||
"@angular/common": "15.2.9", | ||
"@angular/compiler": "15.2.9", | ||
"@angular/compiler-cli": "15.2.9", | ||
"@angular/core": "15.2.9", | ||
"@angular/forms": "15.2.9", | ||
"@angular/language-service": "15.2.9", | ||
"@angular/platform-browser": "15.2.9", | ||
"@angular/platform-browser-dynamic": "15.2.9", | ||
"@angular/router": "15.2.9", | ||
"@angular-devkit/build-angular": "16.0.3", | ||
"@angular-eslint/builder": "16.0.3", | ||
"@angular-eslint/eslint-plugin": "16.0.3", | ||
"@angular-eslint/eslint-plugin-template": "16.0.3", | ||
"@angular-eslint/schematics": "16.0.3", | ||
"@angular-eslint/template-parser": "16.0.3", | ||
"@angular/cli": "16.0.3", | ||
"@angular/common": "16.0.3", | ||
"@angular/compiler": "16.0.3", | ||
"@angular/compiler-cli": "16.0.3", | ||
"@angular/core": "16.0.3", | ||
"@angular/forms": "16.0.3", | ||
"@angular/language-service": "16.0.3", | ||
"@angular/platform-browser": "16.0.3", | ||
"@angular/platform-browser-dynamic": "16.0.3", | ||
"@angular/router": "16.0.3", | ||
"@commitlint/config-conventional": "17.6.5", | ||
"@semantic-release/changelog": "6.0.3", | ||
"@semantic-release/git": "10.0.1", | ||
"@types/jasmine": "4.3.2", | ||
"@types/jasminewd2": "2.0.10", | ||
"@types/node": "18.16.16", | ||
"@typescript-eslint/eslint-plugin": "5.59.8", | ||
"@typescript-eslint/parser": "5.59.8", | ||
"@typescript-eslint/eslint-plugin": "5.59.7", | ||
"@typescript-eslint/parser": "5.59.7", | ||
"chartist": "1.3.0", | ||
"commitlint": "17.6.5", | ||
"core-js": "3.30.2", | ||
"eslint": "8.41.0", | ||
"eslint": "^8.40.0", | ||
"eslint-config-prettier": "8.8.0", | ||
"eslint-plugin-import": "2.27.5", | ||
"eslint-plugin-jsdoc": "39.9.1", | ||
|
@@ -100,6 +100,7 @@ | |
}, | ||
"packageManager": "[email protected]", | ||
"volta": { | ||
"node": "18.16.0" | ||
"node": "18.16.0", | ||
"pnpm": "8.6.0" | ||
} | ||
} |
Oops, something went wrong.