@ultraviolet/form 1.7.1 → 1.7.3

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/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Ultraviolet Form
2
2
 
3
- [![npm version](https://badge.fury.io/js/%40scaleway%2Fform.svg)](https://badge.fury.io/js/%40scaleway%2Fform)
3
+ [![npm version](https://badge.fury.io/js/%40ultraviolet%2Fform.svg)](https://badge.fury.io/js/%40ultraviolet%2Fform)
4
4
 
5
5
  Ultraviolet Form is an extension of Ultraviolet UI including everything to build forms using React.
6
6
  It is using [React Final Form](https://final-form.org/react) under the hood.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ultraviolet/form",
3
- "version": "1.7.1",
3
+ "version": "1.7.3",
4
4
  "description": "Ultraviolet Form",
5
5
  "homepage": "https://github.com/scaleway/ultraviolet#readme",
6
6
  "repository": {
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "devDependencies": {
41
41
  "@babel/core": "7.22.17",
42
- "@types/final-form-focus": "1.1.4",
42
+ "@types/final-form-focus": "1.1.5",
43
43
  "@types/react": "18.2.21",
44
44
  "@types/react-dom": "18.2.7",
45
45
  "react": "18.2.0",
@@ -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.13.1"
58
+ "@ultraviolet/ui": "1.15.0"
59
59
  }
60
60
  }