app-studio 0.8.5 → 0.8.7

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,5 +1,5 @@
1
1
  {
2
- "version": "0.8.5",
2
+ "version": "0.8.7",
3
3
  "name": "app-studio",
4
4
  "description": "App Studio is a responsive and themeable framework to build cross platform applications",
5
5
  "repository": "git@github.com:rize-network/app-studio.git",
@@ -148,24 +148,19 @@
148
148
  "@size-limit/esbuild": "^12.0.0",
149
149
  "@size-limit/esbuild-why": "^12.0.0",
150
150
  "@size-limit/preset-small-lib": "^12.0.0",
151
- "@storybook/addon-essentials": "^7.5.3",
152
- "@storybook/addon-interactions": "^7.5.3",
153
- "@storybook/addon-knobs": "^7.0.2",
154
- "@storybook/addon-links": "^7.5.3",
155
- "@storybook/addon-onboarding": "^1.0.8",
156
- "@storybook/blocks": "^7.5.3",
157
- "@storybook/react": "^7.5.3",
158
- "@storybook/react-webpack5": "^7.5.3",
159
- "@storybook/testing-library": "^0.2.2",
151
+ "@storybook/addon-links": "^10.3.6",
152
+ "@storybook/addon-onboarding": "^10.3.6",
153
+ "@storybook/addon-webpack5-compiler-swc": "^4.0.3",
154
+ "@storybook/react": "^10.3.6",
155
+ "@storybook/react-webpack5": "^10.3.6",
160
156
  "@testing-library/jest-dom": "^6.9.1",
161
- "@testing-library/react": "^12.1.5",
162
- "@testing-library/react-hooks": "^8.0.1",
157
+ "@testing-library/react": "^16.1.0",
163
158
  "@testing-library/react-native": "^13.3.3",
164
159
  "@types/color": "^3.0.6",
165
160
  "@types/jest": "^30.0.0",
166
161
  "@types/node": "^20.19.39",
167
- "@types/react": "^17.0.0",
168
- "@types/react-dom": "^17.0.0",
162
+ "@types/react": "^19.0.0",
163
+ "@types/react-dom": "^19.0.0",
169
164
  "@types/selenium-webdriver": "^4.35.5",
170
165
  "@typescript-eslint/eslint-plugin": "^6.10.0",
171
166
  "@typescript-eslint/parser": "^6.10.0",
@@ -182,21 +177,21 @@
182
177
  "eslint-plugin-import": "^2.29.0",
183
178
  "eslint-plugin-jest": "^27.6.0",
184
179
  "eslint-plugin-prettier": "^5.0.1",
185
- "eslint-plugin-storybook": "^0.8.0",
180
+ "eslint-plugin-storybook": "^10.3.6",
186
181
  "husky": "^8.0.3",
187
182
  "jscodeshift": "^0.15.1",
188
183
  "lint-staged": "^15.0.2",
189
184
  "postcss": "^8.4.31",
190
185
  "prettier": "^3.0.3",
191
- "react": "^17.0.2",
192
- "react-dom": "^17.0.2",
186
+ "react": "^19.0.0",
187
+ "react-dom": "^19.0.0",
193
188
  "react-native": "^0.79.7",
194
- "react-test-renderer": "^17.0.2",
189
+ "react-test-renderer": "^19.0.0",
195
190
  "release-it": "^16.2.1",
196
191
  "rollup-plugin-terser": "^7.0.2",
197
192
  "selenium-webdriver": "^4.40.0",
198
193
  "size-limit": "^12.0.0",
199
- "storybook": "^7.5.3",
194
+ "storybook": "^10.3.6",
200
195
  "ts-node": "^10.9.2",
201
196
  "tsdx": "^0.14.1",
202
197
  "tslib": "^2.6.2",
@@ -204,8 +199,8 @@
204
199
  "typescript": "^5.2.2"
205
200
  },
206
201
  "peerDependencies": {
207
- "react": ">=17",
208
- "react-dom": ">=17",
202
+ "react": ">=18",
203
+ "react-dom": ">=18",
209
204
  "react-native": ">=0.79"
210
205
  },
211
206
  "peerDependenciesMeta": {