|
@@ -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"
|
|
|
}
|
|
|
}
|