Skip to content

Commit 9ce81e7

Browse files
Dependencies upgrade (#108)
2 parents 99ac1f4 + 2f436f2 commit 9ce81e7

File tree

9 files changed

+28
-14
lines changed

9 files changed

+28
-14
lines changed

packages/pluggableWidgets/image-native/CHANGELOG.md

+4
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+
- Updated dependency `react-native-vector-icons` from version 9.1.0 to 10.0.3
12+
913
## [1.1.0] - 2023-10-11
1014

1115
### Added

packages/pluggableWidgets/image-native/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "image-native",
33
"widgetName": "Image",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"description": "Display an image and enlarge it on click",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"license": "Apache-2.0",
@@ -32,7 +32,7 @@
3232
"@mendix/piw-utils-internal": "*",
3333
"react-native-fast-image": "8.3.2",
3434
"react-native-svg": "^12.3.0",
35-
"react-native-vector-icons": "9.1.0"
35+
"react-native-vector-icons": "10.0.3"
3636
},
3737
"devDependencies": {
3838
"@mendix/pluggable-widgets-tools": "^9.0.0",

packages/pluggableWidgets/image-native/src/package.xml

+1-1
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="Image" version="1.1.0" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="Image" version="1.1.1" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="Image.xml" />
66
</widgetFiles>

packages/pluggableWidgets/rating-native/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
## [3.0.0] - 2023-3-28
1010

11+
### Changed
12+
13+
- Updated dependency `react-native-vector-icons` from version 9.1.0 to 10.0.3
14+
1115
## BREAKING
1216

1317
- We made the widget compatible with React Native 0.70.7

packages/pluggableWidgets/rating-native/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rating-native",
33
"widgetName": "Rating",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -28,7 +28,7 @@
2828
"@mendix/piw-native-utils-internal": "*",
2929
"@mendix/piw-utils-internal": "*",
3030
"react-native-animatable": "^1.3.2",
31-
"react-native-vector-icons": "9.1.0"
31+
"react-native-vector-icons": "10.0.3"
3232
},
3333
"devDependencies": {
3434
"@mendix/pluggable-widgets-tools": "^9.0.0",

packages/pluggableWidgets/rating-native/src/package.xml

+1-1
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="Rating" version="3.0.0" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="Rating" version="3.0.1" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="Rating.xml" />
66
</widgetFiles>

packages/pluggableWidgets/video-player-native/CHANGELOG.md

+4
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+
- Updated dependency `react-native-vector-icons` from version 9.1.0 to 10.0.3
12+
913
## BREAKING
1014

1115
- We have upgraded react-native-system-navigation-bar to version 2.6.3

packages/pluggableWidgets/video-player-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@mendix/piw-native-utils-internal": "*",
2323
"deprecated-react-native-prop-types": "^4.0.0",
2424
"react-native-system-navigation-bar": "2.6.3",
25-
"react-native-vector-icons": "9.1.0",
25+
"react-native-vector-icons": "10.0.3",
2626
"react-native-video": "5.2.1"
2727
},
2828
"devDependencies": {

yarn.lock

+9-7
Original file line numberDiff line numberDiff line change
@@ -9323,7 +9323,7 @@ __metadata:
93239323
eslint: ^7.20.0
93249324
react-native-fast-image: 8.3.2
93259325
react-native-svg: ^12.3.0
9326-
react-native-vector-icons: 9.1.0
9326+
react-native-vector-icons: 10.0.3
93279327
languageName: unknown
93289328
linkType: soft
93299329

@@ -14593,7 +14593,7 @@ __metadata:
1459314593
detox: ^19.7.1
1459414594
eslint: ^7.20.0
1459514595
react-native-animatable: ^1.3.2
14596-
react-native-vector-icons: 9.1.0
14596+
react-native-vector-icons: 10.0.3
1459714597
languageName: unknown
1459814598
linkType: soft
1459914599

@@ -15028,16 +15028,18 @@ __metadata:
1502815028
languageName: node
1502915029
linkType: hard
1503015030

15031-
"react-native-vector-icons@npm:9.1.0":
15032-
version: 9.1.0
15033-
resolution: "react-native-vector-icons@npm:9.1.0"
15031+
"react-native-vector-icons@npm:10.0.3":
15032+
version: 10.0.3
15033+
resolution: "react-native-vector-icons@npm:10.0.3"
1503415034
dependencies:
1503515035
prop-types: ^15.7.2
1503615036
yargs: ^16.1.1
1503715037
bin:
15038+
fa-upgrade.sh: bin/fa-upgrade.sh
1503815039
fa5-upgrade: bin/fa5-upgrade.sh
15040+
fa6-upgrade: bin/fa6-upgrade.sh
1503915041
generate-icon: bin/generate-icon.js
15040-
checksum: 1c3d2199a84af35db0991a863733568c731e24500a8a2625709c0132dafc1c01f58a5e70f6a16d776aa8ffeebb2f98fd540a2693971e0145b7cfd03d84c2b942
15042+
checksum: 77f22804b0217b4b21e8f4baaee6d33d09429bf55a31e07347fb5ab0af395b0d9adc0cbc3abd46f689ccaf07b953dc909eba95213bce7e03b562801fe4fd0768
1504115043
languageName: node
1504215044
linkType: hard
1504315045

@@ -18038,7 +18040,7 @@ __metadata:
1803818040
deprecated-react-native-prop-types: ^4.0.0
1803918041
eslint: ^7.20.0
1804018042
react-native-system-navigation-bar: 2.6.3
18041-
react-native-vector-icons: 9.1.0
18043+
react-native-vector-icons: 10.0.3
1804218044
react-native-video: 5.2.1
1804318045
languageName: unknown
1804418046
linkType: soft

0 commit comments

Comments
 (0)