Skip to content

Commit 8bbeb2e

Browse files
committed
d2@0.5.3: bump d2
1 parent 3ed4e32 commit 8bbeb2e

File tree

3 files changed

+762
-317
lines changed

3 files changed

+762
-317
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"packages/*"
1111
],
1212
"dependencies": {
13-
"@types/node": "^22.10.1",
14-
"turbo": "^2.3.3",
15-
"typescript": "^5.7.2",
16-
"vite-tsconfig-paths": "^5.1.3",
17-
"vitest": "^2.1.9"
13+
"@types/node": "^22.13.11",
14+
"turbo": "^2.4.4",
15+
"typescript": "^5.8.2",
16+
"vite-tsconfig-paths": "^5.1.4",
17+
"vitest": "^3.0.9"
1818
},
1919
"scripts": {
2020
"test": "vitest",

packages/rehype-d2/package.json

+3-3
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.2",
4+
"version": "0.5.3",
55
"description": "rehype d2 plugin",
66
"keywords": [
77
"rehype",
@@ -34,9 +34,9 @@
3434
},
3535
"dependencies": {
3636
"@beoe/rehype-code-hook-img": "workspace:^",
37-
"@terrastruct/d2": "^0.1.21",
37+
"@terrastruct/d2": "^0.1.23",
3838
"async-memoize-one": "^1.1.8",
39-
"tinyglobby": "^0.2.10"
39+
"tinyglobby": "^0.2.12"
4040
},
4141
"devDependencies": {
4242
"@types/hast": "^3.0.4",

0 commit comments

Comments
 (0)