@hedia/recommendation-screen 3.3.3-alpha.8 → 3.3.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/package.json +7 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hedia/recommendation-screen",
|
|
3
|
-
"version": "3.3.3
|
|
3
|
+
"version": "3.3.3",
|
|
4
4
|
"description": "Hedia Recommendation Screen for Bolus and Carbohydrates",
|
|
5
5
|
"main": "lib/commonjs/index.js",
|
|
6
6
|
"types": "lib/typescript/index.d.ts",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"prettier:fix": "prettier --write \"src/**/*.{ts,tsx}\"",
|
|
21
21
|
"pkg-json-lint": "npmPkgJsonLint .",
|
|
22
22
|
"package-audit": "yarn npm audit --severity critical",
|
|
23
|
-
"validate": "yarn tsc && yarn eslint && yarn pkg-json-lint && yarn prettier && yarn package-audit",
|
|
23
|
+
"validate": "yarn tsc && yarn eslint && yarn pkg-json-lint && yarn prettier && yarn package-audit && yarn test",
|
|
24
24
|
"start": "react-native start",
|
|
25
25
|
"typedoc": "npx typedoc",
|
|
26
26
|
"prepack": "bob build"
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"license": "ISC",
|
|
38
38
|
"prettier": "@hedia/prettier-config",
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@hedia/hedia-app-translations": "1.0.
|
|
40
|
+
"@hedia/hedia-app-translations": "1.0.44",
|
|
41
41
|
"@hedia/recommendation-calculator": "2.0.16",
|
|
42
42
|
"react": "*",
|
|
43
43
|
"react-native": "*",
|
|
@@ -52,20 +52,22 @@
|
|
|
52
52
|
"@babel/preset-env": "7.24.8",
|
|
53
53
|
"@babel/runtime": "7.24.8",
|
|
54
54
|
"@hedia/eslint-config": "2.0.1",
|
|
55
|
-
"@hedia/hedia-app-translations": "1.0.
|
|
55
|
+
"@hedia/hedia-app-translations": "1.0.44",
|
|
56
56
|
"@hedia/npm-audit-pipeline": "0.5.0",
|
|
57
57
|
"@hedia/prettier-config": "1.0.4",
|
|
58
58
|
"@hedia/recommendation-calculator": "2.0.16",
|
|
59
59
|
"@hedia/tsconfig": "1.1.1",
|
|
60
60
|
"@hedia/types": "2.3.25",
|
|
61
61
|
"@lottiefiles/react-lottie-player": "3.5.3",
|
|
62
|
+
"@react-native/babel-preset": "0.74.85",
|
|
62
63
|
"@react-native/metro-config": "0.74.85",
|
|
63
64
|
"@testing-library/jest-native": "5.4.3",
|
|
64
|
-
"@testing-library/react-native": "12.
|
|
65
|
+
"@testing-library/react-native": "12.6.0",
|
|
65
66
|
"@types/jest": "29.5.11",
|
|
66
67
|
"@types/react-test-renderer": "18.0.7",
|
|
67
68
|
"@typescript-eslint/eslint-plugin": "6.19.1",
|
|
68
69
|
"@typescript-eslint/parser": "6.19.1",
|
|
70
|
+
"babel-jest": "29.6.3",
|
|
69
71
|
"eslint": "8.56.0",
|
|
70
72
|
"eslint-config-prettier": "9.1.0",
|
|
71
73
|
"eslint-plugin-react-hooks": "4.6.0",
|