Skip to content

Commit

Permalink
feat: upgrade to angular 12 and update peer dependencies (#307)
Browse files Browse the repository at this point in the history
upgrade to angular 12 and update peer dependencies
  • Loading branch information
itssharmasandeep authored Aug 18, 2021
1 parent 33cd683 commit 55686d3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 17 deletions.
14 changes: 8 additions & 6 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,11 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^12.2.1",
"@angular/common": "^12.2.1",
"@angular/compiler": "^12.2.1",
"@angular/core": "^12.2.1",
"@angular/forms": "^12.2.1",
"@angular/platform-browser": "^12.2.1",
"@angular/platform-browser-dynamic": "^12.2.1",
"@angular/router": "^12.2.1",
"@hypertrace/hyperdash": "^1.2.1",
"core-js": "^3.16.2",
"lodash-es": "^4.17.21",
Expand All @@ -35,9 +32,12 @@
"devDependencies": {
"@angular-builders/jest": "^12.0.0",
"@angular-devkit/build-angular": "~12.2.1",
"@angular/animations": "^12.2.1",
"@angular/cli": "^12.2.1",
"@angular/compiler": "^12.2.1",
"@angular/compiler-cli": "^12.2.1",
"@angular/language-service": "^12.2.1",
"@angular/router": "^12.2.1",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@compodoc/compodoc": "^1.1.14",
Expand Down
16 changes: 8 additions & 8 deletions projects/hyperdash-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"commit": "pushd ../.. && npm run commit"
},
"peerDependencies": {
"@angular/common": "^11.1.1",
"@angular/core": "^11.1.1",
"@angular/platform-browser": "^11.1.1",
"core-js": "^3.8.3",
"rxjs": "^6.6.3",
"zone.js": "~0.10.3",
"lodash-es": "^4.17.20",
"@angular/common": "^12.2.1",
"@angular/core": "^12.2.1",
"@angular/platform-browser": "^12.2.1",
"core-js": "^3.16.2",
"rxjs": "^6.6.7",
"zone.js": "~0.11.4",
"lodash-es": "^4.17.21",
"@hypertrace/hyperdash": "^1.2.1"
},
"dependencies": {
"tslib": "^2.0.3"
"tslib": "^2.3.1"
}
}

0 comments on commit 55686d3

Please sign in to comment.