@magmamath/students-features 1.8.4-rc.10 → 1.8.4-rc.11

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.
Files changed (1) hide show
  1. package/package.json +3 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magmamath/students-features",
3
- "version": "1.8.4-rc.10",
3
+ "version": "1.8.4-rc.11",
4
4
  "description": "Magmamath features library",
5
5
  "source": "src/index.ts",
6
6
  "main": "src/index.ts",
@@ -52,6 +52,7 @@
52
52
  "@magmamath/students-qa": "*",
53
53
  "@matteappen/skills-utils": "^3.7.1",
54
54
  "@react-native-masked-view/masked-view": "*",
55
+ "react-native-confirmation-code": ">=8.0.0",
55
56
  "d3-shape": "3.2.0",
56
57
  "effector": "^23.2.3",
57
58
  "effector-action": "^1.2.2",
@@ -102,6 +103,7 @@
102
103
  "react": "18.3.1",
103
104
  "react-i18next": "^15.5.2",
104
105
  "react-native": "0.76.3",
106
+ "react-native-confirmation-code": "^8.0.0",
105
107
  "react-native-builder-bob": "^0.33.3",
106
108
  "react-native-gesture-handler": "^2.28.0",
107
109
  "react-native-linear-gradient": "^2.8.3",
@@ -144,8 +146,5 @@
144
146
  "languages": "js",
145
147
  "type": "library",
146
148
  "version": "0.44.3"
147
- },
148
- "dependencies": {
149
- "react-native-confirmation-code-field": "^8.0.0"
150
149
  }
151
150
  }