@toptal/picasso-forms 25.0.0 → 26.0.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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9,7 +9,6 @@ This package combines the state-management power of [React Final Form](https://f
9
9
  The following peer dependencies are required:
10
10
 
11
11
  - `@toptal/picasso`
12
- - `@toptal/picasso-lab`
13
12
  - `@toptal/picasso-shared`
14
13
  - `react`
15
14
  - `react-dom`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/picasso-forms",
3
- "version": "25.0.0",
3
+ "version": "26.0.0",
4
4
  "description": "Picasso form components",
5
5
  "author": "Toptal",
6
6
  "homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-forms#readme",
@@ -23,7 +23,7 @@
23
23
  "url": "https://github.com/toptal/picasso/issues"
24
24
  },
25
25
  "peerDependencies": {
26
- "@toptal/picasso": "^18.0.0",
26
+ "@toptal/picasso": "^18.1.0",
27
27
  "@toptal/picasso-shared": "^7.2.0",
28
28
  "react": "^16.12.0",
29
29
  "react-dom": "^16.12.0"