Skip to content

Commit

Permalink
feat: support angular v17 (#442)
Browse files Browse the repository at this point in the history
* test(app): path update

* feat: support angular v17
  • Loading branch information
kukhariev committed Nov 9, 2023
1 parent 1654293 commit 0906493
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions integrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build:next": "npm run build:ng next -prefix ../",
"test:latest": "npm run test -prefix latest",
"clean": "npx rimraf ./*/",
"serve:latest": "npx angular-http-server --path latest/dist/latest",
"serve:next": "npx angular-http-server --path next/dist/next",
"serve:latest": "npx angular-http-server --path latest/dist/latest/browser",
"serve:next": "npx angular-http-server --path next/dist/next/browser",
"serve:ng14": "npx angular-http-server --path ng14/dist/ng14"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"build:prod": "ng build --configuration production",
"serve:prod": "angular-http-server --path dist/app",
"build:latest": "npm run build:ng latest",
"serve:latest": "angular-http-server --path integrations/latest/dist/latest",
"serve:latest": "angular-http-server --path integrations/latest/dist/latest/browser",
"prepare": "husky install",
"prettier": "prettier --write \"**/*.{js,json,scss,md,ts,html}\""
},
Expand Down Expand Up @@ -94,7 +94,7 @@
"zone.js": "~0.11.4"
},
"peerDependencies": {
"@angular/core": ">=14.0.0 <17.0.0",
"@angular/core": ">=14.0.0 <18.0.0",
"rxjs": "^6.4.0 || ^7.0.0"
},
"lint-staged": {
Expand Down

0 comments on commit 0906493

Please sign in to comment.