Browse Source

Merge branch 'master' into dev-yv-structure-label

Yana Rose 1 year ago
parent
commit
10ce3119ed
3 changed files with 309 additions and 284 deletions
  1. 11 0
      CHANGELOG.md
  2. 279 265
      package-lock.json
  3. 19 19
      package.json

+ 11 - 0
CHANGELOG.md

@@ -2,6 +2,17 @@
 
 [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
+
 ## [2.6.0] - 2023-03-15
 ### Added
 - Upload non-archive structures when searching structure motifs (RO-2771)

File diff suppressed because it is too large
+ 279 - 265
package-lock.json


+ 19 - 19
package.json

@@ -1,6 +1,6 @@
 {
     "name": "@rcsb/rcsb-molstar",
-    "version": "2.6.0",
+    "version": "2.6.2",
     "description": "RCSB PDB apps and props based on Mol*.",
     "homepage": "https://github.com/molstar/rcsb-molstar#readme",
     "repository": {
@@ -37,35 +37,35 @@
     "author": "RCSB PDB and Mol* Contributors",
     "license": "MIT",
     "devDependencies": {
-        "@typescript-eslint/eslint-plugin": "^5.55.0",
-        "@typescript-eslint/parser": "^5.55.0",
+        "@typescript-eslint/eslint-plugin": "^5.59.9",
+        "@typescript-eslint/parser": "^5.59.9",
         "buffer": "^6.0.3",
-        "concurrently": "^7.6.0",
-        "cpx2": "^4.2.2",
+        "concurrently": "^8.2.0",
+        "cpx2": "^4.2.3",
         "crypto-browserify": "^3.12.0",
-        "css-loader": "^6.7.3",
-        "eslint": "^8.36.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.0",
-        "mini-css-extract-plugin": "^2.7.3",
+        "fs-extra": "^11.1.1",
+        "mini-css-extract-plugin": "^2.7.6",
         "path-browserify": "^1.0.1",
         "raw-loader": "^4.0.2",
-        "sass": "^1.59.3",
-        "sass-loader": "^13.2.0",
+        "sass": "^1.63.3",
+        "sass-loader": "^13.3.2",
         "stream-browserify": "^3.0.0",
-        "style-loader": "^3.3.2",
-        "typescript": "^4.9.5",
-        "webpack": "^5.76.2",
-        "webpack-cli": "^5.0.1"
+        "style-loader": "^3.3.3",
+        "typescript": "^5.1.3",
+        "webpack": "^5.86.0",
+        "webpack-cli": "^5.1.4"
     },
     "dependencies": {
-        "@types/react": "^18.0.28",
-        "@types/react-dom": "^18.0.11",
+        "@types/react": "^18.2.11",
+        "@types/react-dom": "^18.2.4",
         "molstar": "^3.37.1",
         "react": "^18.2.0",
         "react-dom": "^18.2.0",
-        "rxjs": "^7.8.0",
-        "tslib": "^2.5.0"
+        "rxjs": "^7.8.1",
+        "tslib": "^2.5.3"
     }
 }

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