Skip to content

Commit

Permalink
Merge pull request #60 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 081f8be + 58bcf5d commit c9e2b75
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 126 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 @@ -4,7 +4,7 @@
"assorted/@npm-opensource"
],
"variables": {
"nodeVersion": "10",
"nodeVersion": "12",
"repoKey": "blackflux/object-lib",
"packageName": "object-lib",
"projectName": "object-lib",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@
"@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",
"lodash.clonedeep": "4.5.0",
"lodash.samplesize": "4.2.0",
"node-tdd": "2.19.2",
"node-tdd": "3.0.0",
"nyc": "15.1.0",
"semantic-release": "17.4.1"
"semantic-release": "17.4.2"
},
"licenses": [
{
Expand Down Expand Up @@ -107,7 +107,7 @@
"url": "https://github.com/blackflux/object-lib/issues"
},
"engines": {
"node": ">= 10"
"node": ">= 12"
},
"dependencies": {
"object-scan": "14.0.0"
Expand Down
Loading

0 comments on commit c9e2b75

Please sign in to comment.