@evlop/commons 1.0.205 → 1.0.206
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/src/constants/iconInfo/reactNativeVectorIcons.d.ts +7 -0
- package/dist/src/constants/iconInfo/reactNativeVectorIcons.d.ts.map +1 -1
- package/dist/src/constants/iconInfo/reactNativeVectorIcons.js +14 -1
- package/dist/src/constants/iconInfo/reactNativeVectorIcons.js.map +1 -1
- package/dist/src/constants/iconInfo/reactNativeVectorIcons.lookup.min.json +1 -1
- package/dist/src/constants/iconInfo/types.d.ts +9 -3
- package/dist/src/constants/iconInfo/types.d.ts.map +1 -1
- package/package.json +5 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@evlop/commons",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.206",
|
4
4
|
"description": "",
|
5
5
|
"main": "dist/main.js",
|
6
6
|
"peerDependencies": {
|
@@ -8,12 +8,11 @@
|
|
8
8
|
"handlebars": "^4.7.7",
|
9
9
|
"i18next": "^21.8.8",
|
10
10
|
"lodash": "^4.17.21",
|
11
|
+
"query-string": "^7.1.0",
|
11
12
|
"react-native": "^0.68.2",
|
12
|
-
"react-native-vector-icons": "^
|
13
|
-
"uuid": "^8.3.2"
|
14
|
-
"query-string": "^7.1.0"
|
13
|
+
"react-native-vector-icons": "^10.0.3",
|
14
|
+
"uuid": "^8.3.2"
|
15
15
|
},
|
16
|
-
"optionalDependencies": {},
|
17
16
|
"dependencies": {
|
18
17
|
"axios-retry": "^3.3.1",
|
19
18
|
"events": "^3.3.0",
|
@@ -50,7 +49,7 @@
|
|
50
49
|
"mocha": "^8.4.0",
|
51
50
|
"query-string": "^7.1.0",
|
52
51
|
"react-native": "^0.68.2",
|
53
|
-
"react-native-vector-icons": "^
|
52
|
+
"react-native-vector-icons": "^10.0.3",
|
54
53
|
"ts-node": "^10.4.0",
|
55
54
|
"typescript": "^4.1.3",
|
56
55
|
"uuid": "^8.3.2"
|