@marimo-team/islands 0.19.7-dev8 → 0.19.7-dev9

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/main.js +1 -1
  2. package/package.json +5 -5
package/dist/main.js CHANGED
@@ -101171,7 +101171,7 @@ Defaulting to \`null\`.`;
101171
101171
  return Logger.warn("Failed to get version from mount config"), null;
101172
101172
  }
101173
101173
  }
101174
- const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.19.7-dev8"), showCodeInRunModeAtom = atom(true);
101174
+ const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.19.7-dev9"), showCodeInRunModeAtom = atom(true);
101175
101175
  atom(null);
101176
101176
  var VIRTUAL_FILE_REGEX = /\/@file\/([^\s"&'/]+)\.([\dA-Za-z]+)/g, VirtualFileTracker = class e {
101177
101177
  constructor() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marimo-team/islands",
3
- "version": "0.19.7-dev8",
3
+ "version": "0.19.7-dev9",
4
4
  "main": "dist/main.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -216,9 +216,9 @@
216
216
  "@codecov/vite-plugin": "^1.9.1",
217
217
  "@csstools/postcss-light-dark-function": "^2.0.11",
218
218
  "@playwright/test": "^1.57.0",
219
- "@storybook/addon-docs": "^10.1.11",
220
- "@storybook/addon-links": "^10.1.11",
221
- "@storybook/react-vite": "^10.1.11",
219
+ "@storybook/addon-docs": "^10.2.0",
220
+ "@storybook/addon-links": "^10.2.0",
221
+ "@storybook/react-vite": "^10.2.0",
222
222
  "@swc-jotai/react-refresh": "^0.5.0",
223
223
  "@testing-library/jest-dom": "^6.9.1",
224
224
  "@testing-library/react": "^16.3.1",
@@ -253,7 +253,7 @@
253
253
  "react": "^19.2.3",
254
254
  "react-compiler-runtime": "19.1.0-rc.3",
255
255
  "react-dom": "^19.2.3",
256
- "storybook": "^10.1.11",
256
+ "storybook": "^10.2.0",
257
257
  "stylelint": "^16.26.1",
258
258
  "stylelint-config-standard": "^36.0.1",
259
259
  "tailwindcss": "^4.1.18",