@marimo-team/frontend 0.10.10-dev7 → 0.10.10-dev8

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 (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marimo-team/frontend",
3
- "version": "0.10.10-dev7",
3
+ "version": "0.10.10-dev8",
4
4
  "main": "dist/main.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -158,7 +158,7 @@
158
158
  "lint:stylelint": "stylelint src/**/*.css --fix",
159
159
  "format": "biome format --write .",
160
160
  "preview": "vite preview",
161
- "dev:islands": "VITE_MARIMO_ISLANDS=true vite --config islands/vite.config.mts",
161
+ "dev:islands": "cross-env VITE_MARIMO_ISLANDS=true vite --config islands/vite.config.mts",
162
162
  "build:islands": "VITE_MARIMO_ISLANDS=true vite --config islands/vite.config.mts build",
163
163
  "preview:islands": "VITE_MARIMO_VERSION='0.4.6' VITE_MARIMO_ISLANDS=true vite --config islands/vite.config.mts build",
164
164
  "storybook": "storybook dev -p 6006",
@@ -200,6 +200,7 @@
200
200
  "autoprefixer": "^10.4.20",
201
201
  "babel-plugin-react-compiler": "19.0.0-beta-8a03594-20241020",
202
202
  "blob-polyfill": "^7.0.20220408",
203
+ "cross-env": "^7.0.3",
203
204
  "eslint": "^8.57.0",
204
205
  "eslint-config-prettier": "^9.1.0",
205
206
  "eslint-plugin-jsx-a11y": "^6.9.0",