@marimo-team/frontend 0.14.10-dev15 → 0.14.10-dev17
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 +6 -10
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@marimo-team/frontend",
|
3
|
-
"version": "0.14.10-
|
3
|
+
"version": "0.14.10-dev17",
|
4
4
|
"main": "dist/main.js",
|
5
5
|
"types": "dist/index.d.ts",
|
6
6
|
"type": "module",
|
@@ -190,13 +190,9 @@
|
|
190
190
|
"@codecov/vite-plugin": "^1.9.1",
|
191
191
|
"@csstools/postcss-light-dark-function": "^2.0.8",
|
192
192
|
"@playwright/test": "^1.53.1",
|
193
|
-
"@storybook/addon-docs": "^
|
194
|
-
"@storybook/addon-
|
195
|
-
"@storybook/
|
196
|
-
"@storybook/addon-links": "^8.6.14",
|
197
|
-
"@storybook/blocks": "^8.6.14",
|
198
|
-
"@storybook/react": "^8.6.14",
|
199
|
-
"@storybook/react-vite": "^8.6.14",
|
193
|
+
"@storybook/addon-docs": "^9.0.14",
|
194
|
+
"@storybook/addon-links": "^9.0.14",
|
195
|
+
"@storybook/react-vite": "^9.0.14",
|
200
196
|
"@swc-jotai/react-refresh": "^0.3.0",
|
201
197
|
"@testing-library/jest-dom": "^6.6.3",
|
202
198
|
"@testing-library/react": "^16.3.0",
|
@@ -220,7 +216,7 @@
|
|
220
216
|
"eslint-plugin-react": "^7.34.3",
|
221
217
|
"eslint-plugin-react-hooks": "^6.0.0-rc.1",
|
222
218
|
"eslint-plugin-ssr-friendly": "^1.3.0",
|
223
|
-
"eslint-plugin-storybook": "^0.
|
219
|
+
"eslint-plugin-storybook": "^9.0.14",
|
224
220
|
"eslint-plugin-unicorn": "^54.0.0",
|
225
221
|
"eslint-plugin-vitest": "^0.4.1",
|
226
222
|
"jsdom": "^24.1.3",
|
@@ -231,7 +227,7 @@
|
|
231
227
|
"react": "^19.1.0",
|
232
228
|
"react-compiler-runtime": "19.1.0-rc.1",
|
233
229
|
"react-dom": "^19.1.0",
|
234
|
-
"storybook": "^
|
230
|
+
"storybook": "^9.0.14",
|
235
231
|
"stylelint": "^16.19.1",
|
236
232
|
"stylelint-config-standard": "^36.0.1",
|
237
233
|
"tailwindcss": "^3.4.17",
|