Skip to content

Commit

Permalink
chore(deps): bump angular version
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-supy-io committed Oct 14, 2022
1 parent 024ef5b commit f48ced4
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 11 deletions.
56 changes: 50 additions & 6 deletions package-lock.json

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

12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supy-io/ngx-intercom",
"version": "13.2.0",
"version": "13.3.9",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -58,10 +58,11 @@
},
"main": "./dist/ng-intercom.js",
"peerDependencies": {
"@angular/common": "13.2.0",
"@angular/core": "13.2.0",
"@angular/router": "13.2.0",
"rxjs": "7.5.2"
"@angular/common": "^13.2.0",
"@angular/core": "^13.2.0",
"@angular/router": "^13.2.0",
"dompurify": "^2.4.0",
"rxjs": "^7.5.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "13.2.0",
Expand Down Expand Up @@ -97,6 +98,7 @@
"@types/winston": "2.4.4",
"codelyzer": "6.0.2",
"core-js": "2.6.12",
"@types/dompurify": "2.3.4",
"express": "4.17.2",
"hammerjs": "2.0.8",
"jasmine": "4.0.2",
Expand Down

0 comments on commit f48ced4

Please sign in to comment.