Skip to content

Commit

Permalink
2.8.0
Browse files Browse the repository at this point in the history
Updates logspect dependency which had a dependency on is-in-browser which had a dependency on babel-preset-es2015.....
  • Loading branch information
nozzlegear committed Dec 30, 2017
1 parent a5901f4 commit 8f6b4dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "davenport",
"version": "2.8.0-beta1",
"version": "2.8.0",
"description": "A CouchDB client for simplifying common tasks like get, list, create, update and delete. Comes complete with full TypeScript definitions.",
"main": "bin/index.js",
"typings": "bin/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"homepage": "https://github.com/nozzlegear/davenport#readme",
"dependencies": {
"axios": "^0.15.3",
"logspect": "^1.0.2"
"logspect": "^1.3.0"
},
"devDependencies": {
"@types/lodash": "^4.14.74",
Expand Down
11 changes: 3 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -896,10 +896,6 @@ is-glob@^2.0.0, is-glob@^2.0.1:
dependencies:
is-extglob "^1.0.0"

is-in-browser@^1.0.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/is-in-browser/-/is-in-browser-1.1.2.tgz#9e3e5e02159dd43eda45b681210bbc920f680a72"

is-my-json-valid@^2.12.4:
version "2.15.0"
resolved "https://registry.yarnpkg.com/is-my-json-valid/-/is-my-json-valid-2.15.0.tgz#936edda3ca3c211fd98f3b2d3e08da43f7b2915b"
Expand Down Expand Up @@ -1047,12 +1043,11 @@ lodash@^4.14.0, lodash@^4.17.4:
version "4.17.4"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"

logspect@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/logspect/-/logspect-1.0.2.tgz#2f01808cefa4f40680655a306ae0294e76b14448"
logspect@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/logspect/-/logspect-1.3.0.tgz#d20a28fd322adf03b42cd51cf56919589d3371fd"
dependencies:
chalk "^1.1.3"
is-in-browser "^1.0.2"

longest@^1.0.1:
version "1.0.1"
Expand Down

0 comments on commit 8f6b4dc

Please sign in to comment.