@xyo-network/react-form 2.81.7 → 2.81.8

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 +4 -4
package/package.json CHANGED
@@ -10,8 +10,8 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/react-form-credit-card": "^2.81.7",
14
- "@xyo-network/react-form-group": "^2.81.7"
13
+ "@xyo-network/react-form-credit-card": "^2.81.8",
14
+ "@xyo-network/react-form-group": "^2.81.8"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "@mui/material": "^5",
@@ -22,7 +22,7 @@
22
22
  "devDependencies": {
23
23
  "@xylabs/ts-scripts-yarn3": "^3.12.4",
24
24
  "@xylabs/tsconfig-react": "^3.12.4",
25
- "typescript": "^5.5.3"
25
+ "typescript": "^5.5.4"
26
26
  },
27
27
  "description": "Common React library for all XYO projects that use React",
28
28
  "docs": "dist/docs.json",
@@ -75,6 +75,6 @@
75
75
  },
76
76
  "sideEffects": false,
77
77
  "types": "dist/browser/index.d.ts",
78
- "version": "2.81.7",
78
+ "version": "2.81.8",
79
79
  "type": "module"
80
80
  }