@xyo-network/react-property 2.25.30 → 2.25.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/docs.json +1 -1
  2. package/package.json +6 -6
package/dist/docs.json CHANGED
@@ -25973,7 +25973,7 @@
25973
25973
  ]
25974
25974
  },
25975
25975
  {
25976
- "title": "Type aliases",
25976
+ "title": "Type Aliases",
25977
25977
  "kind": 4194304,
25978
25978
  "children": [
25979
25979
  21,
package/package.json CHANGED
@@ -12,17 +12,17 @@
12
12
  "dependencies": {
13
13
  "@emotion/react": "^11.9.0",
14
14
  "@emotion/styled": "^11.8.1",
15
- "@mui/icons-material": "^5.8.0",
16
- "@mui/material": "^5.8.1",
15
+ "@mui/icons-material": "^5.8.2",
16
+ "@mui/material": "^5.8.2",
17
17
  "@xylabs/sdk-react": "^2.12.10",
18
18
  "@xyo-network/core": "^2.20.38",
19
- "@xyo-network/react-shared": "^2.25.30",
20
- "@xyo-network/react-theme": "^2.25.30",
19
+ "@xyo-network/react-shared": "^2.25.31",
20
+ "@xyo-network/react-theme": "^2.25.31",
21
21
  "lodash": "^4.17.21",
22
22
  "react": "^18.1.0",
23
23
  "react-dom": "^18.1.0",
24
24
  "tslib": "^2.4.0",
25
- "typedoc": "^0.22.15"
25
+ "typedoc": "^0.22.16"
26
26
  },
27
27
  "description": "Common React library for all XYO projects that use React",
28
28
  "devDependencies": {
@@ -100,6 +100,6 @@
100
100
  },
101
101
  "sideEffects": false,
102
102
  "types": "dist/esm/index.d.ts",
103
- "version": "2.25.30",
103
+ "version": "2.25.31",
104
104
  "packageManager": "yarn@3.1.1"
105
105
  }