Skip to content

Commit a394bcb

Browse files
committed
bump rehype-code-hook-img in all subpackages
1 parent e2933dd commit a394bcb

File tree

8 files changed

+27
-27
lines changed

8 files changed

+27
-27
lines changed

packages/rehype-code-hook-img/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"clean": "rm -rf dist"
3232
},
3333
"dependencies": {
34-
"@beoe/fenceparser": "workspace:^*",
35-
"@beoe/rehype-code-hook": "workspace:^*",
34+
"@beoe/fenceparser": "workspace:^",
35+
"@beoe/rehype-code-hook": "workspace:^",
3636
"@node-rs/xxhash": "^1.7.4",
3737
"@types/hast": "^3.0.4",
3838
"hast-util-from-html-isomorphic": "^2.0.0",

packages/rehype-d2/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@beoe/rehype-d2",
33
"type": "module",
4-
"version": "0.5.1",
4+
"version": "0.5.2",
55
"description": "rehype d2 plugin",
66
"keywords": [
77
"rehype",
@@ -33,7 +33,7 @@
3333
"clean": "rm -rf dist"
3434
},
3535
"dependencies": {
36-
"@beoe/rehype-code-hook-img": "workspace:^*",
36+
"@beoe/rehype-code-hook-img": "workspace:^",
3737
"@terrastruct/d2": "^0.1.21",
3838
"async-memoize-one": "^1.1.8",
3939
"tinyglobby": "^0.2.10"

packages/rehype-gnuplot/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@beoe/rehype-gnuplot",
33
"type": "module",
4-
"version": "0.4.1",
4+
"version": "0.4.2",
55
"description": "rehype gnuplot plugin",
66
"keywords": [
77
"rehype",
@@ -33,8 +33,8 @@
3333
"clean": "rm -rf dist"
3434
},
3535
"dependencies": {
36-
"@beoe/rehype-code-hook": "workspace:^*",
37-
"@beoe/rehype-code-hook-img": "workspace:^*",
36+
"@beoe/rehype-code-hook": "workspace:^",
37+
"@beoe/rehype-code-hook-img": "workspace:^",
3838
"gnuplot-wasm": "^0.0.1"
3939
},
4040
"devDependencies": {

packages/rehype-graphviz/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@beoe/rehype-graphviz",
33
"type": "module",
4-
"version": "0.4.1",
4+
"version": "0.4.2",
55
"description": "rehype graphviz plugin",
66
"keywords": [
77
"rehype",
@@ -33,8 +33,8 @@
3333
"clean": "rm -rf dist"
3434
},
3535
"dependencies": {
36-
"@beoe/rehype-code-hook": "workspace:^*",
37-
"@beoe/rehype-code-hook-img": "workspace:^*",
36+
"@beoe/rehype-code-hook": "workspace:^",
37+
"@beoe/rehype-code-hook-img": "workspace:^",
3838
"@hpcc-js/wasm": "^2.22.3"
3939
},
4040
"devDependencies": {

packages/rehype-mermaid/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@beoe/rehype-mermaid",
33
"type": "module",
4-
"version": "0.4.1",
4+
"version": "0.4.2",
55
"description": "rehype mermaid plugin",
66
"keywords": [
77
"rehype",
@@ -33,7 +33,7 @@
3333
"clean": "rm -rf dist"
3434
},
3535
"dependencies": {
36-
"@beoe/rehype-code-hook-img": "workspace:^*",
36+
"@beoe/rehype-code-hook-img": "workspace:^",
3737
"mermaid-isomorphic": "^3.0.0",
3838
"svgo": "^3.3.2"
3939
},

packages/rehype-penrose/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@beoe/rehype-penrose",
33
"type": "module",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"description": "rehype penrose plugin",
66
"keywords": [
77
"rehype",
@@ -34,7 +34,7 @@
3434
"clean": "rm -rf dist"
3535
},
3636
"dependencies": {
37-
"@beoe/rehype-code-hook-img": "workspace:^*",
37+
"@beoe/rehype-code-hook-img": "workspace:^",
3838
"@penrose/core": "^3.2.0",
3939
"global-jsdom": "^26.0.0"
4040
},

packages/rehype-vizdom/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@beoe/rehype-vizdom",
33
"type": "module",
4-
"version": "0.4.1",
4+
"version": "0.4.2",
55
"description": "rehype vizdom plugin",
66
"keywords": [
77
"rehype",
@@ -33,7 +33,7 @@
3333
"clean": "rm -rf dist"
3434
},
3535
"dependencies": {
36-
"@beoe/rehype-code-hook-img": "workspace:^*",
36+
"@beoe/rehype-code-hook-img": "workspace:^",
3737
"@vizdom/vizdom-ts-node": "^0.1.18"
3838
},
3939
"devDependencies": {

pnpm-lock.yaml

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)