@xyo-network/react-event 4.0.4 → 4.1.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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-event",
3
- "version": "4.0.4",
3
+ "version": "4.1.1",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -43,11 +43,11 @@
43
43
  "lint-pkg": "npmPkgJsonLint ."
44
44
  },
45
45
  "dependencies": {
46
- "@xylabs/assert": "^4.0.10"
46
+ "@xylabs/assert": "^4.2.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@xylabs/ts-scripts-yarn3": "^4.0.7",
50
- "typescript": "^5.6.2"
49
+ "@xylabs/ts-scripts-yarn3": "^4.2.1",
50
+ "typescript": "^5.6.3"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "react": "^18.2.0",