@teamprodevs/appsmith-custom-table 0.4.3 → 0.4.4

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.
package/dist/index.d.ts CHANGED
@@ -5736,8 +5736,6 @@ declare const TableModelSchema: default_2.ZodObject<{
5736
5736
  limit: default_2.ZodOptional<default_2.ZodNumber>;
5737
5737
  }, default_2.core.$strip>], null>, default_2.core.$ZodFunctionOut>>;
5738
5738
  updateModel: default_2.ZodOptional<default_2.ZodFunction<default_2.ZodTuple<readonly [default_2.ZodAny], null>, default_2.core.$ZodFunctionOut>>;
5739
- page: default_2.ZodNumber;
5740
- setPage: default_2.ZodAny;
5741
5739
  }, default_2.core.$strip>;
5742
5740
 
5743
5741
  export { }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamprodevs/appsmith-custom-table",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "keywords": [
@@ -49,7 +49,6 @@
49
49
  "@radix-ui/react-slot": "^1.2.4",
50
50
  "@radix-ui/react-switch": "^1.2.6",
51
51
  "@radix-ui/react-tooltip": "^1.2.8",
52
- "@storybook/react": "^10.0.8",
53
52
  "@tailwindcss/vite": "^4.1.17",
54
53
  "@tanstack/react-table": "^8.21.3",
55
54
  "autoprefixer": "^10.4.22",
@@ -68,12 +67,12 @@
68
67
  "zod": "^4.1.12"
69
68
  },
70
69
  "devDependencies": {
71
- "@chromatic-com/storybook": "4.1.2",
70
+ "@chromatic-com/storybook": "4.1.3",
72
71
  "@eslint/js": "latest",
73
- "@storybook/addon-a11y": "10.0.7",
74
- "@storybook/addon-docs": "10.0.7",
75
- "@storybook/addon-vitest": "10.0.7",
76
- "@storybook/react-vite": "10.0.7",
72
+ "@storybook/addon-a11y": "10.0.8",
73
+ "@storybook/addon-docs": "10.0.8",
74
+ "@storybook/addon-vitest": "10.0.8",
75
+ "@storybook/react-vite": "10.0.8",
77
76
  "@types/lodash": "^4.17.20",
78
77
  "@types/node": "^24.10.1",
79
78
  "@types/react": "^19.2.6",
@@ -85,16 +84,20 @@
85
84
  "eslint": "^9.39.1",
86
85
  "eslint-plugin-react-hooks": "^5.2.0",
87
86
  "eslint-plugin-react-refresh": "^0.4.24",
88
- "eslint-plugin-storybook": "10.0.7",
87
+ "eslint-plugin-storybook": "10.0.8",
89
88
  "globals": "^16.5.0",
90
89
  "playwright": "^1.56.1",
91
- "storybook": "10.0.7",
90
+ "storybook": "10.0.8",
92
91
  "tw-animate-css": "^1.4.0",
93
92
  "typescript": "~5.9.3",
94
93
  "typescript-eslint": "^8.47.0",
95
94
  "vite": "^7.2.4",
96
95
  "vitest": "^4.0.13"
97
96
  },
97
+ "resolutions": {
98
+ "react-dom": "18.3.1",
99
+ "react": "18.3.1"
100
+ },
98
101
  "author": "Ramz001",
99
102
  "license": "MIT"
100
103
  }