@xyo-network/react-pointer-plugin 2.71.11 → 2.72.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 +5 -5
package/package.json CHANGED
@@ -11,13 +11,13 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@xylabs/react-flexbox": "^3.1.6",
14
- "@xyo-network/payload-model": "^2.94.9",
15
- "@xyo-network/react-payload-details": "~2.71.11",
16
- "@xyo-network/react-payload-plugin": "~2.71.11"
14
+ "@xyo-network/payload-model": "^2.94.23",
15
+ "@xyo-network/react-payload-details": "~2.72.1",
16
+ "@xyo-network/react-payload-plugin": "~2.72.1"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@xylabs/ts-scripts-yarn3": "^3.9.0",
20
- "typescript": "^5.4.3"
20
+ "typescript": "^5.4.4"
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.71.11",
82
+ "version": "2.72.1",
83
83
  "type": "module"
84
84
  }