@xyo-network/react-form 4.1.8 → 4.1.9

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 +8 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-form",
3
- "version": "4.1.8",
3
+ "version": "4.1.9",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -43,19 +43,23 @@
43
43
  "lint-pkg": "npmPkgJsonLint ."
44
44
  },
45
45
  "dependencies": {
46
- "@xyo-network/react-form-credit-card": "^4.1.8",
47
- "@xyo-network/react-form-group": "^4.1.8"
46
+ "@xyo-network/react-form-credit-card": "^4.1.9",
47
+ "@xyo-network/react-form-group": "^4.1.9"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@xylabs/ts-scripts-yarn3": "^4.2.3",
51
51
  "@xylabs/tsconfig-react": "^4.2.3",
52
+ "react": "^18.3.1",
53
+ "react-dom": "^18.3.1",
54
+ "react-router-dom": "^6.27.0",
52
55
  "typescript": "^5.6.3"
53
56
  },
54
57
  "peerDependencies": {
55
58
  "@mui/material": "^6",
56
59
  "@mui/styles": "^6",
57
60
  "react": "^18",
58
- "react-dom": "^18"
61
+ "react-dom": "^18",
62
+ "react-router-dom": "^6"
59
63
  },
60
64
  "publishConfig": {
61
65
  "access": "public"