Improvements

Remove margin at the bottom
Update package dependencies
Update Pluggable widget package version
This commit is contained in:
iamrob
2023-06-05 13:53:13 +02:00
parent 3b85aac01d
commit 7c5eed1170
12 changed files with 19925 additions and 18628 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "customlistview",
"widgetName": "CustomListView",
"version": "1.0.0",
"version": "1.0.1",
"description": "Custom Listview",
"copyright": "2020 Incentro Business Acceleration B.V.",
"author": "Bart Onstee",
@@ -23,10 +23,23 @@
"url": "https://github.com/Bart Onstee/customlistview/issues"
},
"devDependencies": {
"@mendix/pluggable-widgets-tools": "^8.12.0",
"@types/big.js": "^4.0.5",
"@types/react": "~16.9.0",
"@types/react-native": "~0.61.23"
"@mendix/pluggable-widgets-tools": "^9.24.0",
"@types/big.js": "^6.1.6"
},
"dependencies": {}
"overrides": {
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.70.7",
"@types/react": "18.0.0",
"@types/react-dom": "18.0.0",
"@types/react-native": "0.70.0"
},
"resolutions": {
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.70.7",
"@types/react": "18.0.0",
"@types/react-dom": "18.0.0",
"@types/react-native": "0.70.0"
}
}