Skip to content

Commit 6f32d33

Browse files
committed
Update examples
1 parent 2e82608 commit 6f32d33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/lib/examples.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
const EXAMPLES = Object.freeze([
2-
"@types/node@15.12.1...@types/node@15.12.2",
3-
"lodash@4.17.0...4.17.19",
4-
"4.0.0...chalk@4.1.0",
5-
"tslib@1.13.0...tslib@2.0.0",
2+
"@types/node@24.10.8...@types/node@24.10.9",
3+
"lodash@4.17.0...4.17.21",
4+
"5.0.0...chalk@5.2.0",
5+
"tslib@1...tslib@2",
66
] as const);
77

88
export default EXAMPLES;

0 commit comments

Comments
 (0)