Skip to content

Commit

Permalink
update angular to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Dec 17, 2023
1 parent d857dc0 commit 9e7260b
Show file tree
Hide file tree
Showing 2 changed files with 2,510 additions and 1,176 deletions.
32 changes: 16 additions & 16 deletions packages/altair-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
"@altairgraphql/api-utils": "^6.0.2",
"@altairgraphql/db": "^6.0.2",
"@altairgraphql/electron-interop": "^6.0.2",
"@angular/animations": "15.2.3",
"@angular/animations": "16.2.12",
"@angular/cdk": "15.2.9",
"@angular/cli": "15.2.4",
"@angular/common": "15.2.3",
"@angular/core": "^15.2.3",
"@angular/forms": "15.2.3",
"@angular/platform-browser": "15.2.3",
"@angular/platform-browser-dynamic": "15.2.3",
"@angular/platform-server": "15.2.3",
"@angular/router": "15.2.3",
"@angular/cli": "16.2.10",
"@angular/common": "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/platform-server": "16.2.12",
"@angular/router": "16.2.12",
"@apollo/client": "3.5.6",
"@codemirror/autocomplete": "6.0.1",
"@codemirror/commands": "6.0.1",
Expand Down Expand Up @@ -88,7 +88,7 @@
"ngrx-store-localstorage": "12.0.1",
"ngx-cookie-service": "14.0.1",
"ngx-markdown": "^14.0.1",
"ngx-pipes": "2.7.3",
"ngx-pipes": "^3.2.2",
"ngx-take-until-destroy": "5.4.0",
"ngx-toastr": "^18.0.0",
"object-path": "0.11.5",
Expand All @@ -99,17 +99,17 @@
"sval": "0.4.8",
"tslib": "2.0.0",
"uuid": "9.0.1",
"zone.js": "0.11.4"
"zone.js": "0.13.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "15.2.4",
"@angular-devkit/build-angular": "16.2.10",
"@angular-eslint/builder": "15.2.1",
"@angular-eslint/eslint-plugin": "15.2.1",
"@angular-eslint/eslint-plugin-template": "15.2.1",
"@angular-eslint/schematics": "15.2.1",
"@angular-eslint/template-parser": "15.2.1",
"@angular/compiler": "15.2.3",
"@angular/compiler-cli": "15.2.3",
"@angular/compiler": "16.2.12",
"@angular/compiler-cli": "16.2.12",
"@briebug/jest-schematic": "2.1.1",
"@jest/globals": "28.1.3",
"@ngrx/schematics": "12.4.0",
Expand Down Expand Up @@ -150,7 +150,7 @@
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-prettier": "4.0.0",
"fake-indexeddb": "^4.0.1",
"jest": "29.4.1",
"jest": "29.7.0",
"jest-chrome": "^0.8.0",
"jest-preset-angular": "12.2.6",
"karma-cli": "^2.0.0",
Expand Down Expand Up @@ -194,4 +194,4 @@
"test-single-run": "ng test --watch=false --code-coverage",
"test:watch": "jest --watch"
}
}
}
Loading

0 comments on commit 9e7260b

Please sign in to comment.