@ultraviolet/form 1.5.1 → 1.5.2

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +0 -1
  2. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -622,7 +622,6 @@ declare const TextInputField: react.ForwardRefExoticComponent<BaseFieldProps<Tex
622
622
  accept?: string | undefined;
623
623
  alt?: string | undefined;
624
624
  capture?: boolean | "user" | "environment" | undefined;
625
- crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
626
625
  enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
627
626
  formAction?: string | undefined;
628
627
  formEncType?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ultraviolet/form",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "Ultraviolet Form",
5
5
  "homepage": "https://github.com/scaleway/ultraviolet#readme",
6
6
  "repository": {
@@ -40,8 +40,8 @@
40
40
  "devDependencies": {
41
41
  "@babel/core": "7.22.15",
42
42
  "@types/final-form-focus": "1.1.4",
43
- "@types/react": "18.2.14",
44
- "@types/react-dom": "18.2.6",
43
+ "@types/react": "18.2.21",
44
+ "@types/react-dom": "18.2.7",
45
45
  "react": "18.2.0",
46
46
  "react-dom": "18.2.0"
47
47
  },
@@ -55,6 +55,6 @@
55
55
  "react-final-form": "6.5.9",
56
56
  "react-final-form-arrays": "3.1.4",
57
57
  "react-select": "5.7.4",
58
- "@ultraviolet/ui": "1.11.1"
58
+ "@ultraviolet/ui": "1.11.2"
59
59
  }
60
60
  }