Skip to content

Commit e1a883a

Browse files
committed
Using the newest angular version by default.
1 parent edb5ebc commit e1a883a

File tree

2 files changed

+28
-29
lines changed

2 files changed

+28
-29
lines changed

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,23 @@
1414
},
1515
"private": true,
1616
"dependencies": {
17-
"@angular/animations": "^18.2.0",
18-
"@angular/common": "^18.2.0",
19-
"@angular/compiler": "^18.2.0",
20-
"@angular/core": "^18.2.0",
21-
"@angular/forms": "^18.2.0",
22-
"@angular/platform-browser": "^18.2.0",
23-
"@angular/platform-browser-dynamic": "^18.2.0",
24-
"@angular/router": "^18.2.0",
17+
"@angular/animations": "*",
18+
"@angular/common": "*",
19+
"@angular/compiler": "*",
20+
"@angular/core": "*",
21+
"@angular/forms": "*",
22+
"@angular/platform-browser": "*",
23+
"@angular/platform-browser-dynamic": "*",
24+
"@angular/router": "*",
2525
"rxjs": "~7.8.0",
26-
"tslib": "^2.3.0",
27-
"zone.js": "~0.14.10"
26+
"tslib": "^2.3.0"
2827
},
2928
"devDependencies": {
30-
"@angular-devkit/build-angular": "^18.2.4",
31-
"@angular/cli": "^18.2.4",
32-
"@angular/compiler-cli": "^18.2.0",
29+
"@angular-devkit/build-angular": "*",
30+
"@angular/cli": "*",
31+
"@angular/compiler-cli": "*",
3332
"@types/jasmine": "~5.1.0",
34-
"angular-eslint": "18.3.1",
33+
"angular-eslint": "*",
3534
"eslint": "^9.9.1",
3635
"jasmine-core": "~5.2.0",
3736
"karma": "~6.4.0",

0 commit comments

Comments
 (0)