Browse Source

update: angular dependencies to 19.1.x for schematics and theme-shared

pull/21964/head
sumeyye 1 year ago
parent
commit
10793e5932
  1. 8
      npm/ng-packs/packages/schematics/package.json
  2. 2
      npm/ng-packs/packages/theme-shared/package.json

8
npm/ng-packs/packages/schematics/package.json

@ -4,16 +4,16 @@
"author": "",
"schematics": "./collection.json",
"dependencies": {
"@angular-devkit/core": "~19.0.0",
"@angular-devkit/schematics": "~19.0.0",
"@angular/cli": "~19.0.0",
"@angular-devkit/core": "~19.1.0",
"@angular-devkit/schematics": "~19.1.0",
"@angular/cli": "~19.1.0",
"got": "^11.5.2",
"jsonc-parser": "^2.3.0",
"should-quote": "^1.0.0",
"typescript": "~5.6.0"
},
"devDependencies": {
"@schematics/angular": "~19.0.0",
"@schematics/angular": "~19.1.0",
"@types/jest": "29.4.4",
"@types/node": "20.2.5",
"jest": "29.4.3",

2
npm/ng-packs/packages/theme-shared/package.json

@ -9,7 +9,7 @@
"dependencies": {
"@abp/ng.core": "~9.1.0-rc.1",
"@fortawesome/fontawesome-free": "^5.0.0",
"@ng-bootstrap/ng-bootstrap": "~17.0.0",
"@ng-bootstrap/ng-bootstrap": "~18.0.0",
"@ngx-validate/core": "^0.2.0",
"@popperjs/core": "~2.11.0",
"@swimlane/ngx-datatable": "^20.0.0",

Loading…
Cancel
Save