Browse Source

Merge branch 'master' into dev-sb-fu

Sebastian Bittrich 2 years ago
parent
commit
b4b5b388ea
2 changed files with 564 additions and 85 deletions
  1. 556 77
      package-lock.json
  2. 8 8
      package.json

File diff suppressed because it is too large
+ 556 - 77
package-lock.json


+ 8 - 8
package.json

@@ -37,35 +37,35 @@
     "author": "RCSB PDB and Mol* Contributors",
     "license": "MIT",
     "devDependencies": {
-        "@typescript-eslint/eslint-plugin": "^5.49.0",
-        "@typescript-eslint/parser": "^5.49.0",
+        "@typescript-eslint/eslint-plugin": "^5.51.0",
+        "@typescript-eslint/parser": "^5.51.0",
         "buffer": "^6.0.3",
         "concurrently": "^7.6.0",
         "cpx2": "^4.2.0",
         "crypto-browserify": "^3.12.0",
         "css-loader": "^6.7.3",
-        "eslint": "^8.32.0",
+        "eslint": "^8.34.0",
         "extra-watch-webpack-plugin": "^1.0.3",
         "file-loader": "^6.2.0",
         "fs-extra": "^11.1.0",
         "mini-css-extract-plugin": "^2.7.2",
         "path-browserify": "^1.0.1",
         "raw-loader": "^4.0.2",
-        "sass": "^1.57.1",
+        "sass": "^1.58.0",
         "sass-loader": "^13.2.0",
         "stream-browserify": "^3.0.0",
         "style-loader": "^3.3.1",
-        "typescript": "^4.9.4",
+        "typescript": "^4.9.5",
         "webpack": "^5.75.0",
         "webpack-cli": "^5.0.1"
     },
     "dependencies": {
-        "@types/react": "^18.0.27",
+        "@types/react": "^18.0.28",
         "@types/react-dom": "^18.0.10",
-        "molstar": "^3.29.0",
+        "molstar": "^3.31.2",
         "react": "^18.2.0",
         "react-dom": "^18.2.0",
         "rxjs": "^7.8.0",
-        "tslib": "^2.4.1"
+        "tslib": "^2.5.0"
     }
 }

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