@xyo-network/react-pointer-plugin 2.70.5 → 2.70.7

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 +8 -6
package/package.json CHANGED
@@ -10,16 +10,18 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/react-flexbox": "^3.1.4",
14
- "@xyo-network/payload-model": "^2.92.0",
15
- "@xyo-network/react-payload-details": "~2.70.5",
16
- "@xyo-network/react-payload-plugin": "~2.70.5"
13
+ "@xylabs/react-flexbox": "^3.1.5",
14
+ "@xyo-network/payload-model": "^2.92.3",
15
+ "@xyo-network/react-payload-details": "~2.70.7",
16
+ "@xyo-network/react-payload-plugin": "~2.70.7"
17
17
  },
18
18
  "devDependencies": {
19
- "@xylabs/ts-scripts-yarn3": "^3.4.1",
19
+ "@xylabs/ts-scripts-yarn3": "^3.5.2",
20
20
  "typescript": "^5.4.2"
21
21
  },
22
22
  "peerDependencies": {
23
+ "@emotion/react": "^11",
24
+ "@emotion/styled": "^11",
23
25
  "@mui/icons-material": "^5",
24
26
  "@mui/material": "^5",
25
27
  "@mui/styles": "^5",
@@ -77,6 +79,6 @@
77
79
  },
78
80
  "sideEffects": false,
79
81
  "types": "dist/browser/index.d.ts",
80
- "version": "2.70.5",
82
+ "version": "2.70.7",
81
83
  "type": "module"
82
84
  }