Browse Source

Merge pull request #16470 from abpframework/fix-npm-issue

Remove deprecated packages. bump @abp/ng.theme.lepton-x
pull/16475/head
Masum ULU 3 years ago
committed by GitHub
parent
commit
93174e915a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      npm/ng-packs/package.json

9
npm/ng-packs/package.json

@ -45,7 +45,6 @@
"devDependencies": {
"@abp/utils": "~7.2.1",
"@angular-devkit/build-angular": "~15.0.1",
"@angular-devkit/build-ng-packagr": "^0.1002.0",
"@angular-devkit/schematics-cli": "~15.0.1",
"@angular-eslint/eslint-plugin": "15.1.0",
"@angular-eslint/eslint-plugin-template": "15.1.0",
@ -124,16 +123,14 @@
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"ts-toolbelt": "6.15.4",
"tsickle": "^0.39.1",
"tslib": "^2.3.0",
"tslint": "~6.1.0",
"typescript": "4.8.4",
"zone.js": "0.11.4"
},
"dependencies": {
"@abp/ng.theme.lepton-x": "^2.2.0-rc.1",
"zone.js": "0.11.4",
"@abp/ng.theme.lepton-x": "^2.2.0",
"bootstrap-icons": "^1.10.3"
},
"dependencies": {},
"lint-staged": {
"**/*.{js,jsx,ts,tsx,html,css,scss}": [
"npx prettier --write --config .prettierrc "

Loading…
Cancel
Save