@evlop/commons 1.0.76 → 1.0.77
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@evlop/commons",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.77",
|
4
4
|
"description": "",
|
5
5
|
"main": "dist/main.js",
|
6
6
|
"peerDependencies": {
|
@@ -20,10 +20,12 @@
|
|
20
20
|
"socket.io-client": "latest",
|
21
21
|
"pluralize": "latest",
|
22
22
|
"query-string": "latest",
|
23
|
-
"@react-native-async-storage/async-storage": "latest"
|
23
|
+
"@react-native-async-storage/async-storage": "latest",
|
24
|
+
"react-native-vector-icons": "^9.0.0"
|
24
25
|
},
|
25
26
|
"optionalDependencies": {},
|
26
27
|
"dependencies": {
|
28
|
+
"@evlop/web-components": "^1.0.21",
|
27
29
|
"moment": "^2.29.1"
|
28
30
|
},
|
29
31
|
"scripts": {
|