Skip to content

Commit

Permalink
Using the newest angular version by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeAndWeb committed Oct 2, 2024
1 parent edb5ebc commit e1a883a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 29 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

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

27 changes: 13 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,23 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^18.2.0",
"@angular/common": "^18.2.0",
"@angular/compiler": "^18.2.0",
"@angular/core": "^18.2.0",
"@angular/forms": "^18.2.0",
"@angular/platform-browser": "^18.2.0",
"@angular/platform-browser-dynamic": "^18.2.0",
"@angular/router": "^18.2.0",
"@angular/animations": "*",
"@angular/common": "*",
"@angular/compiler": "*",
"@angular/core": "*",
"@angular/forms": "*",
"@angular/platform-browser": "*",
"@angular/platform-browser-dynamic": "*",
"@angular/router": "*",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.10"
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.4",
"@angular/cli": "^18.2.4",
"@angular/compiler-cli": "^18.2.0",
"@angular-devkit/build-angular": "*",
"@angular/cli": "*",
"@angular/compiler-cli": "*",
"@types/jasmine": "~5.1.0",
"angular-eslint": "18.3.1",
"angular-eslint": "*",
"eslint": "^9.9.1",
"jasmine-core": "~5.2.0",
"karma": "~6.4.0",
Expand Down

0 comments on commit e1a883a

Please sign in to comment.