@flowgram.ai/editor 0.1.0-alpha.25 → 0.1.0-alpha.26
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 +22 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowgram.ai/editor",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.26",
|
|
4
4
|
"homepage": "https://flowgram.ai/",
|
|
5
5
|
"repository": "https://github.com/bytedance/flowgram.ai",
|
|
6
6
|
"license": "MIT",
|
|
@@ -18,24 +18,24 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"inversify": "^6.0.1",
|
|
20
20
|
"reflect-metadata": "~0.2.2",
|
|
21
|
-
"@flowgram.ai/
|
|
22
|
-
"@flowgram.ai/
|
|
23
|
-
"@flowgram.ai/
|
|
24
|
-
"@flowgram.ai/history": "0.1.0-alpha.
|
|
25
|
-
"@flowgram.ai/form": "0.1.0-alpha.
|
|
26
|
-
"@flowgram.ai/history-node-plugin": "0.1.0-alpha.
|
|
27
|
-
"@flowgram.ai/
|
|
28
|
-
"@flowgram.ai/
|
|
29
|
-
"@flowgram.ai/node": "0.1.0-alpha.
|
|
30
|
-
"@flowgram.ai/node-core-plugin": "0.1.0-alpha.
|
|
31
|
-
"@flowgram.ai/playground-react": "0.1.0-alpha.
|
|
32
|
-
"@flowgram.ai/redux-devtool-plugin": "0.1.0-alpha.
|
|
33
|
-
"@flowgram.ai/node-variable-plugin": "0.1.0-alpha.
|
|
34
|
-
"@flowgram.ai/
|
|
35
|
-
"@flowgram.ai/
|
|
36
|
-
"@flowgram.ai/
|
|
37
|
-
"@flowgram.ai/
|
|
38
|
-
"@flowgram.ai/
|
|
21
|
+
"@flowgram.ai/form": "0.1.0-alpha.26",
|
|
22
|
+
"@flowgram.ai/core": "0.1.0-alpha.26",
|
|
23
|
+
"@flowgram.ai/document": "0.1.0-alpha.26",
|
|
24
|
+
"@flowgram.ai/history": "0.1.0-alpha.26",
|
|
25
|
+
"@flowgram.ai/form-core": "0.1.0-alpha.26",
|
|
26
|
+
"@flowgram.ai/history-node-plugin": "0.1.0-alpha.26",
|
|
27
|
+
"@flowgram.ai/i18n-plugin": "0.1.0-alpha.26",
|
|
28
|
+
"@flowgram.ai/materials-plugin": "0.1.0-alpha.26",
|
|
29
|
+
"@flowgram.ai/node": "0.1.0-alpha.26",
|
|
30
|
+
"@flowgram.ai/node-core-plugin": "0.1.0-alpha.26",
|
|
31
|
+
"@flowgram.ai/playground-react": "0.1.0-alpha.26",
|
|
32
|
+
"@flowgram.ai/redux-devtool-plugin": "0.1.0-alpha.26",
|
|
33
|
+
"@flowgram.ai/node-variable-plugin": "0.1.0-alpha.26",
|
|
34
|
+
"@flowgram.ai/renderer": "0.1.0-alpha.26",
|
|
35
|
+
"@flowgram.ai/shortcuts-plugin": "0.1.0-alpha.26",
|
|
36
|
+
"@flowgram.ai/variable-plugin": "0.1.0-alpha.26",
|
|
37
|
+
"@flowgram.ai/reactive": "0.1.0-alpha.26",
|
|
38
|
+
"@flowgram.ai/utils": "0.1.0-alpha.26"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@types/bezier-js": "4.1.3",
|
|
@@ -43,14 +43,14 @@
|
|
|
43
43
|
"@types/react": "^18",
|
|
44
44
|
"@types/react-dom": "^18",
|
|
45
45
|
"@vitest/coverage-v8": "^3.2.4",
|
|
46
|
-
"eslint": "^
|
|
46
|
+
"eslint": "^9.0.0",
|
|
47
47
|
"react": "^18",
|
|
48
48
|
"react-dom": "^18",
|
|
49
49
|
"tsup": "^8.0.1",
|
|
50
50
|
"typescript": "^5.8.3",
|
|
51
51
|
"vitest": "^3.2.4",
|
|
52
|
-
"@flowgram.ai/
|
|
53
|
-
"@flowgram.ai/
|
|
52
|
+
"@flowgram.ai/eslint-config": "0.1.0-alpha.26",
|
|
53
|
+
"@flowgram.ai/ts-config": "0.1.0-alpha.26"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"react": ">=16.8",
|