Browse Source

update versions

pull/16725/head
Mahmut Gundogdu 3 years ago
parent
commit
03e11e929d
  1. 29
      npm/ng-packs/migrations.json
  2. 47
      npm/ng-packs/package.json
  3. 6
      npm/ng-packs/packages/generators/package.json
  4. 12
      npm/ng-packs/packages/schematics/package.json
  5. 2
      npm/ng-packs/packages/theme-shared/package.json
  6. 1
      npm/ng-packs/tsconfig.base.json

29
npm/ng-packs/migrations.json

@ -1,25 +1,20 @@
{
"migrations": [
{
"version": "16.0.0",
"factory": "./update-16/remove-default-project-option",
"description": "Remove 'defaultProject' option from workspace configuration. The project to use will be determined from the current working directory.",
"package": "@angular/cli",
"name": "remove-default-project-option"
"cli": "nx",
"version": "16.2.0-beta.0",
"description": "Remove outputPath from run commands",
"implementation": "./src/migrations/update-16-2-0/remove-run-commands-output-path",
"package": "nx",
"name": "16.2.0-remove-output-path-from-run-commands"
},
{
"version": "16.0.0",
"factory": "./update-16/replace-default-collection-option",
"description": "Replace removed 'defaultCollection' option in workspace configuration with 'schematicCollections'.",
"package": "@angular/cli",
"name": "replace-default-collection-option"
},
{
"version": "16.0.0",
"factory": "./update-16/update-server-builder-config",
"description": "Update the '@angular-devkit/build-angular:server' builder configuration to disable 'buildOptimizer' for non optimized builds.",
"package": "@angular/cli",
"name": "update-server-builder-config"
"cli": "nx",
"version": "16.2.0-beta.0",
"description": "Normalize tsconfig.cy.json files to be located at '<projectRoot>/cypress/tsconfig.json'",
"implementation": "./src/migrations/update-16-2-0/update-cy-tsconfig",
"package": "@nx/cypress",
"name": "update-16-2-0-normalize-tsconfigs"
}
]
}

47
npm/ng-packs/package.json

@ -43,20 +43,20 @@
},
"private": true,
"devDependencies": {
"@abp/ng.account": "~7.3.0-preview20230530",
"@abp/ng.account.core": "7.3.0-preview20230530",
"@abp/ng.core": "7.3.0-preview20230530",
"@abp/ng.feature-management": "7.3.0-preview20230530",
"@abp/ng.identity": "7.3.0-preview20230530",
"@abp/ng.oauth": "7.3.0-preview20230530",
"@abp/ng.permission-management": "7.3.0-preview20230530",
"@abp/ng.schematics": "7.3.0-preview20230530",
"@abp/ng.setting-management": "7.3.0-preview20230530",
"@abp/ng.tenant-management": "7.3.0-preview20230530",
"@abp/ng.theme.basic": "7.3.0-preview20230530",
"@abp/ng.account": "~7.2.1",
"@abp/ng.account.core": "~7.2.1",
"@abp/ng.core": "~7.2.1",
"@abp/ng.feature-management": "~7.2.1",
"@abp/ng.identity": "~7.2.1",
"@abp/ng.oauth": "~7.2.1",
"@abp/ng.permission-management": "~7.2.1",
"@abp/ng.schematics": "~7.2.1",
"@abp/ng.setting-management": "~7.2.1",
"@abp/ng.tenant-management": "~7.2.1",
"@abp/ng.theme.basic": "~7.2.1",
"@abp/ng.theme.lepton-x": "^2.2.0",
"@abp/ng.theme.shared": "7.3.0-preview20230530",
"@abp/utils": "7.3.0-preview20230530",
"@abp/ng.theme.shared": "~7.2.1",
"@abp/utils": "~7.2.1",
"@angular-devkit/build-angular": "16.0.1",
"@angular-devkit/core": "16.0.1",
"@angular-devkit/schematics": "16.0.1",
@ -77,16 +77,16 @@
"@angular/platform-browser-dynamic": "16.0.1",
"@angular/router": "16.0.1",
"@fortawesome/fontawesome-free": "^5.15.4",
"@ng-bootstrap/ng-bootstrap": "^14.0.0",
"@ng-bootstrap/ng-bootstrap": "^15.0.0",
"@ngneat/spectator": "^10.0.0",
"@ngx-validate/core": "^0.2.0",
"@nx/angular": "16.1.4",
"@nx/cypress": "16.1.4",
"@nx/eslint-plugin": "16.1.4",
"@nx/jest": "16.1.4",
"@nx/js": "16.1.4",
"@nx/linter": "16.1.4",
"@nx/workspace": "16.1.4",
"@nx/angular": "16.2.2",
"@nx/cypress": "16.2.2",
"@nx/eslint-plugin": "16.2.2",
"@nx/jest": "16.2.2",
"@nx/js": "16.2.2",
"@nx/linter": "16.2.2",
"@nx/workspace": "16.2.2",
"@popperjs/core": "~2.11.2",
"@schematics/angular": "~16.0.1",
"@swc-node/register": "~1.4.2",
@ -94,7 +94,7 @@
"@swc/core": "~1.3.51",
"@swimlane/ngx-datatable": "^20.0.0",
"@types/jest": "29.4.4",
"@types/node": "16.11.7",
"@types/node": "20.2.5",
"@typescript-eslint/eslint-plugin": "5.59.5",
"@typescript-eslint/parser": "5.59.5",
"angular-oauth2-oidc": "^15.0.1",
@ -119,7 +119,7 @@
"lint-staged": "^13.0.3",
"ng-packagr": "16.0.1",
"ng-zorro-antd": "^15.0.0",
"nx": "16.1.4",
"nx": "16.2.2",
"perfect-scrollbar": "^1.5.5",
"postcss": "^8.3.9",
"postcss-import": "14.1.0",
@ -144,3 +144,4 @@
},
"dependencies": {}
}

