|
@@ -22,7 +22,10 @@
|
|
|
"model-server-watch": "nodemon --watch build/node_modules build/node_modules/servers/model/server.js"
|
|
|
},
|
|
|
"nodemonConfig": {
|
|
|
- "ignoreRoot": ["./node_modules", ".git"],
|
|
|
+ "ignoreRoot": [
|
|
|
+ "./node_modules",
|
|
|
+ ".git"
|
|
|
+ ],
|
|
|
"ignore": [],
|
|
|
"delay": "2500"
|
|
|
},
|
|
@@ -63,14 +66,14 @@
|
|
|
"author": "",
|
|
|
"license": "MIT",
|
|
|
"devDependencies": {
|
|
|
- "@types/argparse": "^1.0.33",
|
|
|
+ "@types/argparse": "^1.0.34",
|
|
|
"@types/benchmark": "^1.0.31",
|
|
|
"@types/compression": "0.0.36",
|
|
|
"@types/express": "^4.11.1",
|
|
|
- "@types/jest": "^22.2.3",
|
|
|
- "@types/node": "^10.1.2",
|
|
|
- "@types/node-fetch": "^1.6.9",
|
|
|
- "@types/react": "^16.3.14",
|
|
|
+ "@types/jest": "^23.0.0",
|
|
|
+ "@types/node": "~10.1.2",
|
|
|
+ "@types/node-fetch": "^2.1.1",
|
|
|
+ "@types/react": "^16.3.16",
|
|
|
"@types/react-dom": "^16.0.5",
|
|
|
"benchmark": "^2.1.4",
|
|
|
"copyfiles": "^2.0.0",
|
|
@@ -81,20 +84,20 @@
|
|
|
"file-loader": "^1.1.11",
|
|
|
"glslify-import": "^3.1.0",
|
|
|
"glslify-loader": "^1.0.2",
|
|
|
- "jest": "^22.4.4",
|
|
|
+ "jest": "^23.1.0",
|
|
|
"jest-raw-loader": "^1.0.1",
|
|
|
"node-sass": "^4.9.0",
|
|
|
"raw-loader": "^0.5.1",
|
|
|
"resolve-url-loader": "^2.3.0",
|
|
|
- "sass-loader": "^7.0.1",
|
|
|
+ "sass-loader": "^7.0.2",
|
|
|
"style-loader": "^0.21.0",
|
|
|
"ts-jest": "^22.4.6",
|
|
|
"tslint": "^5.10.0",
|
|
|
- "typescript": "^2.8.3",
|
|
|
- "uglify-js": "^3.3.27",
|
|
|
+ "typescript": "^2.9.1",
|
|
|
+ "uglify-js": "^3.4.0",
|
|
|
"util.promisify": "^1.0.0",
|
|
|
- "webpack": "^4.8.3",
|
|
|
- "webpack-cli": "^2.1.3"
|
|
|
+ "webpack": "^4.10.2",
|
|
|
+ "webpack-cli": "^3.0.1"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"argparse": "^1.0.10",
|
|
@@ -102,8 +105,8 @@
|
|
|
"express": "^4.16.3",
|
|
|
"immutable": "^4.0.0-rc.9",
|
|
|
"node-fetch": "^2.1.2",
|
|
|
- "react": "^16.3.2",
|
|
|
- "react-dom": "^16.3.2",
|
|
|
+ "react": "^16.4.0",
|
|
|
+ "react-dom": "^16.4.0",
|
|
|
"rxjs": "^6.2.0"
|
|
|
}
|
|
|
}
|