maquinaweb-ui 2.76.0 → 2.77.1

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maquinaweb-ui",
3
- "version": "2.76.0",
3
+ "version": "2.77.1",
4
4
  "description": "A minimal React component library",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -71,11 +71,11 @@
71
71
  "dev": "concurrently \"cosmos --expose-imports\" \"next dev --port 3421\"",
72
72
  "build": "tsdown && bun run postbuild",
73
73
  "postbuild": "bun scripts/update-exports.ts",
74
- "build:vercel": "cosmos-export --config cosmos.config.vercel.json --expose-imports && rm -rf ./public/cosmos-ui && mkdir -p ./public/cosmos-ui && cp -R ./cosmos-export/. ./public/cosmos-ui && next build",
74
+ "build:vercel": "cosmos-export --config cosmos.config.vercel.json --expose-imports && rm -rf ./public/cosmos-ui && tsgo --noEmit && mkdir -p ./public/cosmos-ui && cp -R ./cosmos-export/. ./public/cosmos-ui && next build",
75
75
  "prepublishOnly": "bun run build",
76
76
  "prepare": "husky",
77
77
  "clean-exports": "bun scripts/clean-exports.ts",
78
- "type-check": "tsc --noEmit",
78
+ "type-check": "tsgo --noEmit",
79
79
  "lint": "biome lint .",
80
80
  "format": "biome check . --write --no-errors-on-unmatched --files-ignore-unknown=true",
81
81
  "lint:fix": "biome check --write ."
@@ -151,15 +151,16 @@
151
151
  },
152
152
  "devDependencies": {
153
153
  "@air/react-drag-to-select": "^5.0.5",
154
- "@biomejs/biome": "^2.4.13",
155
154
  "@atlaskit/pragmatic-drag-and-drop": "^1.8.1",
156
155
  "@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^2.1.5",
156
+ "@biomejs/biome": "^2.4.13",
157
157
  "@semantic-release/changelog": "^6.0.3",
158
158
  "@semantic-release/git": "^10.0.1",
159
159
  "@tailwindcss/postcss": "^4.2.4",
160
160
  "@types/inputmask": "^5.0.7",
161
161
  "@types/react": "^19.2.14",
162
162
  "@types/react-dom": "^19.2.3",
163
+ "@typescript/native-preview": "^7.0.0-dev.20260429.1",
163
164
  "cmdk": "^1.1.1",
164
165
  "concurrently": "^9.0.0",
165
166
  "cookies-next": "^6.1.1",
@@ -178,8 +179,7 @@
178
179
  "react-hook-form": "^7.74.0",
179
180
  "tailwindcss": "^4.2.4",
180
181
  "tsdown": "^0.21.10",
181
- "tw-animate-css": "^1.4.0",
182
- "typescript": "^6.0.3"
182
+ "tw-animate-css": "^1.4.0"
183
183
  },
184
184
  "keywords": [
185
185
  "react",