@flamingo-stack/openframe-frontend-core 0.0.441-snapshot.20260717120707 → 0.0.441

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 +1 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flamingo-stack/openframe-frontend-core",
3
- "version": "0.0.441-snapshot.20260717120707",
3
+ "version": "0.0.441",
4
4
  "description": "Shared design system and components for all Flamingo platforms",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -267,10 +267,6 @@
267
267
  "yalc:push": "yalc push ${YALC_STORE_FOLDER:+--store-folder \"$YALC_STORE_FOLDER\"}",
268
268
  "yalc:publish": "yalc publish ${YALC_STORE_FOLDER:+--store-folder \"$YALC_STORE_FOLDER\"}",
269
269
  "generate:icons": "node scripts/generate-icons.mjs",
270
- "lint:biome": "biome check .",
271
- "lint:biome:fix": "biome check --fix .",
272
- "format": "biome format .",
273
- "format:fix": "biome format --fix .",
274
270
  "storybook": "storybook dev -p 6006",
275
271
  "build-storybook": "storybook build"
276
272
  },
@@ -366,7 +362,6 @@
366
362
  "vaul": "^1.1.2"
367
363
  },
368
364
  "devDependencies": {
369
- "@biomejs/biome": "2.4.4",
370
365
  "@hookform/resolvers": "^5.4.0",
371
366
  "@storybook/nextjs-vite": "^10.1.11",
372
367
  "@svgr/cli": "^8.1.0",