@techstuff-dev/foundation-api-utils 1.31.0 → 1.33.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.31.0",
3
+ "version": "1.33.0",
4
4
  "description": "Foundation shared applications utilities.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -64,8 +64,9 @@
64
64
  "author": "",
65
65
  "license": "ISC",
66
66
  "dependencies": {
67
- "@reduxjs/toolkit": "2.2.7",
68
- "aws-amplify": "5.3.23",
67
+ "@react-native-async-storage/async-storage": "1.24.0",
68
+ "@reduxjs/toolkit": "2.3.0",
69
+ "aws-amplify": "5.3.26",
69
70
  "jwt-decode": "4.0.0",
70
71
  "react": "^18.3.1",
71
72
  "react-redux": "9.1.2",
@@ -74,74 +75,74 @@
74
75
  },
75
76
  "peerDependencies": {
76
77
  "@react-native-async-storage/async-storage": "1.24.0",
77
- "@reduxjs/toolkit": "2.2.7",
78
- "aws-amplify": "5.3.23",
78
+ "@reduxjs/toolkit": "2.3.0",
79
+ "aws-amplify": "5.3.26",
79
80
  "react": "^18",
80
81
  "react-redux": "9.1.2",
81
82
  "redux": "5.0.1",
82
83
  "redux-persist": "6.0.0"
83
84
  },
84
85
  "devDependencies": {
85
- "@babel/cli": "^7.25.6",
86
- "@babel/core": "^7.25.2",
87
- "@babel/eslint-parser": "^7.25.1",
88
- "@babel/node": "^7.25.0",
89
- "@babel/plugin-proposal-decorators": "^7.24.7",
90
- "@babel/plugin-proposal-function-sent": "^7.24.7",
91
- "@babel/plugin-proposal-throw-expressions": "^7.24.7",
86
+ "@babel/cli": "^7.25.9",
87
+ "@babel/core": "^7.26.0",
88
+ "@babel/eslint-parser": "^7.25.9",
89
+ "@babel/node": "^7.26.0",
90
+ "@babel/plugin-proposal-decorators": "^7.25.9",
91
+ "@babel/plugin-proposal-function-sent": "^7.25.9",
92
+ "@babel/plugin-proposal-throw-expressions": "^7.25.9",
92
93
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
93
94
  "@babel/plugin-syntax-import-meta": "^7.10.4",
94
- "@babel/plugin-transform-class-properties": "^7.25.4",
95
- "@babel/plugin-transform-export-namespace-from": "^7.24.7",
96
- "@babel/plugin-transform-json-strings": "^7.24.7",
97
- "@babel/plugin-transform-numeric-separator": "^7.24.7",
98
- "@babel/plugin-transform-object-rest-spread": "^7.24.7",
99
- "@babel/plugin-transform-optional-catch-binding": "^7.24.7",
100
- "@babel/plugin-transform-optional-chaining": "^7.24.8",
101
- "@babel/plugin-transform-react-constant-elements": "^7.25.1",
102
- "@babel/plugin-transform-react-inline-elements": "^7.24.7",
103
- "@babel/plugin-transform-react-jsx": "^7.25.2",
104
- "@babel/plugin-transform-runtime": "^7.25.4",
105
- "@babel/preset-env": "^7.25.4",
106
- "@babel/preset-flow": "^7.24.7",
107
- "@babel/preset-react": "^7.24.7",
95
+ "@babel/plugin-transform-class-properties": "^7.25.9",
96
+ "@babel/plugin-transform-export-namespace-from": "^7.25.9",
97
+ "@babel/plugin-transform-json-strings": "^7.25.9",
98
+ "@babel/plugin-transform-numeric-separator": "^7.25.9",
99
+ "@babel/plugin-transform-object-rest-spread": "^7.25.9",
100
+ "@babel/plugin-transform-optional-catch-binding": "^7.25.9",
101
+ "@babel/plugin-transform-optional-chaining": "^7.25.9",
102
+ "@babel/plugin-transform-react-constant-elements": "^7.25.9",
103
+ "@babel/plugin-transform-react-inline-elements": "^7.25.9",
104
+ "@babel/plugin-transform-react-jsx": "^7.25.9",
105
+ "@babel/plugin-transform-runtime": "^7.25.9",
106
+ "@babel/preset-env": "^7.26.0",
107
+ "@babel/preset-flow": "^7.25.9",
108
+ "@babel/preset-react": "^7.25.9",
108
109
  "@babel/preset-stage-2": "^7.8.3",
109
- "@babel/preset-typescript": "^7.24.7",
110
- "@babel/register": "^7.24.6",
110
+ "@babel/preset-typescript": "^7.26.0",
111
+ "@babel/register": "^7.25.9",
111
112
  "@commitlint/cli": "^19.5.0",
112
113
  "@commitlint/config-conventional": "^19.5.0",
113
- "@eslint/compat": "^1.1.1",
114
+ "@eslint/compat": "^1.2.2",
114
115
  "@rollup/plugin-babel": "^6.0.4",
115
116
  "@rollup/plugin-commonjs": "^25.0.8",
116
- "@rollup/plugin-node-resolve": "^15.2.3",
117
+ "@rollup/plugin-node-resolve": "^15.3.0",
117
118
  "@rollup/plugin-typescript": "^11.1.6",
118
119
  "@semantic-release/git": "^10.0.1",
119
- "@types/node": "^20.16.5",
120
- "@types/react": "^18.3.8",
121
- "@types/react-redux": "^7.1.33",
120
+ "@types/node": "^20.17.6",
121
+ "@types/react": "^18.3.12",
122
+ "@types/react-redux": "^7.1.34",
122
123
  "@types/rollup-plugin-peer-deps-external": "^2.2.5",
123
- "@typescript-eslint/eslint-plugin": "^8.6.0",
124
- "@typescript-eslint/parser": "^8.6.0",
124
+ "@typescript-eslint/eslint-plugin": "^8.13.0",
125
+ "@typescript-eslint/parser": "^8.13.0",
125
126
  "del": "^6.1.1",
126
- "eslint": "^9.11.0",
127
- "eslint-plugin-react": "^7.36.1",
127
+ "eslint": "^9.14.0",
128
+ "eslint-plugin-react": "^7.37.2",
128
129
  "prettier": "^3.3.3",
129
130
  "prettier-eslint": "^16.3.0",
130
131
  "prettier-stylelint": "^0.4.2",
131
- "react-native": "0.74.5",
132
+ "react-native": "0.74.6",
132
133
  "react-native-config": "1.5.3",
133
- "reactotron-core-client": "2.9.4",
134
- "reactotron-react-native": "^5.1.8",
134
+ "reactotron-core-client": "2.9.6",
135
+ "reactotron-react-native": "^5.1.9",
135
136
  "reactotron-redux": "^3.1.10",
136
- "rollup": "^4.22.4",
137
+ "rollup": "^4.25.0",
137
138
  "rollup-plugin-delete": "^2.1.0",
138
139
  "rollup-plugin-dts": "^6.1.1",
139
140
  "rollup-plugin-exclude-dependencies-from-bundle": "^1.1.23",
140
141
  "rollup-plugin-peer-deps-external": "^2.2.4",
141
- "semantic-release": "^24.1.1",
142
- "tslib": "^2.7.0",
143
- "typescript": "^5.6.2",
144
- "typescript-eslint": "^8.6.0"
142
+ "semantic-release": "^24.2.0",
143
+ "tslib": "^2.8.1",
144
+ "typescript": "^5.6.3",
145
+ "typescript-eslint": "^8.13.0"
145
146
  },
146
147
  "packageManager": "yarn@4.4.0"
147
148
  }