6
npm/ng-packs/packages/generators/package.json

@ -0,0 +1,6 @@
{
"name": "@abp/nx.generators",
"version": "7.3.0-preview20230530",
"type": "commonjs",
"generators": "./generators.json"
}

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

@ -9,18 +9,18 @@
"license": "MIT",
"schematics": "./collection.json",
"dependencies": {
"@angular-devkit/core": "~16.0.0",
"@angular-devkit/schematics": "~16.0.0",
"@angular/cli": "~16.0.0",
"@angular-devkit/core": "16.0.1",
"@angular-devkit/schematics": "16.0.1",
"@angular/cli": "16.0.1",
"got": "^11.5.2",
"jsonc-parser": "^2.3.0",
"should-quote": "^1.0.0",
"typescript": "5.0.4"
},
"devDependencies": {
"@schematics/angular": "~16.0.0",
"@types/jest": "^26.0.0",
"@types/node": "^12.11.1",
"@schematics/angular": "16.0.1",
"@types/jest": "29.4.4",
"@types/node": "20.2.5",
"jest": "29.4.3",
"jest-preset-angular": "13.1.0"
},

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

@ -9,7 +9,7 @@
"dependencies": {
"@abp/ng.core": "~7.2.2",
"@fortawesome/fontawesome-free": "^5.15.4",
"@ng-bootstrap/ng-bootstrap": "^14.0.0",
"@ng-bootstrap/ng-bootstrap": "^15.0.0",
"@ngx-validate/core": "^0.2.0",
"@popperjs/core": "~2.11.2",
"@swimlane/ngx-datatable": "^20.0.0",

1
npm/ng-packs/tsconfig.base.json

@ -14,6 +14,7 @@
"baseUrl": "./",
"allowSyntheticDefaultImports": true,
"paths": {
"@abp/nx.generators": ["packages/generators/src/index.ts"],
"@abp/ng.account": ["packages/account/src/public-api.ts"],
"@abp/ng.account.core": ["packages/account-core/src/public-api.ts"],
"@abp/ng.account.core/proxy": ["packages/account-core/proxy/src/public-api.ts"],

Loading…
Cancel
Save