Skip to content

Commit

Permalink
feat: update minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
@jotadeveloper authored and sergiohgz committed Aug 13, 2019
1 parent c1fe638 commit 007b026
Show file tree
Hide file tree
Showing 2 changed files with 644 additions and 408 deletions.
36 changes: 17 additions & 19 deletions plugins/local-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,33 +14,31 @@
},
"dependencies": {
"@verdaccio/file-locking": "0.0.5",
"@verdaccio/streams": "0.0.2",
"async": "2.5.0",
"@verdaccio/streams": "1.0.0",
"async": "2.6.0",
"http-errors": "1.6.2",
"lodash": "4.17.4",
"mkdirp": "0.5.1"
},
"devDependencies": {
"@verdaccio/types": "^0.1.1",
"babel-cli": "6.24.1",
"babel-core": "6.25.0",
"babel-eslint": "7.2.3",
"babel-jest": "21.2.0",
"babel-plugin-flow-runtime": "0.11.1",
"babel-plugin-istanbul": "4.1.4",
"@verdaccio/types": "^0.2.0",
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "8.2.1",
"babel-jest": "22.1.0",
"babel-plugin-flow-runtime": "0.15.0",
"babel-plugin-istanbul": "4.1.5",
"babel-plugin-transform-async-to-generator": "6.24.1",
"babel-preset-env": "1.6.0",
"babel-preset-env": "1.6.1",
"babel-preset-flow": "6.23.0",
"cross-env": "5.0.5",
"eslint": "4.4.1",
"cross-env": "5.1.3",
"eslint": "4.15.0",
"eslint-config-google": "0.9.1",
"eslint-plugin-flowtype": "2.35.0",
"eslint-plugin-jest": "21.2.0",
"flow-bin": "0.52.0",
"flow-runtime": "0.13.0",
"jest": "21.2.1",
"standard-version": "4.3.0",
"rmdir-sync": "1.0.1"
"eslint-plugin-flowtype": "2.41.0",
"eslint-plugin-jest": "21.6.2",
"jest": "22.1.1",
"rmdir-sync": "1.0.1",
"standard-version": "4.3.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down
Loading

0 comments on commit 007b026

Please sign in to comment.