x25 19.0.0 → 19.0.1

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.
@@ -5,7 +5,7 @@ type TypeInputPropTypes = {
5
5
  readonly className?: string;
6
6
  readonly delay?: number;
7
7
  readonly id?: string;
8
- readonly inputRef?: React.RefObject<HTMLInputElement>;
8
+ readonly inputRef?: React.RefObject<HTMLInputElement | null>;
9
9
  readonly name?: string;
10
10
  readonly placeholder?: string;
11
11
  readonly tabIndex?: number;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "19.0.0",
2
+ "version": "19.0.1",
3
3
  "name": "x25",
4
4
  "type": "module",
5
5
  "description": "x25",
@@ -147,13 +147,12 @@
147
147
  "react": "^19.2.4",
148
148
  "react-dom": "^19.2.4",
149
149
  "react-final-form": "^7.0.0",
150
- "react-immutable-form": "^1.1.11",
151
- "react-immutable-form-with-bootstrap": "^1.0.13",
150
+ "react-immutable-form": "^19.0.0",
151
+ "react-immutable-form-with-bootstrap": "^19.0.0",
152
152
  "react-redux": "^9.2.0",
153
153
  "react-toastify": "^11.0.5",
154
154
  "redux": "^5.0.1",
155
155
  "reselect": "^5.1.1",
156
- "superagent": "^8.1.2",
157
- "x25": "^17.4.70"
156
+ "superagent": "^8.1.2"
158
157
  }
159
158
  }