Skip to content

Commit

Permalink
chore: fix wrong dependencies (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
hikerpig authored Jun 19, 2024
1 parent deed150 commit 089ca96
Show file tree
Hide file tree
Showing 4 changed files with 327 additions and 975 deletions.
6 changes: 6 additions & 0 deletions .changeset/late-pianos-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@pintora/cli': patch
'@pintora/standalone': patch
---

update to workspace dependencies
4 changes: 2 additions & 2 deletions packages/pintora-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
},
"dependencies": {
"@pintora/core": "workspace:^0.7.0",
"@pintora/renderer": "^0.7.0",
"@pintora/standalone": "workspace:^0.7.3",
"@pintora/renderer": "workspace:^0.7.0",
"@pintora/standalone": "workspace:^0.7.4",
"canvas": "^2.11.2",
"consola": "^3.0.0",
"jsdom": "^24.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/pintora-standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
},
"dependencies": {
"@pintora/core": "workspace:^0.7.0",
"@pintora/diagrams": "workspace:^0.7.2",
"@pintora/renderer": "^0.7.0"
"@pintora/diagrams": "workspace:^0.7.4",
"@pintora/renderer": "workspace:^0.7.0"
},
"devDependencies": {
"@pintora/test-shared": "workspace:*",
Expand Down
Loading

0 comments on commit 089ca96

Please sign in to comment.