|
@@ -37,34 +37,34 @@
|
|
|
"author": "RCSB PDB and Mol* Contributors",
|
|
|
"license": "MIT",
|
|
|
"devDependencies": {
|
|
|
- "@typescript-eslint/eslint-plugin": "^5.27.0",
|
|
|
- "@typescript-eslint/parser": "^5.27.0",
|
|
|
+ "@typescript-eslint/eslint-plugin": "^5.30.5",
|
|
|
+ "@typescript-eslint/parser": "^5.30.5",
|
|
|
"buffer": "^6.0.3",
|
|
|
- "concurrently": "^7.2.1",
|
|
|
+ "concurrently": "^7.2.2",
|
|
|
"cpx2": "^4.2.0",
|
|
|
"crypto-browserify": "^3.12.0",
|
|
|
"css-loader": "^6.7.1",
|
|
|
- "eslint": "^8.16.0",
|
|
|
+ "eslint": "^8.19.0",
|
|
|
"extra-watch-webpack-plugin": "^1.0.3",
|
|
|
"file-loader": "^6.2.0",
|
|
|
"fs-extra": "^10.1.0",
|
|
|
- "mini-css-extract-plugin": "^2.6.0",
|
|
|
+ "mini-css-extract-plugin": "^2.6.1",
|
|
|
"path-browserify": "^1.0.1",
|
|
|
"raw-loader": "^4.0.2",
|
|
|
- "sass": "^1.52.1",
|
|
|
- "sass-loader": "^13.0.0",
|
|
|
+ "sass": "^1.53.0",
|
|
|
+ "sass-loader": "^13.0.2",
|
|
|
"stream-browserify": "^3.0.0",
|
|
|
"style-loader": "^3.3.1",
|
|
|
- "typescript": "^4.7.2",
|
|
|
- "webpack": "^5.72.1",
|
|
|
- "webpack-cli": "^4.9.2"
|
|
|
+ "typescript": "^4.7.4",
|
|
|
+ "webpack": "^5.73.0",
|
|
|
+ "webpack-cli": "^4.10.0"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "@types/react": "^18.0.10",
|
|
|
- "@types/react-dom": "^18.0.5",
|
|
|
- "molstar": "^3.9.0",
|
|
|
- "react": "^18.1.0",
|
|
|
- "react-dom": "^18.1.0",
|
|
|
+ "@types/react": "^18.0.15",
|
|
|
+ "@types/react-dom": "^18.0.6",
|
|
|
+ "molstar": "^3.11.0",
|
|
|
+ "react": "^18.2.0",
|
|
|
+ "react-dom": "^18.2.0",
|
|
|
"rxjs": "^7.5.5",
|
|
|
"tslib": "^2.4.0"
|
|
|
}
|