Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioramos committed Aug 17, 2020
1 parent 76154ce commit 7d0bd0b
Show file tree
Hide file tree
Showing 9 changed files with 2,193 additions and 4,479 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const archiver = require('archiver');
const { readFileSync, lstatSync, realpathSync, ...fs } = require('fs');
const { exists, stat: statAsync } = require('mz/fs');
const FileTrace = require('@zeit/node-file-trace');
const { nodeFileTrace: FileTrace } = require('@zeit/node-file-trace');
const Flatten = require('lodash.flatten');
const { default: Find } = require('apr-find');
const Globby = require('globby');
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,34 +29,34 @@
"test": "NODE_ENV=test ava --timeout=5m"
},
"dependencies": {
"@zeit/node-file-trace": "^0.6.3",
"@zeit/node-file-trace": "^0.8.2",
"apr-find": "^3.0.3",
"apr-map": "^3.0.3",
"apr-parallel": "^3.0.3",
"archiver": "^4.0.1",
"archiver": "^5.0.0",
"globby": "^11.0.1",
"lodash.sortby": "^4.7.0",
"lodash.topairs": "^4.3.0",
"lodash.uniq": "^4.5.0",
"mz": "^2.7.0",
"nanomatch": "^1.2.13",
"path-is-inside": "^1.0.2",
"tempy": "^0.5.0"
"tempy": "^0.6.0"
},
"devDependencies": {
"apr-for-each": "^3.0.3",
"apr-intercept": "^3.0.4",
"apr-main": "^4.0.3",
"apr-reduce": "^3.0.3",
"ava": "^3.8.2",
"ava": "^3.11.1",
"directory-tree": "^2.2.4",
"eslint": "^7.2.0",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-xo-space": "^0.25.0",
"execa": "^4.0.2",
"execa": "^4.0.3",
"hasha": "^5.2.0",
"husky": "^4.2.5",
"lint-staged": "^10.2.10",
"lint-staged": "^10.2.11",
"markdown-table": "^2.0.0",
"path-type": "^4.0.0",
"prettier": "^2.0.5",
Expand Down

0 comments on commit 7d0bd0b

Please sign in to comment.