Browse Source

refactoring

pull/23057/head
erdemcaygor 1 year ago
parent
commit
8cb433603f
  1. 42
      npm/ng-packs/package.json

42
npm/ng-packs/package.json

@ -53,31 +53,31 @@
"@angular-eslint/eslint-plugin": "~20.0.0",
"@angular-eslint/eslint-plugin-template": "~20.0.0",
"@angular-eslint/template-parser": "~20.0.0",
"@angular/animations": "~20.0.3",
"@angular/animations": "~20.0.0",
"@angular/cli": "~20.0.1",
"@angular/common": "~20.0.3",
"@angular/compiler": "~20.0.3",
"@angular/compiler-cli": "~20.0.3",
"@angular/core": "~20.0.3",
"@angular/forms": "~20.0.3",
"@angular/language-service": "~20.0.3",
"@angular/localize": "~20.0.3",
"@angular/platform-browser": "~20.0.3",
"@angular/platform-browser-dynamic": "~20.0.3",
"@angular/router": "~20.0.3",
"@angular/common": "~20.0.0",
"@angular/compiler": "~20.0.0",
"@angular/compiler-cli": "~20.0.0",
"@angular/core": "~20.0.0",
"@angular/forms": "~20.0.0",
"@angular/language-service": "~20.0.0",
"@angular/localize": "~20.0.0",
"@angular/platform-browser": "~20.0.0",
"@angular/platform-browser-dynamic": "~20.0.0",
"@angular/router": "~20.0.0",
"@fortawesome/fontawesome-free": "^6.0.0",
"@ng-bootstrap/ng-bootstrap": "~19.0.0-rc.0",
"@ngneat/spectator": "~19.6.2",
"@ngx-validate/core": "^0.2.0",
"@nx/angular": "21.2.0",
"@nx/cypress": "21.2.0",
"@nx/devkit": "21.2.0",
"@nx/eslint": "21.2.0",
"@nx/eslint-plugin": "21.2.0",
"@nx/jest": "21.2.0",
"@nx/js": "21.2.0",
"@nx/plugin": "21.2.0",
"@nx/workspace": "21.2.0",
"@nx/angular": "~21.2.0",
"@nx/cypress": "~21.2.0",
"@nx/devkit": "~21.2.0",
"@nx/eslint": "~21.2.0",
"@nx/eslint-plugin": "~21.2.0",
"@nx/jest": "~21.2.0",
"@nx/js": "~21.2.0",
"@nx/plugin": "~21.2.0",
"@nx/workspace": "~21.2.0",
"@popperjs/core": "~2.11.0",
"@schematics/angular": "~20.0.2",
"@swc-node/register": "1.9.2",
@ -127,7 +127,7 @@
"ts-toolbelt": "^9.0.0",
"tslib": "^2.0.0",
"tslint": "~6.1.0",
"typescript": "~5.8.3",
"typescript": "~5.8.0",
"zone.js": "~0.15.0"
},
"lint-staged": {

Loading…
Cancel
Save