Skip to content

Commit 472cf9f

Browse files
committed
Initial package updates.
1 parent c9ec5ea commit 472cf9f

File tree

2 files changed

+9
-17
lines changed

2 files changed

+9
-17
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
"author": "Pro Angular <webmaster@proangular.com>",
66
"homepage": "https://www.proangular.com",
77
"private": false,
8-
"engines": {
9-
"node": ">=16.14.2 <17",
10-
"npm": ">=8.5.0"
11-
},
128
"scripts": {
139
"build": "ng build",
1410
"build:prod": "ng build --configuration production",
@@ -26,10 +22,10 @@
2622
"start:prod": "ng serve --configuration production --open"
2723
},
2824
"peerDependencies": {
29-
"@angular/common": ">=12 <16",
30-
"@angular/core": ">=12 <16",
31-
"@angular/material": ">=12 <16",
32-
"@angular/platform-browser": ">=12 <16",
25+
"@angular/common": ">=12 <17",
26+
"@angular/core": ">=12 <17",
27+
"@angular/material": ">=12 <17",
28+
"@angular/platform-browser": ">=12 <17",
3329
"@ngneat/until-destroy": "^9.2.1",
3430
"highlight.js": "^11.6.0",
3531
"highlightjs-line-numbers.js": "^2.8.0",

0 commit comments

Comments
 (0)