Skip to content

Commit 4392265

Browse files
committed
chore: update lib version
1 parent 51ea338 commit 4392265

5 files changed

Lines changed: 1007 additions & 633 deletions

File tree

.github/dependabot.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
open-pull-requests-limit: 10
8+
groups:
9+
root-security:
10+
applies-to: security-updates
11+
patterns:
12+
- "*"
13+
14+
- package-ecosystem: "npm"
15+
directory: "/docs"
16+
schedule:
17+
interval: "weekly"
18+
open-pull-requests-limit: 10
19+
groups:
20+
docs-security:
21+
applies-to: security-updates
22+
patterns:
23+
- "*"
24+
25+
- package-ecosystem: "cargo"
26+
directory: "/src-tauri"
27+
schedule:
28+
interval: "weekly"
29+
open-pull-requests-limit: 10
30+
groups:
31+
rust-security:
32+
applies-to: security-updates
33+
patterns:
34+
- "*"

docs/package.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,27 @@
2121
"pnpm": {
2222
"onlyBuiltDependencies": [
2323
"esbuild"
24-
]
24+
],
25+
"overrides": {
26+
"mermaid@>=11.1.0 <11.10.0": "11.10.0",
27+
"mermaid@>=11.0.0-alpha.1 <11.10.0": "11.10.0",
28+
"vite@>=6.0.0 <=6.3.5": "6.4.1",
29+
"vite@>=6.0.0 <=6.4.0": "6.4.1",
30+
"lodash-es@>=4.0.0 <=4.17.22": "4.17.23",
31+
"undici@<6.23.0": "6.24.1",
32+
"js-yaml@<3.14.2": "3.14.2",
33+
"js-yaml@>=4.0.0 <4.1.1": "4.1.1",
34+
"mdast-util-to-hast@>=13.0.0 <13.2.1": "13.2.1",
35+
"markdown-it@>=13.0.0 <14.1.1": "14.1.1",
36+
"rollup@>=4.0.0 <4.59.0": "4.60.0",
37+
"dompurify@>=3.1.3 <3.2.7": "3.3.2",
38+
"immutable@>=5.0.0 <5.1.5": "5.1.5",
39+
"undici@>=6.0.0 <6.24.0": "6.24.1",
40+
"undici@<6.24.0": "6.24.1",
41+
"dompurify@<3.3.2": "3.3.2",
42+
"picomatch@<2.3.2": "2.3.2",
43+
"picomatch@>=4.0.0 <4.0.4": "4.0.4",
44+
"dompurify@>=3.1.3 <=3.3.1": "3.3.2"
45+
}
2546
}
2647
}

0 commit comments

Comments
 (0)