Skip to content

Commit

Permalink
fix: Bump observablehq compiler version
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Oct 24, 2024
1 parent 3f61465 commit 68e14b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"packages/esbuild-plugins": "1.2.0",
"packages/markdown-it-plugins": "1.1.0",
"packages/observable-shim": "3.1.0",
"packages/observablehq-compiler": "1.4.0",
"packages/observablehq-compiler": "3.0.0",
"packages/util": "3.1.0"
}
2 changes: 1 addition & 1 deletion packages/markdown-it-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"update-major": "npx -y npm-check-updates -u"
},
"dependencies": {
"@hpcc-js/observablehq-compiler": "^1.4.0",
"@hpcc-js/observablehq-compiler": "^3.0.0",
"@observablehq/framework": "1.12.0",
"@observablehq/runtime": "5.9.9"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/observablehq-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/observablehq-compiler",
"version": "1.4.0",
"version": "3.0.0",
"description": "hpcc-js - ObservableHQ Compiler (unoffical)",
"type": "module",
"exports": {
Expand Down

0 comments on commit 68e14b7

Please sign in to comment.