@hedia/recommendation-screen 2.1.35 → 2.1.36-alpha.0
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/README.md +1 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -9,3 +9,4 @@ In order to easily test our npm packages, auto-publishing of an alpha version to
|
|
|
9
9
|
This will allow testers to easily install and test npm packages as they’ll be automatically published to npm at the moment of creating a Pull Request on GitHub.
|
|
10
10
|
|
|
11
11
|
More detailed information can be found here: <https://hedia.atlassian.net/wiki/spaces/DT/pages/2118811649/npm+packages+-+alpha+version+auto-publishing>
|
|
12
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hedia/recommendation-screen",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.36-alpha.0",
|
|
4
4
|
"description": "Hedia Recommendation Screen for Bolus and Carbohydrates",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -79,16 +79,16 @@
|
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
81
|
"@hedia/types": "2.1.42",
|
|
82
|
-
"@lingui/babel-preset-react": "2.9.
|
|
83
|
-
"@lingui/cli": "2.9.
|
|
84
|
-
"@lingui/macro": "2.9.
|
|
85
|
-
"@lingui/react": "2.9.
|
|
82
|
+
"@lingui/babel-preset-react": "2.9.2",
|
|
83
|
+
"@lingui/cli": "2.9.2",
|
|
84
|
+
"@lingui/macro": "2.9.2",
|
|
85
|
+
"@lingui/react": "2.9.2",
|
|
86
86
|
"moment": "2.27.0",
|
|
87
87
|
"react-native-modal": "13.0.0"
|
|
88
88
|
},
|
|
89
89
|
"peerDependencies": {
|
|
90
90
|
"@hedia/recommendation-calculator": "*",
|
|
91
|
-
"@lingui/macro": "2.9.
|
|
91
|
+
"@lingui/macro": "2.9.2",
|
|
92
92
|
"@react-native-community/slider": "*",
|
|
93
93
|
"react-native-linear-gradient": "*",
|
|
94
94
|
"react-native-vector-icons": "*"
|