Skip to content

Commit

Permalink
chore: fix workspace deps version
Browse files Browse the repository at this point in the history
Signed-off-by: Chawye Hsu <[email protected]>
  • Loading branch information
chawyehsu committed Jan 20, 2025
1 parent 22ab2a4 commit 85e18f9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "saber build"
},
"dependencies": {
"@alterjs/saber": "^0.13.0",
"@alterjs/saber": "^0.14.0",
"markdown-it-footnote": "^3.0.3"
}
}
2 changes: 1 addition & 1 deletion examples/extract-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"build": "saber build"
},
"dependencies": {
"@alterjs/saber": "^0.13.0"
"@alterjs/saber": "^0.14.0"
}
}
2 changes: 1 addition & 1 deletion examples/use-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "saber build"
},
"dependencies": {
"@alterjs/saber": "^0.13.0",
"@alterjs/saber": "^0.14.0",
"@alterjs/saber-plugin-query-posts": "^0.13.0",
"saber-theme-minima": "latest"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-composition-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"build": "saber build"
},
"dependencies": {
"@alterjs/saber": "^0.13.0"
"@alterjs/saber": "^0.14.0"
}
}
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"build": "saber build"
},
"dependencies": {
"@alterjs/saber": "^0.13.0",
"@alterjs/saber-plugin-image": "^0.13.0",
"@alterjs/saber": "^0.14.0",
"@alterjs/saber-plugin-image": "^0.14.0",
"@alterjs/saber-plugin-prismjs": "^0.13.0",
"@alterjs/saber-plugin-pwa": "^0.13.0",
"@alterjs/saber-plugin-query-posts": "^0.13.0",
Expand Down

0 comments on commit 85e18f9

Please sign in to comment.