@xyo-network/react-form 4.3.0-rc.1 → 4.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-form",
3
- "version": "4.3.0-rc.1",
3
+ "version": "4.3.0",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -43,15 +43,15 @@
43
43
  "lint-pkg": "npmPkgJsonLint ."
44
44
  },
45
45
  "dependencies": {
46
- "@xyo-network/react-form-credit-card": "^4.3.0-rc.1",
47
- "@xyo-network/react-form-group": "^4.3.0-rc.1"
46
+ "@xyo-network/react-form-credit-card": "^4.3.0",
47
+ "@xyo-network/react-form-group": "^4.3.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@xylabs/ts-scripts-yarn3": "^4.2.6",
51
51
  "@xylabs/tsconfig-react": "^4.2.6",
52
52
  "react": "^18.3.1",
53
53
  "react-dom": "^18.3.1",
54
- "react-router-dom": "^7.0.2",
54
+ "react-router-dom": "^7.1.0",
55
55
  "typescript": "^5.7.2"
56
56
  },
57
57
  "peerDependencies": {
@@ -64,6 +64,5 @@
64
64
  "publishConfig": {
65
65
  "access": "public"
66
66
  },
67
- "docs": "dist/docs.json",
68
- "stableVersion": "4.2.14"
67
+ "docs": "dist/docs.json"
69
68
  }