Skip to content

Commit 0cc8b3c

Browse files
committed
bump rehype-code-hook-img in all subpackages
1 parent f2b1b26 commit 0cc8b3c

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
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.4.1",
4+
"version": "0.5.0",
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.3.0",
4+
"version": "0.4.0",
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.3.0",
4+
"version": "0.4.0",
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.3.0",
4+
"version": "0.4.0",
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

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

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.3.1",
4+
"version": "0.4.0",
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": {

0 commit comments

Comments
 (0)