Sebastian Bittrich 1 year ago
parent
commit
e05187e204
3 changed files with 255 additions and 248 deletions
  1. 4 0
      CHANGELOG.md
  2. 240 237
      package-lock.json
  3. 11 11
      package.json

+ 4 - 0
CHANGELOG.md

@@ -2,6 +2,10 @@
 
 [Semantic Versioning](https://semver.org/)
 
+## [2.7.2] - 2023-07-25
+### Bug fixes
+- Fix detection of CCD files
+
 ## [2.7.1] - 2023-06-28
 ### Improvement
 - Delegate the responsibility for setting structure label to representation provider, when available

File diff suppressed because it is too large
+ 240 - 237
package-lock.json


+ 11 - 11
package.json

@@ -37,35 +37,35 @@
     "author": "RCSB PDB and Mol* Contributors",
     "license": "MIT",
     "devDependencies": {
-        "@typescript-eslint/eslint-plugin": "^5.59.9",
-        "@typescript-eslint/parser": "^5.59.9",
+        "@typescript-eslint/eslint-plugin": "^6.2.0",
+        "@typescript-eslint/parser": "^6.2.0",
         "buffer": "^6.0.3",
         "concurrently": "^8.2.0",
-        "cpx2": "^4.2.3",
+        "cpx2": "^5.0.0",
         "crypto-browserify": "^3.12.0",
         "css-loader": "^6.8.1",
-        "eslint": "^8.42.0",
+        "eslint": "^8.45.0",
         "extra-watch-webpack-plugin": "^1.0.3",
         "file-loader": "^6.2.0",
         "fs-extra": "^11.1.1",
         "mini-css-extract-plugin": "^2.7.6",
         "path-browserify": "^1.0.1",
         "raw-loader": "^4.0.2",
-        "sass": "^1.63.3",
+        "sass": "^1.64.1",
         "sass-loader": "^13.3.2",
         "stream-browserify": "^3.0.0",
         "style-loader": "^3.3.3",
-        "typescript": "^5.1.3",
-        "webpack": "^5.86.0",
+        "typescript": "^5.1.6",
+        "webpack": "^5.88.2",
         "webpack-cli": "^5.1.4"
     },
     "dependencies": {
-        "@types/react": "^18.2.11",
-        "@types/react-dom": "^18.2.4",
-        "molstar": "^3.37.1",
+        "@types/react": "^18.2.16",
+        "@types/react-dom": "^18.2.7",
+        "molstar": "^3.38.2",
         "react": "^18.2.0",
         "react-dom": "^18.2.0",
         "rxjs": "^7.8.1",
-        "tslib": "^2.5.3"
+        "tslib": "^2.6.1"
     }
 }

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