@marimo-team/islands 0.23.4-dev1 → 0.23.4-dev5

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 +4 -4
package/dist/main.js CHANGED
@@ -45232,7 +45232,7 @@ ${c}
45232
45232
  return Logger.warn("Failed to get version from mount config"), null;
45233
45233
  }
45234
45234
  }
45235
- const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.23.4-dev1"), showCodeInRunModeAtom = atom(true);
45235
+ const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.23.4-dev5"), showCodeInRunModeAtom = atom(true);
45236
45236
  atom(null);
45237
45237
  var VIRTUAL_FILE_REGEX = /\/@file\/([^\s"&'/]+)\.([\dA-Za-z]+)/g, VirtualFileTracker = class e {
45238
45238
  constructor() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marimo-team/islands",
3
- "version": "0.23.4-dev1",
3
+ "version": "0.23.4-dev5",
4
4
  "main": "dist/main.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -209,7 +209,7 @@
209
209
  "@types/react": "^19.2.10",
210
210
  "@types/react-dom": "^19.2.3",
211
211
  "@types/timestring": "^6.0.5",
212
- "@vitejs/plugin-react": "^5.1.4",
212
+ "@vitejs/plugin-react": "^5.2.0",
213
213
  "babel-plugin-react-compiler": "19.1.0-rc.3",
214
214
  "blob-polyfill": "^7.0.20220408",
215
215
  "cross-env": "^7.0.3",
@@ -226,11 +226,11 @@
226
226
  "storybook": "^10.2.12",
227
227
  "stylelint": "^16.26.1",
228
228
  "stylelint-config-standard": "^36.0.1",
229
- "tailwindcss": "^4.2.0",
229
+ "tailwindcss": "^4.2.2",
230
230
  "vega-typings": "^2.1.0",
231
231
  "vite": "npm:rolldown-vite@7.3.1",
232
232
  "vite-plugin-top-level-await": "^1.6.0",
233
- "vite-plugin-wasm": "^3.5.0",
233
+ "vite-plugin-wasm": "^3.6.0",
234
234
  "vitest": "^3.2.4"
235
235
  }
236
236
  }