Skip to content

Commit

Permalink
Merge pull request #554 from blackflux/dev
Browse files Browse the repository at this point in the history
[Gally]: master <- dev
  • Loading branch information
simlu committed May 27, 2020
2 parents d0bb6a7 + 9b1a63f commit 12fdab5
Show file tree
Hide file tree
Showing 3 changed files with 212 additions and 207 deletions.
24 changes: 12 additions & 12 deletions .roboconfig.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"@blackflux/robo-config-plugin": [
".releaserc.json",
"package.json",
".npmignore",
"LICENSE",
".idea/${projectName}.iml",
".gitignore",
".babelrc",
".circleci/config.yml",
".dependabot/config.yml",
".editorconfig",
".eslintrc.json",
".gally.json",
".dependabot/config.yml",
".circleci/config.yml",
".gitignore",
".idea/joi-strict.iml",
".npmignore",
".releaserc.json",
"LICENSE",
"README.md",
"gardener.js",
".babelrc",
".eslintrc.json",
"test/mocha.opts",
"package.json",
"src/index.js",
"test/index.spec.js",
"src/index.js"
"test/mocha.opts"
]
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,24 +37,24 @@
},
"homepage": "https://github.com/blackflux/joi-strict#readme",
"devDependencies": {
"@babel/cli": "7.8.4",
"@babel/core": "7.9.0",
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
"@babel/cli": "7.10.0",
"@babel/core": "7.9.6",
"@babel/plugin-proposal-object-rest-spread": "7.10.0",
"@babel/register": "7.9.0",
"@blackflux/eslint-plugin-rules": "1.3.27",
"@blackflux/robo-config-plugin": "3.1.1",
"@blackflux/robo-config-plugin": "3.4.0",
"babel-eslint": "10.1.0",
"chai": "4.2.0",
"coveralls": "3.0.11",
"eslint": "6.8.0",
"coveralls": "3.1.0",
"eslint": "7.1.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-json": "2.1.1",
"eslint-plugin-markdown": "1.0.2",
"eslint-plugin-mocha": "6.3.0",
"js-gardener": "2.0.153",
"eslint-plugin-mocha": "7.0.0",
"js-gardener": "2.0.158",
"nyc": "15.0.1",
"semantic-release": "17.0.6"
"semantic-release": "17.0.8"
},
"licenses": [
{
Expand Down
Loading

0 comments on commit 12fdab5

Please sign in to comment.