Skip to content

Commit

Permalink
Merge pull request #262 from cloudnc/fix/upgrade-deps-for-build-issue
Browse files Browse the repository at this point in the history
fix: update dependencies to fix an issue where `createForm` couldn't be imported from ngx-sub-form
  • Loading branch information
maxime1992 committed Jun 21, 2022
2 parents 074ccf9 + a35e5e3 commit 8bb3229
Show file tree
Hide file tree
Showing 2 changed files with 277 additions and 277 deletions.
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,64 +37,64 @@
},
"private": true,
"dependencies": {
"@angular/animations": "14.0.0",
"@angular/cdk": "14.0.0",
"@angular/common": "14.0.0",
"@angular/compiler": "14.0.0",
"@angular/core": "14.0.0",
"@angular/forms": "14.0.0",
"@angular/material": "14.0.0",
"@angular/platform-browser": "14.0.0",
"@angular/platform-browser-dynamic": "14.0.0",
"@angular/router": "14.0.0",
"@angular/animations": "14.0.2",
"@angular/cdk": "14.0.2",
"@angular/common": "14.0.2",
"@angular/compiler": "14.0.2",
"@angular/core": "14.0.2",
"@angular/forms": "14.0.2",
"@angular/material": "14.0.2",
"@angular/platform-browser": "14.0.2",
"@angular/platform-browser-dynamic": "14.0.2",
"@angular/router": "14.0.2",
"@types/uuid": "8.3.4",
"commitizen": "4.2.4",
"core-js": "3.22.8",
"core-js": "3.23.1",
"fast-deep-equal": "3.1.3",
"ngx-observable-lifecycle": "2.2.1",
"rxjs": "7.5.5",
"tslib": "2.4.0",
"uuid": "8.3.2",
"zone.js": "0.11.5"
"zone.js": "0.11.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "14.0.0",
"@angular-eslint/builder": "13.2.1",
"@angular-eslint/eslint-plugin": "13.2.1",
"@angular-eslint/eslint-plugin-template": "13.2.1",
"@angular-eslint/schematics": "13.2.1",
"@angular-eslint/template-parser": "13.2.1",
"@angular/cli": "14.0.0",
"@angular/compiler-cli": "14.0.0",
"@angular/language-service": "14.0.0",
"@angular-devkit/build-angular": "14.0.2",
"@angular-eslint/builder": "13.5.0",
"@angular-eslint/eslint-plugin": "13.5.0",
"@angular-eslint/eslint-plugin-template": "13.5.0",
"@angular-eslint/schematics": "13.5.0",
"@angular-eslint/template-parser": "13.5.0",
"@angular/cli": "14.0.2",
"@angular/compiler-cli": "14.0.2",
"@angular/language-service": "14.0.2",
"@types/jasmine": "4.0.3",
"@types/jasminewd2": "2.0.10",
"@types/node": "17.0.40",
"@typescript-eslint/eslint-plugin": "5.27.1",
"@typescript-eslint/parser": "5.27.1",
"cypress": "10.0.3",
"@typescript-eslint/eslint-plugin": "5.28.0",
"@typescript-eslint/parser": "5.28.0",
"cypress": "10.1.0",
"cz-conventional-changelog": "3.3.0",
"embedme": "1.22.0",
"eslint": "8.17.0",
"eslint": "8.18.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsdoc": "39.3.2",
"eslint-plugin-jsdoc": "39.3.3",
"eslint-plugin-prefer-arrow": "1.2.3",
"http-server-spa": "1.3.0",
"jasmine-core": "4.1.1",
"jasmine-core": "4.2.0",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.3.20",
"karma": "6.4.0",
"karma-chrome-launcher": "3.1.1",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "5.0.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.0.0",
"ng-packagr": "14.0.0",
"prettier": "2.6.2",
"semantic-release": "19.0.2",
"ng-packagr": "14.0.2",
"prettier": "2.7.1",
"semantic-release": "19.0.3",
"ts-node": "10.8.1",
"tsconfig-paths-webpack-plugin": "3.5.2",
"tsdef": "0.0.14",
"typescript": "4.7.3"
"typescript": "4.7.4"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 8bb3229

Please sign in to comment.