Skip to content

Commit

Permalink
Merge pull request #226 from Cordobo/development
Browse files Browse the repository at this point in the history
fix: Accidentally pulling in @types/node #211
  • Loading branch information
Cordobo authored Sep 7, 2023
2 parents 5751325 + 8a9139c commit c45571f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 21 deletions.
28 changes: 14 additions & 14 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
@@ -1,7 +1,7 @@
{
"$schema": "./node_modules/ng-packagr/package.schema.json",
"name": "angularx-qrcode",
"version": "16.0.1",
"version": "16.0.2",
"main": "dist/angularx-qrcode/bundles/angularx-qrcode.umd.js",
"author": {
"name": "Andreas Jacob <[email protected]>",
Expand Down Expand Up @@ -29,7 +29,7 @@
"format": "prettier --write ."
},
"dependencies": {
"qrcode": "1.5.1"
"qrcode": "1.5.3"
},
"peerDependencies": {
"@angular/core": ">= 16.0.0 < 17.0.0"
Expand Down Expand Up @@ -57,7 +57,7 @@
"@babel/core": "^7.16.7",
"@types/jasmine": "~3.10.0",
"@types/node": "^16.18.26",
"@types/qrcode": "1.5.0",
"@types/qrcode": "1.5.2",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"eslint": "^8.39.0",
Expand Down
8 changes: 5 additions & 3 deletions projects/angularx-qrcode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angularx-qrcode",
"version": "16.0.1",
"version": "16.0.2",
"author": {
"name": "Andreas Jacob <[email protected]>",
"url": "http://cordobo.com/"
Expand All @@ -11,8 +11,10 @@
"@angular/core": "^16.0.0"
},
"dependencies": {
"@types/qrcode": "1.5.0",
"qrcode": "1.5.1"
"qrcode": "1.5.3"
},
"devDependencies": {
"@types/qrcode": "1.5.2"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion projects/demo-app/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
aria-label="Example icon-button with heart icon"
>
<mat-icon>file_download</mat-icon>
npm 16.0.1
npm 16.0.2
</a>

<iframe
Expand Down

0 comments on commit c45571f

Please sign in to comment.