@xyo-network/react-card 2.66.0 → 2.66.2

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 +6 -6
package/package.json CHANGED
@@ -11,8 +11,8 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@xylabs/react-flexbox": "^3.0.21",
14
- "@xyo-network/react-shared": "~2.66.0",
15
- "react-router-dom": "^6.19.0"
14
+ "@xyo-network/react-shared": "~2.66.2",
15
+ "react-router-dom": "^6.20.0"
16
16
  },
17
17
  "peerDependencies": {
18
18
  "@mui/icons-material": "^5",
@@ -23,9 +23,9 @@
23
23
  },
24
24
  "devDependencies": {
25
25
  "@storybook/react": "^7.5.3",
26
- "@xylabs/ts-scripts-yarn3": "^3.2.8",
27
- "@xylabs/tsconfig-react": "^3.2.8",
28
- "typescript": "^5.2.2"
26
+ "@xylabs/ts-scripts-yarn3": "^3.2.10",
27
+ "@xylabs/tsconfig-react": "^3.2.10",
28
+ "typescript": "^5.3.2"
29
29
  },
30
30
  "description": "Common React library for all XYO projects that use React",
31
31
  "docs": "dist/docs.json",
@@ -78,6 +78,6 @@
78
78
  },
79
79
  "sideEffects": false,
80
80
  "types": "dist/browser/index.d.ts",
81
- "version": "2.66.0",
81
+ "version": "2.66.2",
82
82
  "type": "module"
83
83
  }