@techstuff-dev/foundation-api-utils 1.34.1 → 1.36.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.34.1",
3
+ "version": "1.36.0",
4
4
  "description": "Foundation shared applications utilities.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -64,27 +64,19 @@
64
64
  "author": "",
65
65
  "license": "ISC",
66
66
  "dependencies": {
67
- "@reduxjs/toolkit": "2.3.0",
67
+ "@reduxjs/toolkit": "^2.5.0",
68
68
  "aws-amplify": "5.3.26",
69
- "jwt-decode": "4.0.0",
69
+ "jwt-decode": "^4.0.0",
70
70
  "react": "^18.3.1",
71
- "react-redux": "9.1.2",
72
- "redux": "5.0.1",
73
- "redux-persist": "6.0.0"
74
- },
75
- "peerDependencies": {
76
- "@react-native-async-storage/async-storage": "1.24.0",
77
- "@reduxjs/toolkit": "2.3.0",
78
- "aws-amplify": "5.3.26",
79
- "react": "^18",
80
- "react-redux": "9.1.2",
81
- "redux": "5.0.1",
82
- "redux-persist": "6.0.0"
71
+ "react-native": "^0.76.6",
72
+ "react-redux": "^9.2.0",
73
+ "redux": "^5.0.1",
74
+ "redux-persist": "^6.0.0"
83
75
  },
84
76
  "devDependencies": {
85
- "@babel/cli": "^7.25.9",
77
+ "@babel/cli": "^7.26.4",
86
78
  "@babel/core": "^7.26.0",
87
- "@babel/eslint-parser": "^7.25.9",
79
+ "@babel/eslint-parser": "^7.26.5",
88
80
  "@babel/node": "^7.26.0",
89
81
  "@babel/plugin-proposal-decorators": "^7.25.9",
90
82
  "@babel/plugin-proposal-function-sent": "^7.25.9",
@@ -104,45 +96,45 @@
104
96
  "@babel/plugin-transform-runtime": "^7.25.9",
105
97
  "@babel/preset-env": "^7.26.0",
106
98
  "@babel/preset-flow": "^7.25.9",
107
- "@babel/preset-react": "^7.25.9",
99
+ "@babel/preset-react": "^7.26.3",
108
100
  "@babel/preset-stage-2": "^7.8.3",
109
101
  "@babel/preset-typescript": "^7.26.0",
110
102
  "@babel/register": "^7.25.9",
111
- "@commitlint/cli": "^19.5.0",
112
- "@commitlint/config-conventional": "^19.5.0",
113
- "@eslint/compat": "^1.2.2",
114
- "@react-native-async-storage/async-storage": "1.24.0",
103
+ "@commitlint/cli": "^19.6.1",
104
+ "@commitlint/config-conventional": "^19.6.0",
105
+ "@eslint/compat": "^1.2.5",
106
+ "@react-native-async-storage/async-storage": "2.1.0",
115
107
  "@rollup/plugin-babel": "^6.0.4",
116
- "@rollup/plugin-commonjs": "^25.0.8",
117
- "@rollup/plugin-node-resolve": "^15.3.0",
118
- "@rollup/plugin-typescript": "^11.1.6",
108
+ "@rollup/plugin-commonjs": "^28.0.2",
109
+ "@rollup/plugin-node-resolve": "^16.0.0",
110
+ "@rollup/plugin-typescript": "^12.1.2",
119
111
  "@semantic-release/git": "^10.0.1",
120
- "@types/node": "^20.17.6",
121
- "@types/react": "^18.3.12",
112
+ "@types/node": "^22.10.5",
113
+ "@types/react": "^18.2.25",
114
+ "@types/react-native": "^0.73.0",
122
115
  "@types/react-redux": "^7.1.34",
123
116
  "@types/rollup-plugin-peer-deps-external": "^2.2.5",
124
- "@typescript-eslint/eslint-plugin": "^8.13.0",
125
- "@typescript-eslint/parser": "^8.13.0",
126
- "del": "^6.1.1",
127
- "eslint": "^9.14.0",
128
- "eslint-plugin-react": "^7.37.2",
129
- "prettier": "^3.3.3",
117
+ "@typescript-eslint/eslint-plugin": "^8.19.1",
118
+ "@typescript-eslint/parser": "^8.19.1",
119
+ "del": "^8.0.0",
120
+ "eslint": "^9.18.0",
121
+ "eslint-plugin-react": "^7.37.3",
122
+ "prettier": "^3.4.2",
130
123
  "prettier-eslint": "^16.3.0",
131
124
  "prettier-stylelint": "^0.4.2",
132
- "react-native": "0.76.2",
133
125
  "react-native-config": "1.5.3",
134
- "reactotron-core-client": "2.9.6",
135
- "reactotron-react-native": "^5.1.9",
136
- "reactotron-redux": "^3.1.10",
137
- "rollup": "^4.25.0",
126
+ "reactotron-core-client": "2.9.7",
127
+ "reactotron-react-native": "^5.1.12",
128
+ "reactotron-redux": "^3.1.11",
129
+ "rollup": "^4.30.1",
138
130
  "rollup-plugin-delete": "^2.1.0",
139
131
  "rollup-plugin-dts": "^6.1.1",
140
132
  "rollup-plugin-exclude-dependencies-from-bundle": "^1.1.23",
141
133
  "rollup-plugin-peer-deps-external": "^2.2.4",
142
- "semantic-release": "^24.2.0",
134
+ "semantic-release": "^24.2.1",
143
135
  "tslib": "^2.8.1",
144
- "typescript": "^5.6.3",
145
- "typescript-eslint": "^8.13.0"
136
+ "typescript": "^5.7.3",
137
+ "typescript-eslint": "^8.19.1"
146
138
  },
147
139
  "packageManager": "yarn@4.4.0"
148
140
  }