Browse Source

newest Mol*

Sebastian Bittrich 1 year ago
parent
commit
41a7841eb4
3 changed files with 290 additions and 254 deletions
  1. 7 0
      CHANGELOG.md
  2. 268 239
      package-lock.json
  3. 15 15
      package.json

+ 7 - 0
CHANGELOG.md

@@ -2,6 +2,13 @@
 
 [Semantic Versioning](https://semver.org/)
 
+## [2.6.2] - 2023-06-12
+### General
+- Update dependencies
+
+### Bug fixes
+- Make sure density channels are conditionally hidden (RO-3706)
+
 ## [2.6.1] - 2023-05-16
 ### General
 - Update dependencies

File diff suppressed because it is too large
+ 268 - 239
package-lock.json


+ 15 - 15
package.json

@@ -37,35 +37,35 @@
     "author": "RCSB PDB and Mol* Contributors",
     "license": "MIT",
     "devDependencies": {
-        "@typescript-eslint/eslint-plugin": "^5.59.6",
-        "@typescript-eslint/parser": "^5.59.6",
+        "@typescript-eslint/eslint-plugin": "^5.59.9",
+        "@typescript-eslint/parser": "^5.59.9",
         "buffer": "^6.0.3",
-        "concurrently": "^8.0.1",
+        "concurrently": "^8.2.0",
         "cpx2": "^4.2.3",
         "crypto-browserify": "^3.12.0",
-        "css-loader": "^6.7.3",
-        "eslint": "^8.40.0",
+        "css-loader": "^6.8.1",
+        "eslint": "^8.42.0",
         "extra-watch-webpack-plugin": "^1.0.3",
         "file-loader": "^6.2.0",
         "fs-extra": "^11.1.1",
-        "mini-css-extract-plugin": "^2.7.5",
+        "mini-css-extract-plugin": "^2.7.6",
         "path-browserify": "^1.0.1",
         "raw-loader": "^4.0.2",
-        "sass": "^1.62.1",
-        "sass-loader": "^13.2.2",
+        "sass": "^1.63.3",
+        "sass-loader": "^13.3.2",
         "stream-browserify": "^3.0.0",
-        "style-loader": "^3.3.2",
-        "typescript": "^5.0.4",
-        "webpack": "^5.82.1",
-        "webpack-cli": "^5.1.1"
+        "style-loader": "^3.3.3",
+        "typescript": "^5.1.3",
+        "webpack": "^5.86.0",
+        "webpack-cli": "^5.1.4"
     },
     "dependencies": {
-        "@types/react": "^18.2.6",
+        "@types/react": "^18.2.11",
         "@types/react-dom": "^18.2.4",
-        "molstar": "^3.35.0",
+        "molstar": "^3.36.1",
         "react": "^18.2.0",
         "react-dom": "^18.2.0",
         "rxjs": "^7.8.1",
-        "tslib": "^2.5.0"
+        "tslib": "^2.5.3"
     }
 }

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