@xyo-network/react-app-settings 2.72.1 → 2.72.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 +4 -4
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/assert": "^3.0.25",
13
+ "@xylabs/assert": "^3.1.7",
14
14
  "@xylabs/react-shared": "^3.1.6",
15
- "@xyo-network/react-shared": "~2.72.1"
15
+ "@xyo-network/react-shared": "~2.72.3"
16
16
  },
17
17
  "peerDependencies": {
18
18
  "@mui/icons-material": "^5",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "devDependencies": {
25
25
  "@xylabs/ts-scripts-yarn3": "^3.9.0",
26
- "typescript": "^5.4.4"
26
+ "typescript": "^5.4.5"
27
27
  },
28
28
  "description": "Common React library for all XYO projects that use React",
29
29
  "docs": "dist/docs.json",
@@ -76,6 +76,6 @@
76
76
  },
77
77
  "sideEffects": false,
78
78
  "types": "dist/browser/index.d.ts",
79
- "version": "2.72.1",
79
+ "version": "2.72.3",
80
80
  "type": "module"
81
81
  }