@dreamtree-org/twreact-ui 1.1.1 → 1.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dreamtree-org/twreact-ui",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "A comprehensive React + Tailwind components library for building modern web apps",
5
5
  "author": {
6
6
  "name": "Partha Preetham Krishna",
@@ -81,12 +81,12 @@
81
81
  "@rollup/plugin-babel": "^6.0.4",
82
82
  "@rollup/plugin-commonjs": "^25.0.7",
83
83
  "@rollup/plugin-node-resolve": "^15.2.3",
84
- "@storybook/addon-essentials": "^7.6.17",
85
- "@storybook/addon-interactions": "^7.6.17",
86
- "@storybook/addon-links": "^7.6.17",
87
- "@storybook/blocks": "^7.6.17",
88
- "@storybook/react": "^7.6.17",
89
- "@storybook/react-vite": "^7.6.17",
84
+ "@storybook/addon-essentials": "8.6.15",
85
+ "@storybook/addon-interactions": "8.6.15",
86
+ "@storybook/addon-links": "8.6.15",
87
+ "@storybook/blocks": "8.6.15",
88
+ "@storybook/react": "8.6.15",
89
+ "@storybook/react-vite": "8.6.15",
90
90
  "@testing-library/jest-dom": "^6.1.4",
91
91
  "@testing-library/react": "^13.4.0",
92
92
  "@testing-library/user-event": "^14.5.1",
@@ -106,8 +106,8 @@
106
106
  "rollup-plugin-peer-deps-external": "^2.2.4",
107
107
  "rollup-plugin-postcss": "^4.0.2",
108
108
  "serve": "^14.2.1",
109
- "storybook": "^7.6.17",
109
+ "storybook": "8.6.15",
110
110
  "tailwindcss": "^3.3.5",
111
- "vite": "^4.5.0"
111
+ "vite": "^6.1.0"
112
112
  }
113
113
  }