Skip to content

Commit

Permalink
Merge pull request #1111 from blackflux/dev
Browse files Browse the repository at this point in the history
[Gally]: master <- dev
  • Loading branch information
simlu authored Mar 16, 2021
2 parents a3f94dd + e3ebe8f commit f1b7dd7
Show file tree
Hide file tree
Showing 4 changed files with 198 additions and 171 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"presets": [["latest-node", {"target": "10"}]],
"presets": [["latest-node", {"target": "12"}]],
"plugins": [],
"sourceMaps": false
}
2 changes: 1 addition & 1 deletion .roboconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"packageName": "yaml-boost",
"projectName": "yaml-boost",
"owner": "simlu",
"nodeVersion": "10",
"nodeVersion": "12",
"ownerName": "Lukas Siemon",
"mergeBot": "MrsFlux"
}
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@
"@babel/cli": "7.13.10",
"@babel/core": "7.13.10",
"@babel/register": "7.13.8",
"@blackflux/eslint-plugin-rules": "1.3.46",
"@blackflux/robo-config-plugin": "4.1.4",
"@blackflux/eslint-plugin-rules": "1.3.47",
"@blackflux/robo-config-plugin": "5.0.0",
"babel-eslint": "10.1.0",
"babel-preset-latest-node": "5.4.0",
"chai": "4.3.3",
"babel-preset-latest-node": "5.5.1",
"chai": "4.3.4",
"coveralls": "3.1.0",
"eslint": "7.21.0",
"eslint": "7.22.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-json": "2.1.2",
"eslint-plugin-markdown": "2.0.0",
"eslint-plugin-mocha": "8.1.0",
"js-gardener": "2.0.187",
"js-gardener": "2.0.188",
"nyc": "15.1.0",
"semantic-release": "17.4.1"
"semantic-release": "17.4.2"
},
"keywords": [
"yaml",
Expand All @@ -65,7 +65,7 @@
}
],
"engines": {
"node": ">= 10"
"node": ">= 12"
},
"files": [
"lib"
Expand Down
Loading

0 comments on commit f1b7dd7

Please sign in to comment.