-
-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #226 from Cordobo/development
fix: Accidentally pulling in @types/node #211
- Loading branch information
Showing
4 changed files
with
23 additions
and
21 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>", | ||
|
@@ -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" | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/" | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters