@dxos/plugin-debug 0.6.10-main.e92b5eb → 0.6.10-staging.014d6d3

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 +36 -36
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/plugin-debug",
3
- "version": "0.6.10-main.e92b5eb",
3
+ "version": "0.6.10-staging.014d6d3",
4
4
  "description": "DXOS Surface plugin for testing.",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -30,40 +30,40 @@
30
30
  ],
31
31
  "dependencies": {
32
32
  "@preact/signals-core": "^1.6.0",
33
- "@tldraw/tldraw": "^2.3.0",
33
+ "@tldraw/tldraw": "^3.0.0",
34
34
  "date-fns": "^3.3.1",
35
35
  "lodash.get": "^4.4.2",
36
36
  "react-json-tree": "^0.18.0",
37
37
  "react-resize-detector": "^11.0.1",
38
38
  "react-syntax-highlighter": "^15.5.0",
39
- "@dxos/app-framework": "0.6.10-main.e92b5eb",
40
- "@dxos/async": "0.6.10-main.e92b5eb",
41
- "@dxos/automerge": "0.6.10-main.e92b5eb",
42
- "@dxos/client-services": "0.6.10-main.e92b5eb",
43
- "@dxos/devtools": "0.6.10-main.e92b5eb",
44
- "@dxos/echo-generator": "0.6.10-main.e92b5eb",
45
- "@dxos/echo-pipeline": "0.6.10-main.e92b5eb",
46
- "@dxos/config": "0.6.10-main.e92b5eb",
47
- "@dxos/echo-schema": "0.6.10-main.e92b5eb",
48
- "@dxos/keys": "0.6.10-main.e92b5eb",
49
- "@dxos/local-storage": "0.6.10-main.e92b5eb",
50
- "@dxos/invariant": "0.6.10-main.e92b5eb",
51
- "@dxos/log": "0.6.10-main.e92b5eb",
52
- "@dxos/plugin-client": "0.6.10-main.e92b5eb",
53
- "@dxos/plugin-markdown": "0.6.10-main.e92b5eb",
54
- "@dxos/plugin-graph": "0.6.10-main.e92b5eb",
55
- "@dxos/plugin-settings": "0.6.10-main.e92b5eb",
56
- "@dxos/plugin-sketch": "0.6.10-main.e92b5eb",
57
- "@dxos/plugin-space": "0.6.10-main.e92b5eb",
58
- "@dxos/plugin-status-bar": "0.6.10-main.e92b5eb",
59
- "@dxos/plugin-theme": "0.6.10-main.e92b5eb",
60
- "@dxos/protocols": "0.6.10-main.e92b5eb",
61
- "@dxos/random": "0.6.10-main.e92b5eb",
62
- "@dxos/react-async": "0.6.10-main.e92b5eb",
63
- "@dxos/react-client": "0.6.10-main.e92b5eb",
64
- "@dxos/react-ui-attention": "0.6.10-main.e92b5eb",
65
- "@dxos/util": "0.6.10-main.e92b5eb",
66
- "@dxos/react-ui-table": "0.6.10-main.e92b5eb"
39
+ "@dxos/async": "0.6.10-staging.014d6d3",
40
+ "@dxos/app-framework": "0.6.10-staging.014d6d3",
41
+ "@dxos/automerge": "0.6.10-staging.014d6d3",
42
+ "@dxos/client-services": "0.6.10-staging.014d6d3",
43
+ "@dxos/config": "0.6.10-staging.014d6d3",
44
+ "@dxos/devtools": "0.6.10-staging.014d6d3",
45
+ "@dxos/echo-generator": "0.6.10-staging.014d6d3",
46
+ "@dxos/echo-pipeline": "0.6.10-staging.014d6d3",
47
+ "@dxos/echo-schema": "0.6.10-staging.014d6d3",
48
+ "@dxos/keys": "0.6.10-staging.014d6d3",
49
+ "@dxos/invariant": "0.6.10-staging.014d6d3",
50
+ "@dxos/local-storage": "0.6.10-staging.014d6d3",
51
+ "@dxos/plugin-client": "0.6.10-staging.014d6d3",
52
+ "@dxos/log": "0.6.10-staging.014d6d3",
53
+ "@dxos/plugin-graph": "0.6.10-staging.014d6d3",
54
+ "@dxos/plugin-markdown": "0.6.10-staging.014d6d3",
55
+ "@dxos/plugin-settings": "0.6.10-staging.014d6d3",
56
+ "@dxos/plugin-sketch": "0.6.10-staging.014d6d3",
57
+ "@dxos/plugin-space": "0.6.10-staging.014d6d3",
58
+ "@dxos/plugin-status-bar": "0.6.10-staging.014d6d3",
59
+ "@dxos/protocols": "0.6.10-staging.014d6d3",
60
+ "@dxos/random": "0.6.10-staging.014d6d3",
61
+ "@dxos/react-async": "0.6.10-staging.014d6d3",
62
+ "@dxos/react-client": "0.6.10-staging.014d6d3",
63
+ "@dxos/plugin-theme": "0.6.10-staging.014d6d3",
64
+ "@dxos/react-ui-attention": "0.6.10-staging.014d6d3",
65
+ "@dxos/react-ui-table": "0.6.10-staging.014d6d3",
66
+ "@dxos/util": "0.6.10-staging.014d6d3"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@phosphor-icons/react": "^2.1.5",
@@ -74,17 +74,17 @@
74
74
  "react": "~18.2.0",
75
75
  "react-dom": "~18.2.0",
76
76
  "vite": "^5.3.4",
77
- "@dxos/react-ui": "0.6.10-main.e92b5eb",
78
- "@dxos/react-ui-theme": "0.6.10-main.e92b5eb",
79
- "@dxos/storybook-utils": "0.6.10-main.e92b5eb",
80
- "@dxos/random": "0.6.10-main.e92b5eb"
77
+ "@dxos/random": "0.6.10-staging.014d6d3",
78
+ "@dxos/react-ui-theme": "0.6.10-staging.014d6d3",
79
+ "@dxos/storybook-utils": "0.6.10-staging.014d6d3",
80
+ "@dxos/react-ui": "0.6.10-staging.014d6d3"
81
81
  },
82
82
  "peerDependencies": {
83
83
  "@phosphor-icons/react": "^2.1.5",
84
84
  "react": "^18.0.0",
85
85
  "react-dom": "^18.0.0",
86
- "@dxos/react-ui-theme": "0.6.10-main.e92b5eb",
87
- "@dxos/react-ui": "0.6.10-main.e92b5eb"
86
+ "@dxos/react-ui": "0.6.10-staging.014d6d3",
87
+ "@dxos/react-ui-theme": "0.6.10-staging.014d6d3"
88
88
  },
89
89
  "publishConfig": {
90
90
  "access": "public"