@threlte/flex 2.0.4 → 2.0.5

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.
@@ -1,4 +1,4 @@
1
- import { type Snippet } from 'svelte';
1
+ import type { Snippet } from 'svelte';
2
2
  import type { NodeProps } from '../lib/props';
3
3
  export type BoxProps = NodeProps & {
4
4
  order?: number | undefined;
package/dist/Box/types.js CHANGED
@@ -1 +1 @@
1
- import {} from 'svelte';
1
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@threlte/flex",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "author": "Grischa Erbe <hello@legrisch.com> (https://legrisch.com)",
5
5
  "license": "MIT",
6
6
  "description": "Components to easily use the flexbox spec with Threlte",
@@ -20,7 +20,7 @@
20
20
  "prettier-plugin-svelte": "^3.2.2",
21
21
  "publint": "^0.2.7",
22
22
  "rimraf": "^5.0.5",
23
- "svelte": "^5.26.2",
23
+ "svelte": "5.26.2",
24
24
  "svelte-check": "^4.1.7",
25
25
  "svelte-preprocess": "^5.1.3",
26
26
  "svelte2tsx": "^0.7.6",
@@ -29,8 +29,8 @@
29
29
  "typescript": "^5.6.3",
30
30
  "typescript-eslint": "^8.32.0",
31
31
  "vite": "^5.2.8",
32
- "@threlte/core": "8.0.5",
33
- "@threlte/extras": "9.2.2"
32
+ "@threlte/core": "8.1.4",
33
+ "@threlte/extras": "9.4.4"
34
34
  },
35
35
  "dependencies": {
36
36
  "mitt": "^3.0.1",