Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(chore) Bump Angular to v17 #147

Merged
merged 1 commit into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,19 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "ngx-openmrs-formentry:build",
"open": true
"open": true,
"buildTarget": "ngx-openmrs-formentry:build"
},
"configurations": {
"production": {
"browserTarget": "ngx-openmrs-formentry:build:production"
"buildTarget": "ngx-openmrs-formentry:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ngx-openmrs-formentry:build"
"buildTarget": "ngx-openmrs-formentry:build"
}
},
"test": {
Expand Down
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,32 @@
"license": "MPL-2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start": "ng serve --port 4200 --live-reload true",
"build": "ng build --configuration production",
"build:lib": "ng build ngx-formentry --configuration production",
"test": "ng test ngx-formentry --watch=false",
"test:watch": "ng test ngx-formentry",
"lint": "TIMING=1 ng lint",
"lint": "ng lint",
"e2e": "ng e2e",
"prepare": "husky install"
},
"peerDependencies": {
"@carbon/styles": "1.x"
},
"dependencies": {
"@angular-devkit/core": "^16.2.11",
"@angular-extensions/elements": "^16.0.0",
"@angular/animations": "^16.2.12",
"@angular/cdk": "^16.2.12",
"@angular/common": "^16.2.12",
"@angular/compiler": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular/forms": "^16.2.12",
"@angular/platform-browser": "^16.2.12",
"@angular/platform-browser-dynamic": "^16.2.12",
"@angular/router": "^16.2.12",
"@angular-devkit/core": "^17.3.8",
"@angular-extensions/elements": "^17.1.1",
"@angular/animations": "^17.3.12",
"@angular/cdk": "^17.3.10",
"@angular/common": "^17.3.12",
"@angular/compiler": "^17.3.12",
"@angular/core": "^17.3.12",
"@angular/forms": "^17.3.12",
"@angular/platform-browser": "^17.3.12",
"@angular/platform-browser-dynamic": "^17.3.12",
"@angular/router": "^17.3.12",
"@carbon/styles": "1.x",
"@ng-select/ng-select": "^11.2.0",
"@ng-select/ng-select": "^12.0.7",
"@ngx-translate/core": "^15.0.0",
"@openmrs/ngx-file-uploader": "next",
"core-js": "^2.6.12",
Expand All @@ -38,7 +38,7 @@
"jspdf": "^2.5.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"ngx-bootstrap": "^11.0.1",
"ngx-bootstrap": "^12.0.0",
"ngx-webcam": "0.4.1",
"pdfmake": "0.1.72",
"reflect-metadata": "^0.1.13",
Expand All @@ -48,26 +48,26 @@
"time-ago-pipe": "^1.3.2",
"tree-model": "^1.0.7",
"tslib": "^2.0.0",
"zone.js": "~0.13.3"
"zone.js": "~0.14.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.11",
"@angular-eslint/builder": "^16.3.1",
"@angular-eslint/eslint-plugin": "^16.3.1",
"@angular-eslint/eslint-plugin-template": "^16.3.1",
"@angular-eslint/schematics": "^16.3.1",
"@angular-eslint/template-parser": "^16.3.1",
"@angular/cli": "^16.2.11",
"@angular/compiler-cli": "^16.2.12",
"@angular/language-service": "^16.2.12",
"@angular/material": "^16.2.12",
"@angular-devkit/build-angular": "^17.3.8",
"@angular-eslint/builder": "^17.3.12",
"@angular-eslint/eslint-plugin": "^17.3.12",
"@angular-eslint/eslint-plugin-template": "^17.3.12",
"@angular-eslint/schematics": "^17.3.12",
"@angular-eslint/template-parser": "^17.3.12",
"@angular/cli": "^17.3.8",
"@angular/compiler-cli": "^17.3.12",
"@angular/language-service": "^17.3.12",
"@angular/material": "^17.3.10",
"@types/jasmine": "~3.6.11",
"@types/jasminewd2": "~2.0.11",
"@types/node": "^12.20.55",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"browserslist-config-openmrs": "^1.0.1",
"eslint": "^7.32.0",
"eslint": "^8.57.0",
"husky": "^8.0.0",
"jasmine-core": "~5.1.1",
"jasmine-spec-reporter": "~7.0.0",
Expand All @@ -78,13 +78,13 @@
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"lint-staged": "^15.2.2",
"ng-packagr": "~16.2.3",
"ng-packagr": "^17.3.0",
"prettier": "2.1.2",
"protractor": "~7.0.0",
"sass": "^1.68.0",
"ts-node": "~5.0.1",
"turbo": "^1.10.14",
"typescript": "~4.9.5"
"turbo": "^2.0.9",
"typescript": "~5.4.5"
},
"browserslist": [
"extends browserslist-config-openmrs"
Expand Down
18 changes: 9 additions & 9 deletions projects/ngx-formentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"version": "5.1.0",
"dependencies": {},
"peerDependencies": {
"@angular/animations": "^16.2.12",
"@angular/cdk": "^16.2.12",
"@angular/common": "^16.2.12",
"@angular/compiler": "^16.2.12",
"@angular/compiler-cli": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular/forms": "^16.2.12",
"@carbon/styles": "^1.11.0",
"@ng-select/ng-select": "^11.2.0",
"@angular/animations": "^17.3.12",
"@angular/cdk": "^17.3.10",
"@angular/common": "^17.3.12",
"@angular/compiler": "^17.3.12",
"@angular/compiler-cli": "^17.3.12",
"@angular/core": "^17.3.12",
"@angular/forms": "^17.3.12",
"@carbon/styles": "1.x",
"@ng-select/ng-select": "^12.0.7",
"@ngx-translate/core": "^15.0.0",
"@openmrs/ngx-file-uploader": "next",
"lodash": "^4.17.21",
Expand Down
3 changes: 2 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"ui": "stream",
"tasks": {
"build": {
"outputs": ["dist/**"]
},
Expand Down
Loading