Skip to content

Commit

Permalink
fix: deleted angular dependencies 🙂 (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
EndyKaufman committed Nov 25, 2022
1 parent 07cdca9 commit b921f06
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 69 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ All notable changes to this project will be documented in this file. See [standa

### [2.3.1](https://github.com/EndyKaufman/ngx-dynamic-form-builder/compare/v2.3.0...v2.3.1) (2022-11-25)


### Bug Fixes

* added support work in angular 15 and >=12 ([#213](https://github.com/EndyKaufman/ngx-dynamic-form-builder/issues/213)) ([15c2f02](https://github.com/EndyKaufman/ngx-dynamic-form-builder/commit/15c2f0285e042dceff774968c31a8b7414bff315))
- added support work in angular 15 and >=12 ([#213](https://github.com/EndyKaufman/ngx-dynamic-form-builder/issues/213)) ([15c2f02](https://github.com/EndyKaufman/ngx-dynamic-form-builder/commit/15c2f0285e042dceff774968c31a8b7414bff315))

## [2.3.0](https://github.com/EndyKaufman/ngx-dynamic-form-builder/compare/v2.2.2...v2.3.0) (2022-11-25)

Expand Down
20 changes: 9 additions & 11 deletions libs/ngx-dynamic-form-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,15 @@
}
],
"peerDependencies": {
"@angular/common": "~15.0.1 || >=12.0.0",
"@angular/core": "~15.0.1 || >=12.0.0",
"class-transformer-global-storage": "0.4.1-1",
"class-validator-multi-lang": "0.130.201",
"lodash.clonedeep": "4.5.0",
"lodash.mergewith": "4.6.2",
"lodash.set": "4.3.2",
"lodash.get": "4.4.2",
"validator": "13.7.0",
"@types/validator": "13.7.1",
"reflect-metadata": "0.1.13"
"class-transformer-global-storage": ">=0.4.1-1",
"class-validator-multi-lang": ">=0.130.201",
"lodash.clonedeep": ">=4.5.0",
"lodash.mergewith": ">=4.6.2",
"lodash.set": ">=4.3.2",
"lodash.get": ">=4.4.2",
"validator": ">=13.7.0",
"@types/validator": ">=13.7.1",
"reflect-metadata": ">=0.1.13"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
72 changes: 29 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,8 @@
"@types/lodash.mergewith": "4.6.6",
"@types/lodash.set": "4.3.6",
"@types/node": "16.11.7",
"@types/validator": "13.7.1",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"class-validator-multi-lang": "0.130.201",
"cypress": "9.3.1",
"cypress-multi-reporters": "1.5.0",
"eslint": "8.15.0",
Expand All @@ -112,9 +110,6 @@
"jest-environment-jsdom": "28.1.1",
"jest-preset-angular": "~12.2.2",
"lite-server": "2.6.1",
"lodash.clonedeep": "4.5.0",
"lodash.mergewith": "4.6.2",
"lodash.set": "4.3.2",
"mochawesome": "7.0.1",
"ng-packagr": "~15.0.1",
"npm-run-all": "4.1.5",
Expand All @@ -128,12 +123,11 @@
"standard-version": "9.3.2",
"ts-jest": "~28.0.5",
"ts-node": "10.9.1",
"typescript": "4.8.4",
"validator": "13.7.0"
"typescript": "4.8.4"
},
"dependencies": {
"@angular/common": "~15.0.1 || >=12.0.0",
"@angular/core": "~15.0.1 || >=12.0.0",
"@angular/common": "~15.0.1",
"@angular/core": "~15.0.1",
"@angular/animations": "~15.0.1",
"@angular/cdk": "~15.0.0",
"@angular/compiler": "~15.0.1",
Expand All @@ -149,20 +143,26 @@
"@ngneat/transloco": "4.1.1",
"@ngneat/transloco-keys-manager": "3.4.2",
"@types/prismjs": "1.16.6",
"class-transformer-global-storage": "0.4.1-1",
"codelyzer": "6.0.2",
"cp-cli": "2.0.0",
"gh-pages": "4.0.0",
"html-loader": "4.2.0",
"lodash.get": "4.4.2",
"markdown-loader": "8.0.0",
"moment": "2.29.4",
"ngx-markdown": "15.0.0",
"prismjs": "1.29.0",
"raw-loader": "4.0.2",
"reflect-metadata": "0.1.13",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
"zone.js": "~0.11.4",
"class-transformer-global-storage": ">=0.4.1-1",
"class-validator-multi-lang": ">=0.130.201",
"lodash.clonedeep": ">=4.5.0",
"lodash.mergewith": ">=4.6.2",
"lodash.set": ">=4.3.2",
"lodash.get": ">=4.4.2",
"validator": ">=13.7.0",
"@types/validator": ">=13.7.1",
"reflect-metadata": ">=0.1.13"
}
}

0 comments on commit b921f06

Please sign in to comment.