|
@@ -37,35 +37,35 @@
|
|
|
"author": "RCSB PDB and Mol* Contributors",
|
|
|
"license": "MIT",
|
|
|
"devDependencies": {
|
|
|
- "@typescript-eslint/eslint-plugin": "^5.18.0",
|
|
|
- "@typescript-eslint/parser": "^5.18.0",
|
|
|
+ "@typescript-eslint/eslint-plugin": "^5.23.0",
|
|
|
+ "@typescript-eslint/parser": "^5.23.0",
|
|
|
"buffer": "^6.0.3",
|
|
|
"concurrently": "^7.1.0",
|
|
|
"cpx2": "^4.2.0",
|
|
|
"crypto-browserify": "^3.12.0",
|
|
|
"css-loader": "^6.7.1",
|
|
|
- "eslint": "^8.12.0",
|
|
|
+ "eslint": "^8.15.0",
|
|
|
"extra-watch-webpack-plugin": "^1.0.3",
|
|
|
"file-loader": "^6.2.0",
|
|
|
- "fs-extra": "^10.0.1",
|
|
|
+ "fs-extra": "^10.1.0",
|
|
|
"mini-css-extract-plugin": "^2.6.0",
|
|
|
"path-browserify": "^1.0.1",
|
|
|
"raw-loader": "^4.0.2",
|
|
|
- "sass": "^1.49.11",
|
|
|
+ "sass": "^1.51.0",
|
|
|
"sass-loader": "^12.6.0",
|
|
|
"stream-browserify": "^3.0.0",
|
|
|
"style-loader": "^3.3.1",
|
|
|
- "typescript": "^4.6.3",
|
|
|
- "webpack": "^5.71.0",
|
|
|
+ "typescript": "^4.6.4",
|
|
|
+ "webpack": "^5.72.1",
|
|
|
"webpack-cli": "^4.9.2"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "@types/react": "^17.0.43",
|
|
|
- "@types/react-dom": "^17.0.14",
|
|
|
- "molstar": "^3.6.1",
|
|
|
- "react": "^17.0.2",
|
|
|
- "react-dom": "^17.0.2",
|
|
|
+ "@types/react": "^18.0.9",
|
|
|
+ "@types/react-dom": "^18.0.3",
|
|
|
+ "molstar": "^3.8.0",
|
|
|
+ "react": "^18.1.0",
|
|
|
+ "react-dom": "^18.1.0",
|
|
|
"rxjs": "^7.5.5",
|
|
|
- "tslib": "^2.3.1"
|
|
|
+ "tslib": "^2.4.0"
|
|
|
}
|
|
|
}
|