@techstuff-dev/foundation-api-utils 1.40.0 → 1.42.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.40.0",
3
+ "version": "1.42.0",
4
4
  "description": "Foundation shared applications utilities.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -64,76 +64,76 @@
64
64
  "author": "",
65
65
  "license": "ISC",
66
66
  "dependencies": {
67
- "@reduxjs/toolkit": "^2.5.0",
67
+ "@reduxjs/toolkit": "^2.8.2",
68
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",
71
+ "react-native": "^0.76.9",
72
72
  "react-native-web": "^0.19.13",
73
73
  "react-redux": "^9.2.0",
74
74
  "redux": "^5.0.1",
75
75
  "redux-persist": "^6.0.0"
76
76
  },
77
77
  "devDependencies": {
78
- "@babel/cli": "^7.26.4",
79
- "@babel/core": "^7.26.0",
80
- "@babel/eslint-parser": "^7.26.5",
81
- "@babel/node": "^7.26.0",
82
- "@babel/plugin-proposal-decorators": "^7.25.9",
83
- "@babel/plugin-proposal-function-sent": "^7.25.9",
84
- "@babel/plugin-proposal-throw-expressions": "^7.25.9",
78
+ "@babel/cli": "^7.28.0",
79
+ "@babel/core": "^7.28.0",
80
+ "@babel/eslint-parser": "^7.28.0",
81
+ "@babel/node": "^7.28.0",
82
+ "@babel/plugin-proposal-decorators": "^7.28.0",
83
+ "@babel/plugin-proposal-function-sent": "^7.27.1",
84
+ "@babel/plugin-proposal-throw-expressions": "^7.27.1",
85
85
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
86
86
  "@babel/plugin-syntax-import-meta": "^7.10.4",
87
- "@babel/plugin-transform-class-properties": "^7.25.9",
88
- "@babel/plugin-transform-export-namespace-from": "^7.25.9",
89
- "@babel/plugin-transform-json-strings": "^7.25.9",
90
- "@babel/plugin-transform-numeric-separator": "^7.25.9",
91
- "@babel/plugin-transform-object-rest-spread": "^7.25.9",
92
- "@babel/plugin-transform-optional-catch-binding": "^7.25.9",
93
- "@babel/plugin-transform-optional-chaining": "^7.25.9",
94
- "@babel/plugin-transform-react-constant-elements": "^7.25.9",
95
- "@babel/plugin-transform-react-inline-elements": "^7.25.9",
96
- "@babel/plugin-transform-react-jsx": "^7.25.9",
97
- "@babel/plugin-transform-runtime": "^7.25.9",
98
- "@babel/preset-env": "^7.26.0",
99
- "@babel/preset-flow": "^7.25.9",
100
- "@babel/preset-react": "^7.26.3",
87
+ "@babel/plugin-transform-class-properties": "^7.27.1",
88
+ "@babel/plugin-transform-export-namespace-from": "^7.27.1",
89
+ "@babel/plugin-transform-json-strings": "^7.27.1",
90
+ "@babel/plugin-transform-numeric-separator": "^7.27.1",
91
+ "@babel/plugin-transform-object-rest-spread": "^7.28.0",
92
+ "@babel/plugin-transform-optional-catch-binding": "^7.27.1",
93
+ "@babel/plugin-transform-optional-chaining": "^7.27.1",
94
+ "@babel/plugin-transform-react-constant-elements": "^7.27.1",
95
+ "@babel/plugin-transform-react-inline-elements": "^7.27.1",
96
+ "@babel/plugin-transform-react-jsx": "^7.27.1",
97
+ "@babel/plugin-transform-runtime": "^7.28.0",
98
+ "@babel/preset-env": "^7.28.0",
99
+ "@babel/preset-flow": "^7.27.1",
100
+ "@babel/preset-react": "^7.27.1",
101
101
  "@babel/preset-stage-2": "^7.8.3",
102
- "@babel/preset-typescript": "^7.26.0",
103
- "@babel/register": "^7.25.9",
104
- "@commitlint/cli": "^19.6.1",
105
- "@commitlint/config-conventional": "^19.6.0",
106
- "@eslint/compat": "^1.2.5",
107
- "@react-native-async-storage/async-storage": "2.1.0",
102
+ "@babel/preset-typescript": "^7.27.1",
103
+ "@babel/register": "^7.27.1",
104
+ "@commitlint/cli": "^19.8.1",
105
+ "@commitlint/config-conventional": "^19.8.1",
106
+ "@eslint/compat": "^1.3.1",
107
+ "@react-native-async-storage/async-storage": "2.2.0",
108
108
  "@rollup/plugin-babel": "^6.0.4",
109
- "@rollup/plugin-commonjs": "^28.0.2",
110
- "@rollup/plugin-node-resolve": "^16.0.0",
111
- "@rollup/plugin-typescript": "^12.1.2",
109
+ "@rollup/plugin-commonjs": "^28.0.6",
110
+ "@rollup/plugin-node-resolve": "^16.0.1",
111
+ "@rollup/plugin-typescript": "^12.1.4",
112
112
  "@semantic-release/git": "^10.0.1",
113
- "@types/node": "^22.10.7",
114
- "@types/react": "^18.3.18",
113
+ "@types/node": "^22.16.5",
114
+ "@types/react": "^18.3.23",
115
115
  "@types/react-native": "^0.73.0",
116
- "@types/react-native-web": "^0.19.0",
116
+ "@types/react-native-web": "^0.19.1",
117
117
  "@types/react-redux": "^7.1.34",
118
118
  "@types/rollup-plugin-peer-deps-external": "^2.2.5",
119
- "@typescript-eslint/eslint-plugin": "^8.20.0",
120
- "@typescript-eslint/parser": "^8.20.0",
119
+ "@typescript-eslint/eslint-plugin": "^8.38.0",
120
+ "@typescript-eslint/parser": "^8.38.0",
121
121
  "del": "^8.0.0",
122
- "eslint": "^9.18.0",
123
- "eslint-plugin-react": "^7.37.4",
124
- "prettier": "^3.4.2",
125
- "prettier-eslint": "^16.3.0",
122
+ "eslint": "^9.31.0",
123
+ "eslint-plugin-react": "^7.37.5",
124
+ "prettier": "^3.6.2",
125
+ "prettier-eslint": "^16.4.2",
126
126
  "prettier-stylelint": "^0.4.2",
127
- "react-native-config": "1.5.3",
128
- "rollup": "^4.31.0",
129
- "rollup-plugin-delete": "^2.1.0",
130
- "rollup-plugin-dts": "^6.1.1",
131
- "rollup-plugin-exclude-dependencies-from-bundle": "^1.1.23",
127
+ "react-native-config": "1.5.5",
128
+ "rollup": "^4.45.1",
129
+ "rollup-plugin-delete": "^2.2.0",
130
+ "rollup-plugin-dts": "^6.2.1",
131
+ "rollup-plugin-exclude-dependencies-from-bundle": "^1.1.24",
132
132
  "rollup-plugin-peer-deps-external": "^2.2.4",
133
- "semantic-release": "^24.2.1",
133
+ "semantic-release": "^24.2.7",
134
134
  "tslib": "^2.8.1",
135
- "typescript": "^5.7.3",
136
- "typescript-eslint": "^8.20.0"
135
+ "typescript": "^5.8.3",
136
+ "typescript-eslint": "^8.38.0"
137
137
  },
138
138
  "packageManager": "yarn@4.6.0"
139
139
  }