@techstuff-dev/foundation-api-utils 1.35.0 → 1.37.0
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 +8 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@techstuff-dev/foundation-api-utils",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.37.0",
|
|
4
4
|
"description": "Foundation shared applications utilities.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -64,23 +64,13 @@
|
|
|
64
64
|
"author": "",
|
|
65
65
|
"license": "ISC",
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@reduxjs/toolkit": "2.5.0",
|
|
67
|
+
"@reduxjs/toolkit": "^2.5.0",
|
|
68
68
|
"aws-amplify": "5.3.26",
|
|
69
|
-
"jwt-decode": "4.0.0",
|
|
70
|
-
"react": "18.3.1",
|
|
71
|
-
"react-
|
|
72
|
-
"
|
|
73
|
-
"redux": "
|
|
74
|
-
"redux-persist": "6.0.0"
|
|
75
|
-
},
|
|
76
|
-
"peerDependencies": {
|
|
77
|
-
"@react-native-async-storage/async-storage": "1.24.0",
|
|
78
|
-
"@reduxjs/toolkit": "2.3.0",
|
|
79
|
-
"aws-amplify": "5.3.26",
|
|
80
|
-
"react": "18.3.1",
|
|
81
|
-
"react-redux": "9.1.2",
|
|
82
|
-
"redux": "5.0.1",
|
|
83
|
-
"redux-persist": "6.0.0"
|
|
69
|
+
"jwt-decode": "^4.0.0",
|
|
70
|
+
"react": "^18.3.1",
|
|
71
|
+
"react-redux": "^9.2.0",
|
|
72
|
+
"redux": "^5.0.1",
|
|
73
|
+
"redux-persist": "^6.0.0"
|
|
84
74
|
},
|
|
85
75
|
"devDependencies": {
|
|
86
76
|
"@babel/cli": "^7.26.4",
|
|
@@ -131,6 +121,7 @@
|
|
|
131
121
|
"prettier": "^3.4.2",
|
|
132
122
|
"prettier-eslint": "^16.3.0",
|
|
133
123
|
"prettier-stylelint": "^0.4.2",
|
|
124
|
+
"react-native": "^0.76.6",
|
|
134
125
|
"react-native-config": "1.5.3",
|
|
135
126
|
"reactotron-core-client": "2.9.7",
|
|
136
127
|
"reactotron-react-native": "^5.1.12",
|