Skip to content

Commit 1b14237

Browse files
renovate[bot]json-derulo
authored andcommitted
fix(deps): update dependency ngx-markdown to v19
1 parent 37b5923 commit 1b14237

File tree

3 files changed

+17
-21
lines changed

3 files changed

+17
-21
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ In case you need to support older versions of that browsers, see the below table
298298
## Angular compatibility table
299299

300300
| Angular | angular-ecmascript-intl |
301-
|---------|-------------------------|
301+
| ------- | ----------------------- |
302302
| 19 | 5.x |
303303
| 18 | 4.x |
304304
| 17 | 3.x |

package-lock.json

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

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"@angular/platform-browser": "19.0.0",
2626
"@angular/platform-browser-dynamic": "19.0.0",
2727
"@angular/router": "19.0.0",
28-
"marked": "^12.0.0",
29-
"ngx-markdown": "^18.0.0",
28+
"marked": "^15.0.0",
29+
"ngx-markdown": "^19.0.0",
3030
"prismjs": "^1.29.0",
3131
"rxjs": "~7.8.0",
3232
"tslib": "^2.3.0",
@@ -58,10 +58,6 @@
5858
"typescript-eslint": "^8.0.0"
5959
},
6060
"overrides": {
61-
"@angular/common": "19.0.0",
62-
"@angular/core": "19.0.0",
63-
"@angular/platform-browser": "19.0.0",
64-
"eslint": "^9.0.0",
65-
"zone.js": "~0.15.0"
61+
"eslint": "^9.0.0"
6662
}
6763
}

0 commit comments

Comments
 (0)