Skip to content

Commit 56fec48

Browse files
fix(deps): update dependency runed to ^0.37.0
1 parent 4f40cef commit 56fec48

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

bun.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"lockfileVersion": 1,
3+
"configVersion": 0,
34
"workspaces": {
45
"": {
56
"name": "paper-astro",
@@ -14,7 +15,7 @@
1415
"astro-icon": "^1.1.5",
1516
"clsx": "^2.1.1",
1617
"remove-markdown": "^0.6.2",
17-
"runed": "^0.35.1",
18+
"runed": "^0.37.0",
1819
"svelte": "^5.42.3",
1920
"tailwindcss": "^4.1.16",
2021
"typescript": "^5.9.3",
@@ -1208,7 +1209,7 @@
12081209

12091210
"run-parallel": ["run-parallel@1.2.0", "", { "dependencies": { "queue-microtask": "^1.2.2" } }, "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA=="],
12101211

1211-
"runed": ["runed@0.35.1", "", { "dependencies": { "dequal": "^2.0.3", "esm-env": "^1.0.0", "lz-string": "^1.5.0" }, "peerDependencies": { "@sveltejs/kit": "^2.21.0", "svelte": "^5.7.0" }, "optionalPeers": ["@sveltejs/kit"] }, "sha512-2F4Q/FZzbeJTFdIS/PuOoPRSm92sA2LhzTnv6FXhCoENb3huf5+fDuNOg1LNvGOouy3u/225qxmuJvcV3IZK5Q=="],
1212+
"runed": ["runed@0.37.0", "", { "dependencies": { "dequal": "^2.0.3", "esm-env": "^1.0.0", "lz-string": "^1.5.0" }, "peerDependencies": { "@sveltejs/kit": "^2.21.0", "svelte": "^5.7.0", "zod": "^4.1.0" }, "optionalPeers": ["@sveltejs/kit", "zod"] }, "sha512-zphHjvLZEpcJiV3jezT96SnNwePaUIEd1HEMuPGZ6DwOMao9S2ZAUCYJPKquRM5J22AwAOpGj0KmxOkQdkBfwQ=="],
12121213

12131214
"s.color": ["s.color@0.0.15", "", {}, "sha512-AUNrbEUHeKY8XsYr/DYpl+qk5+aM+DChopnWOPEzn8YKzOhv4l2zH6LzZms3tOZP3wwdOyc0RmTciyi46HLIuA=="],
12141215

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"astro-icon": "^1.1.5",
2727
"clsx": "^2.1.1",
2828
"remove-markdown": "^0.6.2",
29-
"runed": "^0.35.1",
29+
"runed": "^0.37.0",
3030
"svelte": "^5.42.3",
3131
"tailwindcss": "^4.1.16",
3232
"typescript": "^5.9.3"

0 commit comments

Comments
 (0)