Browse Source

Upgrade dependencies to latest available versions

pull/198/head
Vamshi K Ponnapalli 6 years ago
parent
commit
d866c0015d
  1. 78
      package.json
  2. 3786
      yarn.lock

78
package.json

@ -49,61 +49,61 @@
}, },
"preferGlobal": "true", "preferGlobal": "true",
"dependencies": { "dependencies": {
"compression": "^1.7.1", "compression": "^1.7.4",
"express": "^4.16.4", "express": "^4.17.1",
"fs-extra": "^4.0.1", "fs-extra": "^8.1.0",
"helmet": "^3.9.0", "helmet": "^3.18.0",
"lodash": "^4.17.4", "lodash": "^4.17.14",
"morgan": "^1.9.1", "morgan": "^1.9.1",
"node-pty": "^0.7.4", "node-pty": "^0.8.1",
"serve-favicon": "^2.5.0", "serve-favicon": "^2.5.0",
"socket.io": "^2.2.0", "socket.io": "^2.2.0",
"socket.io-client": "^2.2.0", "socket.io-client": "^2.2.0",
"source-map-loader": "^0.2.4", "source-map-loader": "^0.2.4",
"winston": "^3.1.0", "winston": "^3.2.1",
"xterm": "^3.10.0", "xterm": "^3.14.5",
"yargs": "^12.0.5" "yargs": "^13.3.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.2.2", "@babel/core": "^7.5.4",
"@babel/node": "^7.2.2", "@babel/node": "^7.5.0",
"@babel/preset-env": "^7.2.3", "@babel/preset-env": "^7.5.4",
"@babel/preset-typescript": "^7.1.0", "@babel/preset-typescript": "^7.3.3",
"@babel/register": "^7.0.0", "@babel/register": "^7.4.4",
"@types/compression": "^0.0.36", "@types/compression": "^0.0.36",
"@types/express": "^4.16.0", "@types/express": "^4.17.0",
"@types/fs-extra": "^5.0.4", "@types/fs-extra": "^8.0.0",
"@types/helmet": "^0.0.42", "@types/helmet": "^0.0.43",
"@types/lodash": "^4.14.119", "@types/lodash": "^4.14.136",
"@types/morgan": "^1.7.35", "@types/morgan": "^1.7.35",
"@types/node": "^10.12.18", "@types/node": "^12.6.4",
"@types/serve-favicon": "^2.2.30", "@types/serve-favicon": "^2.2.30",
"@types/socket.io": "^2.1.2", "@types/socket.io": "^2.1.2",
"@types/socket.io-client": "^1.4.32", "@types/socket.io-client": "^1.4.32",
"@types/webpack-env": "^1.13.6", "@types/webpack-env": "^1.14.0",
"@types/yargs": "^12.0.5", "@types/yargs": "^13.0.0",
"babel-loader": "^8.0.5", "babel-loader": "^8.0.6",
"babel-plugin-lodash": "^3.3.4", "babel-plugin-lodash": "^3.3.4",
"concurrently": "^3.5.1", "concurrently": "^4.1.1",
"css-loader": "^2.1.0", "css-loader": "^3.0.0",
"eslint": "^5.12.0", "eslint": "^6.0.1",
"eslint-config-airbnb-base": "^13.1.0", "eslint-config-airbnb-base": "^13.2.0",
"eslint-config-prettier": "^3.3.0", "eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.14.0", "eslint-plugin-import": "^2.18.0",
"eslint-plugin-prettier": "^3.0.1", "eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-typescript": "^1.0.0-rc.1", "eslint-plugin-typescript": "^1.0.0-rc.1",
"file-loader": "^3.0.1", "file-loader": "^4.0.0",
"husky": "^1.3.1", "husky": "^3.0.0",
"lint-staged": "~8.2.0", "lint-staged": "~9.2.0",
"mini-css-extract-plugin": "^0.5.0", "mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.11.0", "node-sass": "^4.12.0",
"nodemon": "^1.14.10", "nodemon": "^1.19.1",
"prettier": "^1.15.3", "prettier": "^1.18.2",
"sass-loader": "^7.1.0", "sass-loader": "^7.1.0",
"style-loader": "^0.23.1", "style-loader": "^0.23.1",
"typescript": "~3.1.1", "typescript": "~3.5.3",
"webpack": "^4.28.3", "webpack": "^4.35.3",
"webpack-cli": "^3.2.0", "webpack-cli": "^3.3.6",
"webpack-node-externals": "^1.7.2" "webpack-node-externals": "^1.7.2"
}, },
"contributors": [ "contributors": [

3786
yarn.lock

File diff suppressed because it is too large
Loading…
Cancel
Save