Browse Source

Merge branch 'master' into dev-sb-v2

# Conflicts:
#	CHANGELOG.md
#	package-lock.json
#	package.json
JonStargaryen 3 years ago
parent
commit
e4003d5319
2 changed files with 17 additions and 13 deletions
  1. 4 0
      CHANGELOG.md
  2. 13 13
      package.json

+ 4 - 0
CHANGELOG.md

@@ -18,6 +18,10 @@
   - The loading configuration includes an optional trajectory preset provider `TrajectoryHierarchyPresetProvider`
 - Remove `alignMotif` methods (& pecos-integration) as the strucmotif service now reports RMSD and transformations for all hits
 
+## [1.10.1] - 2021-11-30
+### General
+- Update Mol* dependency
+
 ## [1.10.0] - 2021-11-22
 ### Added
 - Dedicated UI for quality assessment & validation reports

+ 13 - 13
package.json

@@ -37,34 +37,34 @@
     "author": "RCSB PDB and Mol* Contributors",
     "license": "MIT",
     "devDependencies": {
-        "@types/react": "^17.0.27",
-        "@types/react-dom": "^17.0.9",
-        "@typescript-eslint/eslint-plugin": "^4.32.0",
-        "@typescript-eslint/parser": "^4.32.0",
+        "@types/react": "^17.0.37",
+        "@types/react-dom": "^17.0.11",
+        "@typescript-eslint/eslint-plugin": "^5.4.0",
+        "@typescript-eslint/parser": "^5.4.0",
         "acorn": "^8.5.0",
         "buffer": "^6.0.3",
-        "concurrently": "^6.3.0",
+        "concurrently": "^6.4.0",
         "cpx2": "^4.0.0",
         "crypto-browserify": "^3.12.0",
-        "css-loader": "^6.3.0",
-        "eslint": "^7.32.0",
+        "css-loader": "^6.5.1",
+        "eslint": "^8.3.0",
         "extra-watch-webpack-plugin": "^1.0.3",
         "file-loader": "^6.2.0",
         "fs-extra": "^10.0.0",
-        "mini-css-extract-plugin": "^2.3.0",
-        "molstar": "^2.3.9",
+        "mini-css-extract-plugin": "^2.4.5",
+        "molstar": "^2.4.1",
         "path-browserify": "^1.0.1",
         "raw-loader": "^4.0.2",
         "react": "^17.0.2",
         "react-dom": "^17.0.2",
-        "rxjs": "^7.3.1",
-        "sass": "^1.43.4",
+        "rxjs": "^7.4.0",
+        "sass": "^1.43.5",
         "sass-loader": "^12.3.0",
         "stream-browserify": "^3.0.0",
-        "style-loader": "^3.3.0",
+        "style-loader": "^3.3.1",
         "tslib": "^2.3.1",
         "typescript": "^4.5.2",
-        "webpack": "^5.64.1",
+        "webpack": "^5.64.4",
         "webpack-cli": "^4.9.1"
     }
 }