Skip to content

Commit

Permalink
bump pnpm.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4rtaz committed Sep 29, 2024
1 parent 554eef9 commit 4956026
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 54 deletions.
6 changes: 3 additions & 3 deletions demos/svelte-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"prettier:fix": "prettier --write ./src"
},
"dependencies": {
"mini-canvas-editor": "^0.3.0",
"mini-canvas-core": "^0.3.0",
"mini-canvas-editor": "workspace:*",
"mini-canvas-core": "workspace:*",
"fabric": "6.0.0-beta13",
"canvas": "^2.11.2"
},
Expand All @@ -30,4 +30,4 @@
"prettier": "^3.0.3"
},
"type": "module"
}
}
4 changes: 2 additions & 2 deletions editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"prettier:fix": "prettier --write ./src ./css"
},
"dependencies": {
"mini-canvas-core": "^0.3.0"
"mini-canvas-core": "workspace:*"
},
"peerDependencies": {
"mini-canvas-core": "^0.3.0"
Expand Down Expand Up @@ -88,4 +88,4 @@
"image resize",
"inpainting"
]
}
}
Loading

0 comments on commit 4956026

Please sign in to comment.