@techstuff-dev/foundation-api-utils 1.20.2 → 1.20.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 +5 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@techstuff-dev/foundation-api-utils",
|
|
3
|
-
"version": "1.20.
|
|
3
|
+
"version": "1.20.3",
|
|
4
4
|
"description": "Foundation shared applications utilities.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -64,26 +64,20 @@
|
|
|
64
64
|
"author": "",
|
|
65
65
|
"license": "ISC",
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@react-native-async-storage/async-storage": "1.24.0",
|
|
68
67
|
"@reduxjs/toolkit": "2.2.7",
|
|
69
68
|
"aws-amplify": "5.3.21",
|
|
70
69
|
"jwt-decode": "4.0.0",
|
|
71
70
|
"react": "^18.3.1",
|
|
72
|
-
"react-native": "0.74.5",
|
|
73
|
-
"react-native-app-auth": "^7.2.0",
|
|
74
|
-
"react-native-config": "1.5.3",
|
|
75
71
|
"react-redux": "9.1.2",
|
|
76
72
|
"redux": "5.0.1",
|
|
77
73
|
"redux-persist": "6.0.0"
|
|
78
74
|
},
|
|
79
75
|
"peerDependencies": {
|
|
76
|
+
"@react-native-async-storage/async-storage": "1.24.0",
|
|
80
77
|
"@reduxjs/toolkit": "2.2.7",
|
|
81
78
|
"aws-amplify": "5.3.21",
|
|
82
79
|
"react": "^18",
|
|
83
80
|
"react-redux": "9.1.2",
|
|
84
|
-
"reactotron-core-client": "2.9.3",
|
|
85
|
-
"reactotron-react-native": "5.1.7",
|
|
86
|
-
"reactotron-redux": "3.1.9",
|
|
87
81
|
"redux": "5.0.1",
|
|
88
82
|
"redux-persist": "6.0.0"
|
|
89
83
|
},
|
|
@@ -132,6 +126,9 @@
|
|
|
132
126
|
"prettier": "^3.3.3",
|
|
133
127
|
"prettier-eslint": "^16.3.0",
|
|
134
128
|
"prettier-stylelint": "^0.4.2",
|
|
129
|
+
"react-native": "0.74.5",
|
|
130
|
+
"react-native-config": "1.5.3",
|
|
131
|
+
"reactotron-core-client": "2.9.3",
|
|
135
132
|
"reactotron-react-native": "^5.1.7",
|
|
136
133
|
"reactotron-redux": "^3.1.9",
|
|
137
134
|
"rollup": "^4.20.0",
|