@olea-bps/views 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Webviews/index.js CHANGED
@@ -149,7 +149,7 @@ class WebviewsView extends React.Component {
149
149
 
150
150
  const mapStateToProps = state => {
151
151
  return {
152
- // The settings are necessary to determine the current system-language so that the websites in the webview can be
152
+ // The settings are necessary to determine the current system-language so that the websites in the webview can be
153
153
  // translated in the selected language
154
154
  settings: state.settingReducer
155
155
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@olea-bps/views",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Consolidated views for OLEA",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -28,19 +28,18 @@
28
28
  "@olea-bps/context-callmanager": "^1.0.0",
29
29
  "@olea-bps/context-news": "^1.0.0",
30
30
  "@olea-bps/context-flex-menu": "^1.0.0",
31
- "react-native-webview": "13.15.0",
31
+ "@olea-bps/components": "^1.0.0",
32
+ "@olea-bps/icons-openasist": "^1.0.0",
33
+ "react-native-webview": "13.16.0",
32
34
  "@react-navigation/drawer": "^7.3.12",
33
35
  "@react-navigation/native": "^7.1.9",
34
36
  "react-native-elements": "^3.4.3",
35
37
  "react-native-modalbox": "^2.0.2",
36
38
  "react-native-vector-icons": "^10.2.0",
37
39
  "react-native-tab-view": "^4.1.3",
38
- "@olea-bps/icons-openasist": "^1.0.0",
39
40
  "expo-application": "^6.1.5",
40
41
  "moment": "^2.29.4",
41
- "react-native-swipe-gestures": "^1.0.5",
42
- "@olea-bps/views": "^1.0.0",
43
- "@olea-bps/components": "^1.0.0"
42
+ "react-native-swipe-gestures": "^1.0.5"
44
43
  },
45
44
  "peerDependencies": {
46
45
  "react": "^19.0.0",