|
@@ -26,7 +26,7 @@
|
|
|
"postversion": "git push && git push --tags",
|
|
|
"prepublishOnly": "npm run test && npm run build"
|
|
|
},
|
|
|
- "publishConfig":{
|
|
|
+ "publishConfig": {
|
|
|
"registry": "http://nexus3.rcsb.org/repository/npm-rcsb/"
|
|
|
},
|
|
|
"main": "build/src/index.js",
|
|
@@ -37,22 +37,22 @@
|
|
|
"license": "MIT",
|
|
|
"devDependencies": {
|
|
|
"@types/argparse": "^1.0.36",
|
|
|
- "@types/node": "^12.11.1",
|
|
|
+ "@types/node": "^12.11.7",
|
|
|
"@types/node-fetch": "^2.5.2",
|
|
|
- "@types/react": "^16.9.9",
|
|
|
- "@types/react-dom": "^16.9.2",
|
|
|
+ "@types/react": "^16.9.11",
|
|
|
+ "@types/react-dom": "^16.9.3",
|
|
|
"concurrently": "^5.0.0",
|
|
|
"cpx": "^1.5.0",
|
|
|
"css-loader": "^3.2.0",
|
|
|
"extra-watch-webpack-plugin": "^1.0.3",
|
|
|
"file-loader": "^4.2.0",
|
|
|
"mini-css-extract-plugin": "^0.8.0",
|
|
|
- "molstar": "0.3.8",
|
|
|
+ "molstar": "^0.3.10",
|
|
|
"node-fetch": "^2.6.0",
|
|
|
- "node-sass": "^4.12.0",
|
|
|
+ "node-sass": "^4.13.0",
|
|
|
"raw-loader": "^3.1.0",
|
|
|
- "react": "^16.10.2",
|
|
|
- "react-dom": "^16.10.2",
|
|
|
+ "react": "^16.11.0",
|
|
|
+ "react-dom": "^16.11.0",
|
|
|
"resolve-url-loader": "^3.1.0",
|
|
|
"rxjs": "^6.5.3",
|
|
|
"sass-loader": "^8.0.0",
|