@expcat/tigercat-react 2.0.0-rc.1 → 2.0.0-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.d.mts +1 -1
  2. package/package.json +3 -3
package/dist/index.d.mts CHANGED
@@ -150,6 +150,6 @@ import 'react';
150
150
  * React components for Tigercat UI library
151
151
  */
152
152
 
153
- declare const version = "2.0.0-rc.1";
153
+ declare const version = "2.0.0-rc.2";
154
154
 
155
155
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expcat/tigercat-react",
3
- "version": "2.0.0-rc.1",
3
+ "version": "2.0.0-rc.2",
4
4
  "description": "React components for Tigercat UI library",
5
5
  "license": "MIT",
6
6
  "author": "Yizhe Wang",
@@ -782,10 +782,10 @@
782
782
  "access": "public"
783
783
  },
784
784
  "dependencies": {
785
- "@expcat/tigercat-core": "2.0.0-rc.1"
785
+ "@expcat/tigercat-core": "2.0.0-rc.2"
786
786
  },
787
787
  "devDependencies": {
788
- "@types/node": "^22.20.0",
788
+ "@types/node": "^26.1.1",
789
789
  "@types/react": "^19.2.17",
790
790
  "react": "^19.2.7",
791
791
  "react-dom": "^19.2.7",