@fvc/input 2.0.0 → 2.0.1-hotfix-b2d9ee6ae1db0c0f1b807f2b066ce23e95a834af

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fvc/input",
3
- "version": "2.0.0",
3
+ "version": "2.0.1-hotfix-b2d9ee6ae1db0c0f1b807f2b066ce23e95a834af",
4
4
  "main": "./dist/lib/index.js",
5
5
  "types": "./dist/lib/input/src/index.d.ts",
6
6
  "files": [
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "peerDependencies": {
30
30
  "@fvc/icons": "^1.0.0",
31
- "@fvc/utils": "^2.0.0-rc.0",
31
+ "@fvc/utils": "^2.0.0",
32
32
  "react": "^18.0.0",
33
33
  "antd": "^5.0.0",
34
34
  "antd-mask-input": "^2.0.7"