@techstuff-dev/foundation-api-utils 1.38.0 → 1.40.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@techstuff-dev/foundation-api-utils",
3
- "version": "1.38.0",
3
+ "version": "1.40.0",
4
4
  "description": "Foundation shared applications utilities.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -65,9 +65,11 @@
65
65
  "license": "ISC",
66
66
  "dependencies": {
67
67
  "@reduxjs/toolkit": "^2.5.0",
68
- "aws-amplify": "5.3.26",
68
+ "aws-amplify": "5.3.27",
69
69
  "jwt-decode": "^4.0.0",
70
70
  "react": "^18.3.1",
71
+ "react-native": "^0.76.6",
72
+ "react-native-web": "^0.19.13",
71
73
  "react-redux": "^9.2.0",
72
74
  "redux": "^5.0.1",
73
75
  "redux-persist": "^6.0.0"
@@ -108,22 +110,22 @@
108
110
  "@rollup/plugin-node-resolve": "^16.0.0",
109
111
  "@rollup/plugin-typescript": "^12.1.2",
110
112
  "@semantic-release/git": "^10.0.1",
111
- "@types/node": "^22.10.5",
112
- "@types/react": "^18.2.25",
113
+ "@types/node": "^22.10.7",
114
+ "@types/react": "^18.3.18",
113
115
  "@types/react-native": "^0.73.0",
116
+ "@types/react-native-web": "^0.19.0",
114
117
  "@types/react-redux": "^7.1.34",
115
118
  "@types/rollup-plugin-peer-deps-external": "^2.2.5",
116
- "@typescript-eslint/eslint-plugin": "^8.19.1",
117
- "@typescript-eslint/parser": "^8.19.1",
119
+ "@typescript-eslint/eslint-plugin": "^8.20.0",
120
+ "@typescript-eslint/parser": "^8.20.0",
118
121
  "del": "^8.0.0",
119
122
  "eslint": "^9.18.0",
120
- "eslint-plugin-react": "^7.37.3",
123
+ "eslint-plugin-react": "^7.37.4",
121
124
  "prettier": "^3.4.2",
122
125
  "prettier-eslint": "^16.3.0",
123
126
  "prettier-stylelint": "^0.4.2",
124
- "react-native": "^0.76.6",
125
127
  "react-native-config": "1.5.3",
126
- "rollup": "^4.30.1",
128
+ "rollup": "^4.31.0",
127
129
  "rollup-plugin-delete": "^2.1.0",
128
130
  "rollup-plugin-dts": "^6.1.1",
129
131
  "rollup-plugin-exclude-dependencies-from-bundle": "^1.1.23",
@@ -131,7 +133,7 @@
131
133
  "semantic-release": "^24.2.1",
132
134
  "tslib": "^2.8.1",
133
135
  "typescript": "^5.7.3",
134
- "typescript-eslint": "^8.19.1"
136
+ "typescript-eslint": "^8.20.0"
135
137
  },
136
- "packageManager": "yarn@4.4.0"
138
+ "packageManager": "yarn@4.6.0"
137
139
  }