@xyo-network/react-form-credit-card 4.0.3 → 4.1.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 +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-form-credit-card",
3
- "version": "4.0.3",
3
+ "version": "4.1.0",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -43,28 +43,28 @@
43
43
  "lint-pkg": "npmPkgJsonLint ."
44
44
  },
45
45
  "dependencies": {
46
- "@mui/icons-material": "^6.1.2",
47
- "@xylabs/assert": "^4.0.10",
48
- "@xylabs/object": "^4.0.10",
49
- "@xylabs/react-flexbox": "^5.0.1",
50
- "@xylabs/react-promise": "^5.0.1",
51
- "@xyo-network/archivist-storage": "^3.1.14",
52
- "@xyo-network/payload-model": "^3.1.14",
53
- "@xyo-network/react-error": "^4.0.3",
54
- "@xyo-network/react-form-group": "^4.0.3",
55
- "@xyo-network/react-shared": "^4.0.3",
46
+ "@mui/icons-material": "^6.1.3",
47
+ "@xylabs/assert": "^4.2.0",
48
+ "@xylabs/object": "^4.2.0",
49
+ "@xylabs/react-flexbox": "^5.2.0",
50
+ "@xylabs/react-promise": "^5.2.0",
51
+ "@xyo-network/archivist-storage": "^3.2.0",
52
+ "@xyo-network/payload-model": "^3.2.0",
53
+ "@xyo-network/react-error": "^4.1.0",
54
+ "@xyo-network/react-form-group": "^4.1.0",
55
+ "@xyo-network/react-shared": "^4.1.0",
56
56
  "card-validator": "^10.0.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@mui/material": "^6.1.2",
60
- "@mui/styles": "^6.1.2",
59
+ "@mui/material": "^6.1.3",
60
+ "@mui/styles": "^6.1.3",
61
61
  "@storybook/react": "^8.3.5",
62
- "@xylabs/ts-scripts-yarn3": "^4.0.7",
63
- "@xylabs/tsconfig-react": "^4.0.7",
62
+ "@xylabs/ts-scripts-yarn3": "^4.2.1",
63
+ "@xylabs/tsconfig-react": "^4.2.1",
64
64
  "react": "^18.3.1",
65
65
  "react-dom": "^18.3.1",
66
66
  "storybook": "^8.3.5",
67
- "typescript": "^5.6.2"
67
+ "typescript": "^5.6.3"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "@mui/material": "^6",