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

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
@@ -10,14 +10,14 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
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"
13
+ "@xylabs/react-flexbox": "^3.1.6",
14
+ "@xyo-network/payload-model": "^2.93.8",
15
+ "@xyo-network/react-payload-details": "~2.71.1",
16
+ "@xyo-network/react-payload-plugin": "~2.71.1"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@xylabs/ts-scripts-yarn3": "^3.5.2",
20
- "typescript": "^5.4.2"
20
+ "typescript": "^5.4.3"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "@emotion/react": "^11",
@@ -79,6 +79,6 @@
79
79
  },
80
80
  "sideEffects": false,
81
81
  "types": "dist/browser/index.d.ts",
82
- "version": "2.70.7",
82
+ "version": "2.71.1",
83
83
  "type": "module"
84
84
  }