From 73e66b785919dc58ce3b8b5f89e504293e9cfa89 Mon Sep 17 00:00:00 2001 From: GOYON Guillaume Date: Mon, 8 Jul 2024 11:44:19 +0200 Subject: [PATCH 1/4] Bump katex version said to be supported by markdown-it-texmath --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e5a967c..8381ffa1 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "engine.io-parser": "5.2.1", "jspreadsheet-ce": "4.13.4", "jsuites": "5.0.30", - "katex": "0.13.24", + "katex": "0.15.6", "markdown-it": "14.0.0", "markdown-it-footnote": "3.0.3", "markdown-it-mermaid": "0.2.0", From 744a424f1bf17d9528f464a182da162cf53125c0 Mon Sep 17 00:00:00 2001 From: GOYON Guillaume Date: Mon, 8 Jul 2024 14:30:57 +0200 Subject: [PATCH 2/4] Revert "Bump katex version said to be supported by markdown-it-texmath" This reverts commit 73e66b785919dc58ce3b8b5f89e504293e9cfa89. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8381ffa1..0e5a967c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "engine.io-parser": "5.2.1", "jspreadsheet-ce": "4.13.4", "jsuites": "5.0.30", - "katex": "0.15.6", + "katex": "0.13.24", "markdown-it": "14.0.0", "markdown-it-footnote": "3.0.3", "markdown-it-mermaid": "0.2.0", From c22a09fb5ff7c0ca08d6f378c688d4cf80f0b1cf Mon Sep 17 00:00:00 2001 From: GOYON Guillaume Date: Mon, 8 Jul 2024 16:59:42 +0200 Subject: [PATCH 3/4] Updated build-angular --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e5a967c..b0f0e030 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "zone.js": "0.11.5" }, "devDependencies": { - "@angular-devkit/build-angular": "15.2.10", + "@angular-devkit/build-angular": "15.2.11", "@angular-eslint/builder": "15.2.1", "@angular-eslint/eslint-plugin": "15.2.1", "@angular-eslint/eslint-plugin-template": "15.2.1", From db6e44cf4d76d19f8e0aafc0c77f577a1e987b4b Mon Sep 17 00:00:00 2001 From: GOYON Guillaume Date: Mon, 8 Jul 2024 17:02:29 +0200 Subject: [PATCH 4/4] Update angular-cli --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0f0e030..ac0f1b43 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@angular-eslint/eslint-plugin-template": "15.2.1", "@angular-eslint/schematics": "15.2.1", "@angular-eslint/template-parser": "15.2.1", - "@angular/cli": "15.2.10", + "@angular/cli": "15.2.11", "@angular/compiler-cli": "15.2.10", "@angular/language-service": "15.2.10", "@types/d3": "6.3.0",