@xyo-network/react-drawer 2.77.0-rc.1 → 2.77.0

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 -5
package/package.json CHANGED
@@ -20,8 +20,8 @@
20
20
  },
21
21
  "devDependencies": {
22
22
  "@storybook/react": "^7.6.19",
23
- "@xylabs/ts-scripts-yarn3": "^3.10.4",
24
- "@xylabs/tsconfig-react": "^3.10.4",
23
+ "@xylabs/ts-scripts-yarn3": "^3.11.2",
24
+ "@xylabs/tsconfig-react": "^3.11.2",
25
25
  "typescript": "^5.4.5"
26
26
  },
27
27
  "description": "Common React library for all XYO projects that use React",
@@ -75,7 +75,6 @@
75
75
  },
76
76
  "sideEffects": false,
77
77
  "types": "dist/browser/index.d.ts",
78
- "version": "2.77.0-rc.1",
79
- "type": "module",
80
- "stableVersion": "2.76.6"
78
+ "version": "2.77.0",
79
+ "type": "module"
81
80
  }