Skip to content

Commit

Permalink
feat: bump deps, fixed lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Jun 6, 2019
1 parent 7942c2d commit a3f75ed
Show file tree
Hide file tree
Showing 3 changed files with 802 additions and 947 deletions.
3 changes: 2 additions & 1 deletion .lib.eslintrc
Expand Up @@ -9,7 +9,8 @@
"no-unused-vars": "off",
"no-empty": "off",
"node/no-unsupported-features/node-builtins": "off",
"no-func-assign": "off"
"no-func-assign": "off",
"no-global-assign": ["error", {"exceptions": ["exports"]}]
},
"overrides": [
{
Expand Down
30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -29,46 +29,46 @@
"form-data": "^2.3.3",
"formidable": "^1.2.1",
"methods": "^1.1.2",
"mime": "^2.4.2",
"mime": "^2.4.3",
"qs": "^6.7.0",
"readable-stream": "^3.3.0",
"semver": "^6.0.0"
"readable-stream": "^3.4.0",
"semver": "^6.1.1"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"@babel/preset-env": "^7.4.5",
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"Base64": "^1.0.2",
"babelify": "^10.0.0",
"basic-auth-connect": "^1.0.0",
"body-parser": "^1.19.0",
"browserify": "^16.2.3",
"codecov": "^3.3.0",
"codecov": "^3.5.0",
"cookie-parser": "^1.4.4",
"cross-env": "^5.2.0",
"eslint": "^5.16.0",
"eslint-config-xo-lass": "^1.0.3",
"eslint-plugin-compat": "^3.1.1",
"eslint-plugin-node": "^8.0.1",
"express": "^4.16.4",
"eslint-plugin-node": "^9.1.0",
"express": "^4.17.1",
"express-session": "^1.16.1",
"fixpack": "^2.3.1",
"husky": "^2.1.0",
"lint-staged": "^8.1.5",
"husky": "^2.4.0",
"lint-staged": "^8.1.7",
"marked": "^0.6.2",
"mocha": "3.5.3",
"multer": "^1.4.1",
"nyc": "^14.0.0",
"nyc": "^14.1.1",
"remark-cli": "^6.0.1",
"remark-preset-github": "^0.0.13",
"rimraf": "^2.6.3",
"should": "^13.2.3",
"should-http": "^0.1.1",
"tinyify": "^2.5.0",
"uglify-js": "^3.5.9",
"tinyify": "^2.5.1",
"uglify-js": "^3.6.0",
"xo": "0.24.0",
"zuul": "^3.12.0"
},
Expand Down

0 comments on commit a3f75ed

Please sign in to comment.