@xyo-network/react-card 2.66.2 → 2.66.3

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 -5
package/package.json CHANGED
@@ -10,9 +10,9 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/react-flexbox": "^3.0.21",
14
- "@xyo-network/react-shared": "~2.66.2",
15
- "react-router-dom": "^6.20.0"
13
+ "@xylabs/react-flexbox": "^3.0.33",
14
+ "@xyo-network/react-shared": "~2.66.3",
15
+ "react-router-dom": "^6.20.1"
16
16
  },
17
17
  "peerDependencies": {
18
18
  "@mui/icons-material": "^5",
@@ -22,7 +22,7 @@
22
22
  "react-dom": "^18"
23
23
  },
24
24
  "devDependencies": {
25
- "@storybook/react": "^7.5.3",
25
+ "@storybook/react": "^7.6.3",
26
26
  "@xylabs/ts-scripts-yarn3": "^3.2.10",
27
27
  "@xylabs/tsconfig-react": "^3.2.10",
28
28
  "typescript": "^5.3.2"
@@ -78,6 +78,6 @@
78
78
  },
79
79
  "sideEffects": false,
80
80
  "types": "dist/browser/index.d.ts",
81
- "version": "2.66.2",
81
+ "version": "2.66.3",
82
82
  "type": "module"
83
83
  }