x25 17.7.5 → 17.7.7
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import Immutable from "immutable";
|
|
2
2
|
import React from "react";
|
|
3
|
-
import { onSubmitImmutableFormFunc } from "react-immutable-form/types";
|
|
3
|
+
import type { onSubmitImmutableFormFunc } from "react-immutable-form/types";
|
|
4
4
|
type BankTransferFormProps = {
|
|
5
5
|
readonly buttonLabel: string;
|
|
6
6
|
readonly initialValues?: Immutable.Map<string, any>;
|
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "17.7.
|
|
2
|
+
"version": "17.7.7",
|
|
3
3
|
"name": "x25",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "x25",
|
|
6
|
+
"main": "./index.js",
|
|
6
7
|
"types": "./index.d.ts",
|
|
7
8
|
"scripts": {
|
|
8
9
|
"load": "npm run intern-pre && npm run ts && npm run intern-copy && npm publish ./dist",
|
|
@@ -128,8 +129,8 @@
|
|
|
128
129
|
"react": "^18.3.1",
|
|
129
130
|
"react-dom": "^18.3.1",
|
|
130
131
|
"react-final-form": "^7.0.0",
|
|
131
|
-
"react-immutable-form": "^1.1.
|
|
132
|
-
"react-immutable-form-with-bootstrap": "^1.0.
|
|
132
|
+
"react-immutable-form": "^1.1.11",
|
|
133
|
+
"react-immutable-form-with-bootstrap": "^1.0.12",
|
|
133
134
|
"react-notification-system-redux2": "^3.0.4",
|
|
134
135
|
"react-redux": "^9.2.0",
|
|
135
136
|
"redux": "^5.0.1",
|