-
-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: use only one type of dependencies in npm sources
- Loading branch information
Showing
5 changed files
with
25 additions
and
35 deletions.
There are no files selected for viewing
18 changes: 8 additions & 10 deletions
18
src/main/resources/generator/dependencies/angular/package.json
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 |
---|---|---|
@@ -1,21 +1,19 @@ | ||
{ | ||
"dependencies": { | ||
"@angular/cdk": "18.2.6", | ||
"@angular/core": "18.2.6", | ||
"@angular/material": "18.2.6", | ||
"angular-eslint": "18.3.1", | ||
"rxjs": "7.8.1", | ||
"tslib": "2.7.0", | ||
"zone.js": "0.14.10" | ||
}, | ||
"devDependencies": { | ||
"@angular-builders/jest": "18.0.0", | ||
"@angular/build": "18.2.6", | ||
"@angular/cdk": "18.2.6", | ||
"@angular/cli": "18.2.6", | ||
"@angular/compiler-cli": "18.2.6", | ||
"@angular/core": "18.2.6", | ||
"@angular/material": "18.2.6", | ||
"angular-eslint": "18.3.1", | ||
"jest-environment-jsdom": "29.7.0", | ||
"jest-preset-angular": "14.2.4", | ||
"jest-sonar-reporter": "2.0.0", | ||
"typescript": "5.5.4" | ||
"rxjs": "7.8.1", | ||
"tslib": "2.7.0", | ||
"typescript": "5.5.4", | ||
"zone.js": "0.14.10" | ||
} | ||
} |
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
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