@dxos/plugin-deck 0.7.5-staging.2ff1350 → 0.7.5-staging.b81e783

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 +29 -29
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/plugin-deck",
3
- "version": "0.7.5-staging.2ff1350",
3
+ "version": "0.7.5-staging.b81e783",
4
4
  "description": "DXOS Surface plugin for the main application layout.",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -35,29 +35,29 @@
35
35
  "@preact/signals-core": "^1.6.0",
36
36
  "effect": "^3.12.3",
37
37
  "immer": "^10.1.1",
38
- "@dxos/app-framework": "0.7.5-staging.2ff1350",
39
- "@dxos/artifact": "0.7.5-staging.2ff1350",
40
- "@dxos/async": "0.7.5-staging.2ff1350",
41
- "@dxos/debug": "0.7.5-staging.2ff1350",
42
- "@dxos/echo-schema": "0.7.5-staging.2ff1350",
43
- "@dxos/echo-signals": "0.7.5-staging.2ff1350",
44
- "@dxos/keyboard": "0.7.5-staging.2ff1350",
45
- "@dxos/invariant": "0.7.5-staging.2ff1350",
46
- "@dxos/local-storage": "0.7.5-staging.2ff1350",
47
- "@dxos/live-object": "0.7.5-staging.2ff1350",
48
- "@dxos/log": "0.7.5-staging.2ff1350",
49
- "@dxos/plugin-attention": "0.7.5-staging.2ff1350",
50
- "@dxos/plugin-client": "0.7.5-staging.2ff1350",
51
- "@dxos/plugin-graph": "0.7.5-staging.2ff1350",
52
- "@dxos/plugin-observability": "0.7.5-staging.2ff1350",
53
- "@dxos/plugin-theme": "0.7.5-staging.2ff1350",
54
- "@dxos/react-client": "0.7.5-staging.2ff1350",
55
- "@dxos/react-ui-form": "0.7.5-staging.2ff1350",
56
- "@dxos/react-ui-attention": "0.7.5-staging.2ff1350",
57
- "@dxos/react-ui-tabs": "0.7.5-staging.2ff1350",
58
- "@dxos/react-ui-text-tooltip": "0.7.5-staging.2ff1350",
59
- "@dxos/util": "0.7.5-staging.2ff1350",
60
- "@dxos/react-ui-stack": "0.7.5-staging.2ff1350"
38
+ "@dxos/artifact": "0.7.5-staging.b81e783",
39
+ "@dxos/async": "0.7.5-staging.b81e783",
40
+ "@dxos/debug": "0.7.5-staging.b81e783",
41
+ "@dxos/echo-schema": "0.7.5-staging.b81e783",
42
+ "@dxos/invariant": "0.7.5-staging.b81e783",
43
+ "@dxos/echo-signals": "0.7.5-staging.b81e783",
44
+ "@dxos/keyboard": "0.7.5-staging.b81e783",
45
+ "@dxos/live-object": "0.7.5-staging.b81e783",
46
+ "@dxos/plugin-attention": "0.7.5-staging.b81e783",
47
+ "@dxos/local-storage": "0.7.5-staging.b81e783",
48
+ "@dxos/log": "0.7.5-staging.b81e783",
49
+ "@dxos/plugin-client": "0.7.5-staging.b81e783",
50
+ "@dxos/plugin-graph": "0.7.5-staging.b81e783",
51
+ "@dxos/app-framework": "0.7.5-staging.b81e783",
52
+ "@dxos/plugin-observability": "0.7.5-staging.b81e783",
53
+ "@dxos/plugin-theme": "0.7.5-staging.b81e783",
54
+ "@dxos/react-client": "0.7.5-staging.b81e783",
55
+ "@dxos/react-ui-attention": "0.7.5-staging.b81e783",
56
+ "@dxos/react-ui-stack": "0.7.5-staging.b81e783",
57
+ "@dxos/react-ui-tabs": "0.7.5-staging.b81e783",
58
+ "@dxos/react-ui-text-tooltip": "0.7.5-staging.b81e783",
59
+ "@dxos/react-ui-form": "0.7.5-staging.b81e783",
60
+ "@dxos/util": "0.7.5-staging.b81e783"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@phosphor-icons/react": "^2.1.5",
@@ -66,16 +66,16 @@
66
66
  "react": "~18.2.0",
67
67
  "react-dom": "~18.2.0",
68
68
  "vite": "5.4.7",
69
- "@dxos/react-ui": "0.7.5-staging.2ff1350",
70
- "@dxos/storybook-utils": "0.7.5-staging.2ff1350",
71
- "@dxos/react-ui-theme": "0.7.5-staging.2ff1350"
69
+ "@dxos/react-ui": "0.7.5-staging.b81e783",
70
+ "@dxos/storybook-utils": "0.7.5-staging.b81e783",
71
+ "@dxos/react-ui-theme": "0.7.5-staging.b81e783"
72
72
  },
73
73
  "peerDependencies": {
74
74
  "@phosphor-icons/react": "^2.0.5",
75
75
  "react": "~18.2.0",
76
76
  "react-dom": "~18.2.0",
77
- "@dxos/react-ui": "0.7.5-staging.2ff1350",
78
- "@dxos/react-ui-theme": "0.7.5-staging.2ff1350"
77
+ "@dxos/react-ui-theme": "0.7.5-staging.b81e783",
78
+ "@dxos/react-ui": "0.7.5-staging.b81e783"
79
79
  },
80
80
  "publishConfig": {
81
81
  "access": "public"