Browse Source

Fix react-markdown dependency

dsehnal 1 year ago
parent
commit
6805dd7947
3 changed files with 36 additions and 149 deletions
  1. 4 0
      CHANGELOG.md
  2. 31 148
      package-lock.json
  3. 1 1
      package.json

+ 4 - 0
CHANGELOG.md

@@ -6,6 +6,10 @@ Note that since we don't clearly distinguish between a public and private interf
 
 ## [Unreleased]
 
+## [v3.43.1] - 2023-12-02
+
+- Fix `react-markdown` dependency
+
 ## [v3.43.0] - 2023-12-02
 
 - Fix `State.tryGetCellData` (return type & data check)

File diff suppressed because it is too large
+ 31 - 148
package-lock.json


+ 1 - 1
package.json

@@ -137,7 +137,6 @@
     "raw-loader": "^4.0.2",
     "react": "^18.2.0",
     "react-dom": "^18.2.0",
-    "react-markdown": "^9.0.1",
     "sass": "^1.69.5",
     "sass-loader": "^13.3.2",
     "simple-git": "^3.21.0",
@@ -166,6 +165,7 @@
     "immutable": "^4.3.4",
     "io-ts": "^2.2.20",
     "node-fetch": "^2.7.0",
+    "react-markdown": "^9.0.1",
     "rxjs": "^7.8.1",
     "swagger-ui-dist": "^5.10.3",
     "tslib": "^2.6.2",

Some files were not shown because too many files changed in this diff