Improvements
Remove margin at the bottom Update package dependencies Update Pluggable widget package version
This commit is contained in:
25
package.json
25
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user