Skip to content

Commit e526834

Browse files
committed
update
1 parent 8bf721f commit e526834

File tree

3 files changed

+31
-24
lines changed

3 files changed

+31
-24
lines changed

package-lock.json

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"homepage": "https://github.com/heliconialabs/blog.abaplint.app#readme",
2020
"dependencies": {
2121
"@popperjs/core": "^2.11.8",
22-
"@types/node": "^20.14.11",
22+
"@types/node": "^22.5.1",
2323
"bootstrap": "^5.3.3",
2424
"bootstrap-icons": "^1.11.3",
2525
"ts-node": "^10.9.2",
26-
"typescript": "^5.5.3",
26+
"typescript": "^5.5.4",
2727
"yaserver": "^0.4.0"
2828
}
2929
}

src/posts.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ export const posts: {
66
}[] = [];
77

88
posts.push(
9+
{
10+
title: "abaplint updated to 2.113.0",
11+
date: "2024-08-29",
12+
key: "abaplint-21130",
13+
body: `abaplint has been updated to 2.113.0, which includes 3 new rules`,
14+
},
15+
916
{
1017
title: "abaplint updated to 2.112.0",
1118
date: "2024-07-19",

0 commit comments

Comments
 (0)