Skip to content

Commit 9d7cfc3

Browse files
[WC-1590]: build(barcode-scanner-web): update zxing library (#217)
2 parents 524fe27 + 986390b commit 9d7cfc3

File tree

4 files changed

+15
-11
lines changed

4 files changed

+15
-11
lines changed

packages/pluggableWidgets/barcode-scanner-web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### Changed
10+
11+
- We updated the dependencies
12+
913
## [2.2.2] - 2022-10-27
1014

1115
### Fixed

packages/pluggableWidgets/barcode-scanner-web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "barcode-scanner-web",
33
"widgetName": "BarcodeScanner",
4-
"version": "2.2.2",
4+
"version": "2.2.3",
55
"description": "Displays a barcode scanner",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"license": "Apache-2.0",
@@ -43,8 +43,8 @@
4343
"update-changelog": "rui-update-changelog-widget"
4444
},
4545
"devDependencies": {
46-
"@mendix/pluggable-widgets-tools": "^9.18.0",
4746
"@mendix-internal/automation-utils": "workspace:*",
47+
"@mendix/pluggable-widgets-tools": "^9.18.0",
4848
"@rollup/plugin-replace": "^2.4.2",
4949
"@testing-library/dom": "^8.1.0",
5050
"@testing-library/jest-dom": "^5.14.1",
@@ -67,7 +67,7 @@
6767
},
6868
"dependencies": {
6969
"@mendix/pluggable-widgets-commons": "workspace:*",
70-
"@zxing/library": "~0.18.4",
70+
"@zxing/library": "~0.19.1",
7171
"classnames": "^2.3.2"
7272
}
7373
}

packages/pluggableWidgets/barcode-scanner-web/src/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="Barcode Scanner" version="2.2.2" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="Barcode Scanner" version="2.2.3" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="BarcodeScanner.xml" />
66
</widgetFiles>

pnpm-lock.yaml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)