Skip to content

Commit

Permalink
updated dependencis
Browse files Browse the repository at this point in the history
  • Loading branch information
clarakosi authored and d00rman committed Oct 30, 2018
1 parent 20826bb commit 10bd8a9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
@@ -1,18 +1,18 @@
{
"name": "restbase-mod-table-cassandra",
"description": "RESTBase table storage on Cassandra",
"version": "1.1.1",
"version": "1.1.2",
"license": "Apache-2.0",
"dependencies": {
"bluebird": "^3.5.1",
"bluebird": "^3.5.2",
"cassandra-driver": "3.5.0",
"core-js": "^2.5.7",
"extend": "^3.0.1",
"extend": "^3.0.2",
"js-yaml": "^3.12.0",
"json-stable-stringify": "^1.0.1",
"restbase-mod-table-spec": "^1.1.0",
"string-align": "^0.2.0",
"yargs": "^12.0.1"
"yargs": "^12.0.2"
},
"repository": {
"type": "git",
Expand All @@ -31,8 +31,8 @@
"preq": "^0.5.6",
"mocha-eslint": "^4.1.0",
"eslint-config-node-services": "^2.2.5",
"eslint-config-wikimedia": "^0.5.0",
"eslint-plugin-jsdoc": "^3.7.1",
"eslint-plugin-json": "^1.2.0"
"eslint-config-wikimedia": "^0.8.1",
"eslint-plugin-jsdoc": "^3.9.1",
"eslint-plugin-json": "^1.2.1"
}
}

0 comments on commit 10bd8a9

Please sign in to comment.