We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554eef9 commit 4956026Copy full SHA for 4956026
demos/svelte-app/package.json
@@ -14,8 +14,8 @@
14
"prettier:fix": "prettier --write ./src"
15
},
16
"dependencies": {
17
- "mini-canvas-editor": "^0.3.0",
18
- "mini-canvas-core": "^0.3.0",
+ "mini-canvas-editor": "workspace:*",
+ "mini-canvas-core": "workspace:*",
19
"fabric": "6.0.0-beta13",
20
"canvas": "^2.11.2"
21
@@ -30,4 +30,4 @@
30
"prettier": "^3.0.3"
31
32
"type": "module"
33
-}
+}
editor/package.json
@@ -50,7 +50,7 @@
50
"prettier:fix": "prettier --write ./src ./css"
51
52
53
- "mini-canvas-core": "^0.3.0"
+ "mini-canvas-core": "workspace:*"
54
55
"peerDependencies": {
56
"mini-canvas-core": "^0.3.0"
@@ -88,4 +88,4 @@
88
"image resize",
89
"inpainting"
90
]
91
0 commit comments