@codeleap/mobile 4.3.1 → 4.3.2
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 +17 -19
- package/package.json.bak +2 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codeleap/mobile",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.2",
|
|
4
4
|
"main": "src/index.ts",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"repository": {
|
|
@@ -9,30 +9,28 @@
|
|
|
9
9
|
"directory": "packages/mobile"
|
|
10
10
|
},
|
|
11
11
|
"devDependencies": {
|
|
12
|
-
"@codeleap/types": "4.3.
|
|
13
|
-
"@codeleap/utils": "4.3.
|
|
14
|
-
"@codeleap/hooks": "4.3.
|
|
15
|
-
"@codeleap/form": "4.3.
|
|
16
|
-
"@codeleap/i18n": "4.3.
|
|
17
|
-
"@codeleap/query": "4.3.
|
|
18
|
-
"@codeleap/logger": "4.3.
|
|
19
|
-
"@codeleap/config": "4.3.
|
|
20
|
-
"@codeleap/common": "4.3.1"
|
|
12
|
+
"@codeleap/types": "4.3.2",
|
|
13
|
+
"@codeleap/utils": "4.3.2",
|
|
14
|
+
"@codeleap/hooks": "4.3.2",
|
|
15
|
+
"@codeleap/form": "4.3.2",
|
|
16
|
+
"@codeleap/i18n": "4.3.2",
|
|
17
|
+
"@codeleap/query": "4.3.2",
|
|
18
|
+
"@codeleap/logger": "4.3.2",
|
|
19
|
+
"@codeleap/config": "4.3.2"
|
|
21
20
|
},
|
|
22
21
|
"scripts": {
|
|
23
22
|
"build": "tsc --build",
|
|
24
23
|
"lint": "eslint -c .eslintrc.js --fix \"./src/**/*.{ts,tsx,js,jsx}\""
|
|
25
24
|
},
|
|
26
25
|
"peerDependencies": {
|
|
27
|
-
"@codeleap/types": "4.3.
|
|
28
|
-
"@codeleap/utils": "4.3.
|
|
29
|
-
"@codeleap/hooks": "4.3.
|
|
30
|
-
"@codeleap/form": "4.3.
|
|
31
|
-
"@codeleap/i18n": "4.3.
|
|
32
|
-
"@codeleap/query": "4.3.
|
|
33
|
-
"@codeleap/logger": "4.3.
|
|
34
|
-
"@codeleap/styles": "4.3.
|
|
35
|
-
"@codeleap/common": "4.3.1",
|
|
26
|
+
"@codeleap/types": "4.3.2",
|
|
27
|
+
"@codeleap/utils": "4.3.2",
|
|
28
|
+
"@codeleap/hooks": "4.3.2",
|
|
29
|
+
"@codeleap/form": "4.3.2",
|
|
30
|
+
"@codeleap/i18n": "4.3.2",
|
|
31
|
+
"@codeleap/query": "4.3.2",
|
|
32
|
+
"@codeleap/logger": "4.3.2",
|
|
33
|
+
"@codeleap/styles": "4.3.2",
|
|
36
34
|
"@d11/react-native-fast-image": "8.8.0",
|
|
37
35
|
"@react-native-firebase/messaging": "21.4.0",
|
|
38
36
|
"@react-navigation/bottom-tabs": "6.5.3",
|
package/package.json.bak
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codeleap/mobile",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.2",
|
|
4
4
|
"main": "src/index.ts",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"repository": {
|
|
@@ -16,8 +16,7 @@
|
|
|
16
16
|
"@codeleap/i18n": "workspace:*",
|
|
17
17
|
"@codeleap/query": "workspace:*",
|
|
18
18
|
"@codeleap/logger": "workspace:*",
|
|
19
|
-
"@codeleap/config": "workspace:*"
|
|
20
|
-
"@codeleap/common": "workspace:*"
|
|
19
|
+
"@codeleap/config": "workspace:*"
|
|
21
20
|
},
|
|
22
21
|
"scripts": {
|
|
23
22
|
"build": "tsc --build",
|
|
@@ -32,7 +31,6 @@
|
|
|
32
31
|
"@codeleap/query": "workspace:*",
|
|
33
32
|
"@codeleap/logger": "workspace:*",
|
|
34
33
|
"@codeleap/styles": "workspace:*",
|
|
35
|
-
"@codeleap/common": "workspace:*",
|
|
36
34
|
"@d11/react-native-fast-image": "8.8.0",
|
|
37
35
|
"@react-native-firebase/messaging": "21.4.0",
|
|
38
36
|
"@react-navigation/bottom-tabs": "6.5.3",
|