Browse Source

Mol 3.3.1

Sebastian Bittrich 3 years ago
parent
commit
2570bcaab1
3 changed files with 267 additions and 257 deletions
  1. 6 0
      CHANGELOG.md
  2. 250 246
      package-lock.json
  3. 11 11
      package.json

+ 6 - 0
CHANGELOG.md

@@ -2,6 +2,12 @@
 
 [Semantic Versioning](https://semver.org/)
 
+## [2.2.1] - 2022-02-28
+### Bug fixes
+- RO-3063: parse v3 EMDB header XML properly
+- Mol* 3.3.1 (performance improvements)
+
+
 ## [2.2.0] - 2022-02-22
 ### Added
 - Expose Quick Styles functionality

File diff suppressed because it is too large
+ 250 - 246
package-lock.json


+ 11 - 11
package.json

@@ -37,33 +37,33 @@
     "author": "RCSB PDB and Mol* Contributors",
     "license": "MIT",
     "devDependencies": {
-        "@types/react": "^17.0.38",
+        "@types/react": "^17.0.39",
         "@types/react-dom": "^17.0.11",
-        "@typescript-eslint/eslint-plugin": "^5.10.2",
-        "@typescript-eslint/parser": "^5.10.2",
+        "@typescript-eslint/eslint-plugin": "^5.12.1",
+        "@typescript-eslint/parser": "^5.12.1",
         "buffer": "^6.0.3",
         "concurrently": "^7.0.0",
-        "cpx2": "^4.1.2",
+        "cpx2": "^4.2.0",
         "crypto-browserify": "^3.12.0",
         "css-loader": "^6.6.0",
-        "eslint": "^8.8.0",
+        "eslint": "^8.10.0",
         "extra-watch-webpack-plugin": "^1.0.3",
         "file-loader": "^6.2.0",
-        "fs-extra": "^10.0.0",
+        "fs-extra": "^10.0.1",
         "mini-css-extract-plugin": "^2.5.3",
-        "molstar": "^3.1.0",
+        "molstar": "^3.3.1",
         "path-browserify": "^1.0.1",
         "raw-loader": "^4.0.2",
         "react": "^17.0.2",
         "react-dom": "^17.0.2",
-        "rxjs": "^7.5.2",
-        "sass": "^1.49.7",
-        "sass-loader": "^12.4.0",
+        "rxjs": "^7.5.4",
+        "sass": "^1.49.9",
+        "sass-loader": "^12.6.0",
         "stream-browserify": "^3.0.0",
         "style-loader": "^3.3.1",
         "tslib": "^2.3.1",
         "typescript": "^4.5.5",
-        "webpack": "^5.68.0",
+        "webpack": "^5.69.1",
         "webpack-cli": "^4.9.2"
     }
 }

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