@almadar/ui 5.142.0 → 5.144.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/ui",
3
- "version": "5.142.0",
3
+ "version": "5.144.0",
4
4
  "description": "React UI components, hooks, and providers for Almadar",
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -118,12 +118,12 @@
118
118
  "access": "public"
119
119
  },
120
120
  "dependencies": {
121
- "@almadar/core": "^10.48.0",
122
- "@almadar/evaluator": "^2.38.0",
123
- "@almadar/logger": "^1.10.0",
124
- "@almadar/runtime": "^6.48.0",
125
- "@almadar/std": "^16.158.0",
126
- "@almadar/syntax": "^1.13.0",
121
+ "@almadar/core": "^10.51.0",
122
+ "@almadar/evaluator": "^2.39.0",
123
+ "@almadar/logger": "^1.11.0",
124
+ "@almadar/runtime": "^6.50.0",
125
+ "@almadar/std": "^16.163.0",
126
+ "@almadar/syntax": "^1.14.0",
127
127
  "@dnd-kit/core": "^6.3.1",
128
128
  "@dnd-kit/sortable": "^10.0.0",
129
129
  "@dnd-kit/utilities": "^3.2.2",
@@ -189,7 +189,7 @@
189
189
  "@types/react-dom": "^19.0.0",
190
190
  "@types/react-syntax-highlighter": "^15.5.0",
191
191
  "@types/three": "^0.160.0",
192
- "@typescript-eslint/parser": "8.56.0",
192
+ "@typescript-eslint/parser": "8.65.0",
193
193
  "@vitejs/plugin-react": "^4.2.0",
194
194
  "@vitest/ui": "^3.2.6",
195
195
  "autoprefixer": "^10.4.0",
@@ -234,6 +234,7 @@
234
234
  },
235
235
  "scripts": {
236
236
  "build": "rm -rf dist && NODE_OPTIONS=--max-old-space-size=8192 tsup",
237
+ "build:dev": "NODE_OPTIONS=--max-old-space-size=8192 UI_SKIP_DTS=1 tsup",
237
238
  "build:watch": "tsup --watch",
238
239
  "typecheck": "tsc --noEmit",
239
240
  "lint": "eslint --no-warn-ignored --max-warnings 0 .",