Skip to content

Commit

Permalink
fix(core): Dropped support for node 6
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Oct 13, 2019
1 parent 5aefd37 commit 74d1ece
Show file tree
Hide file tree
Showing 28 changed files with 58 additions and 56 deletions.
4 changes: 2 additions & 2 deletions documentation/esdoc-external-docs-plugin/package.json
Expand Up @@ -30,8 +30,8 @@
"url": "https://github.com/jan-molak/serenity-js/issues"
},
"engines": {
"node": ">= 6.9.x",
"npm": ">= 3"
"node": ">= 8",
"npm": ">= 5"
},
"dependencies": {
"glob": "^7.1.4",
Expand Down
4 changes: 2 additions & 2 deletions documentation/esdoc-template/package.json
Expand Up @@ -30,7 +30,7 @@
"url": "https://github.com/jan-molak/serenity-js/issues"
},
"engines": {
"node": ">= 6.9.x",
"npm": ">= 3"
"node": ">= 8",
"npm": ">= 5"
}
}
4 changes: 2 additions & 2 deletions documentation/esdoc-typescript-plugin/package.json
Expand Up @@ -31,8 +31,8 @@
"url": "https://github.com/jan-molak/serenity-js/issues"
},
"engines": {
"node": ">= 6.9.x",
"npm": ">= 3"
"node": ">= 8",
"npm": ">= 5"
},
"dependencies": {
"@babel/parser": "7.4.5",
Expand Down
4 changes: 2 additions & 2 deletions documentation/website/package.json
Expand Up @@ -32,8 +32,8 @@
"url": "https://github.com/jan-molak/serenity-js/issues"
},
"engines": {
"node": ">= 6.9.x",
"npm": ">= 3"
"node": ">= 8",
"npm": ">= 5"
},
"devDependencies": {
"@serenity-js/assertions": "2.0.1-alpha.83",
Expand Down
4 changes: 2 additions & 2 deletions examples/calculator-app/package.json
Expand Up @@ -32,8 +32,8 @@
"url": "https://github.com/jan-molak/serenity-js/issues"
},
"engines": {
"node": ">= 6.9.x",
"npm": ">= 3"
"node": ">= 8",
"npm": ">= 5"
},
"devDependencies": {
"@types/body-parser": "1.17.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/cucumber-domain-level-testing/package.json
Expand Up @@ -32,8 +32,8 @@
"url": "https://github.com/jan-molak/serenity-js/issues"
},
"engines": {
"node": ">= 6.9.x",
"npm": ">= 3"
"node": ">= 8",
"npm": ">= 5"
},
"devDependencies": {
"@serenity-js-examples/calculator-app": "2.0.1-alpha.83",
Expand Down
4 changes: 2 additions & 2 deletions examples/cucumber-reporting/package.json
Expand Up @@ -32,8 +32,8 @@
"url": "https://github.com/jan-molak/serenity-js/issues"
},
"engines": {
"node": ">= 6.9.x",
"npm": ">= 3"
"node": ">= 8",
"npm": ">= 5"
},
"devDependencies": {
"@serenity-js/core": "2.0.1-alpha.83",
Expand Down
4 changes: 2 additions & 2 deletions examples/cucumber-rest-api-level-testing/package.json
Expand Up @@ -32,8 +32,8 @@
"url": "https://github.com/jan-molak/serenity-js/issues"
},
"engines": {
"node": ">= 6.9.x",
"npm": ">= 3"
"node": ">= 8",
"npm": ">= 5"
},
"devDependencies": {
"@serenity-js-examples/calculator-app": "2.0.1-alpha.83",
Expand Down
4 changes: 2 additions & 2 deletions examples/protractor-cucumber/package.json
Expand Up @@ -32,8 +32,8 @@
"url": "https://github.com/jan-molak/serenity-js/issues"
},
"engines": {
"node": ">= 6.9.x",
"npm": ">= 3"
"node": ">= 8",
"npm": ">= 5"
},
"devDependencies": {
"@serenity-js/assertions": "2.0.1-alpha.83",
Expand Down
4 changes: 2 additions & 2 deletions examples/protractor-jasmine-todomvc/package.json
Expand Up @@ -32,8 +32,8 @@
"url": "https://github.com/jan-molak/serenity-js/issues"
},
"engines": {
"node": ">= 6.9.x",
"npm": ">= 3"
"node": ">= 8",
"npm": ">= 5"
},
"devDependencies": {
"@serenity-js/assertions": "2.0.1-alpha.83",
Expand Down
4 changes: 2 additions & 2 deletions examples/protractor-jasmine/package.json
Expand Up @@ -32,8 +32,8 @@
"url": "https://github.com/jan-molak/serenity-js/issues"
},
"engines": {
"node": ">= 6.9.x",
"npm": ">= 3"
"node": ">= 8",
"npm": ">= 5"
},
"devDependencies": {
"@serenity-js/assertions": "2.0.1-alpha.83",
Expand Down
4 changes: 2 additions & 2 deletions integration/cucumber-1-runner/package.json
Expand Up @@ -29,8 +29,8 @@
"url": "https://github.com/jan-molak/serenity-js/issues"
},
"engines": {
"node": ">= 6.9.x",
"npm": ">= 3"
"node": ">= 8",
"npm": ">= 5"
},
"dependencies": {
"@integration/testing-tools": "2.0.1-alpha.83",
Expand Down
4 changes: 2 additions & 2 deletions integration/cucumber-2-runner/package.json
Expand Up @@ -29,8 +29,8 @@
"url": "https://github.com/jan-molak/serenity-js/issues"
},
"engines": {
"node": ">= 6.9.x",
"npm": ">= 3"
"node": ">= 8",
"npm": ">= 5"
},
"dependencies": {
"@integration/testing-tools": "2.0.1-alpha.83",
Expand Down
4 changes: 2 additions & 2 deletions integration/cucumber-3-runner/package.json
Expand Up @@ -29,8 +29,8 @@
"url": "https://github.com/jan-molak/serenity-js/issues"
},
"engines": {
"node": ">= 6.9.x",
"npm": ">= 3"
"node": ">= 8",
"npm": ">= 5"
},
"dependencies": {
"@integration/testing-tools": "2.0.1-alpha.83",
Expand Down
4 changes: 2 additions & 2 deletions integration/cucumber-4-runner/package.json
Expand Up @@ -29,8 +29,8 @@
"url": "https://github.com/jan-molak/serenity-js/issues"
},
"engines": {
"node": ">= 6.9.x",
"npm": ">= 3"
"node": ">= 8",
"npm": ">= 5"
},
"dependencies": {
"@integration/testing-tools": "2.0.1-alpha.83",
Expand Down
4 changes: 2 additions & 2 deletions integration/cucumber-5-runner/package.json
Expand Up @@ -29,8 +29,8 @@
"url": "https://github.com/jan-molak/serenity-js/issues"
},
"engines": {
"node": ">= 6.9.x",
"npm": ">= 3"
"node": ">= 8",
"npm": ">= 5"
},
"dependencies": {
"@integration/testing-tools": "2.0.1-alpha.83",
Expand Down
4 changes: 2 additions & 2 deletions integration/cucumber/package.json
Expand Up @@ -26,8 +26,8 @@
"url": "https://github.com/jan-molak/serenity-js/issues"
},
"engines": {
"node": ">= 6.9.x",
"npm": ">= 3"
"node": ">= 8",
"npm": ">= 5"
},
"dependencies": {
"@integration/cucumber-1-runner": "2.0.1-alpha.83",
Expand Down
4 changes: 2 additions & 2 deletions integration/jasmine/package.json
Expand Up @@ -26,8 +26,8 @@
"url": "https://github.com/jan-molak/serenity-js/issues"
},
"engines": {
"node": ">= 6.9.x",
"npm": ">= 3"
"node": ">= 8",
"npm": ">= 5"
},
"dependencies": {
"@integration/testing-tools": "2.0.1-alpha.83",
Expand Down
4 changes: 2 additions & 2 deletions integration/protractor-jasmine/package.json
Expand Up @@ -26,8 +26,8 @@
"url": "https://github.com/jan-molak/serenity-js/issues"
},
"engines": {
"node": ">= 6.9.x",
"npm": ">= 3"
"node": ">= 8",
"npm": ">= 5"
},
"dependencies": {
"@integration/testing-tools": "2.0.1-alpha.83",
Expand Down
4 changes: 2 additions & 2 deletions integration/testing-tools/package.json
Expand Up @@ -35,8 +35,8 @@
"url": "https://github.com/jan-molak/serenity-js/issues"
},
"engines": {
"node": ">= 6.9.x",
"npm": ">= 3"
"node": ">= 8",
"npm": ">= 5"
},
"peerDependencies": {
"@serenity-js/core": "*"
Expand Down
6 changes: 4 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/assertions/package.json
Expand Up @@ -37,8 +37,8 @@
"url": "https://github.com/jan-molak/serenity-js/issues"
},
"engines": {
"node": ">= 6.9.x",
"npm": ">= 3"
"node": ">= 8",
"npm": ">= 5"
},
"peerDependencies": {
"@serenity-js/core": "2.x",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Expand Up @@ -55,8 +55,8 @@
"url": "https://github.com/jan-molak/serenity-js/issues"
},
"engines": {
"node": ">= 6.9.x",
"npm": ">= 3"
"node": ">= 8",
"npm": ">= 5"
},
"nyc": {
"include": [
Expand Down
4 changes: 2 additions & 2 deletions packages/cucumber/package.json
Expand Up @@ -37,8 +37,8 @@
"url": "https://github.com/jan-molak/serenity-js/issues"
},
"engines": {
"node": ">= 6.9.x",
"npm": ">= 3"
"node": ">= 8",
"npm": ">= 5"
},
"dependencies": {
"gherkin": "5.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/jasmine/package.json
Expand Up @@ -37,8 +37,8 @@
"url": "https://github.com/jan-molak/serenity-js/issues"
},
"engines": {
"node": ">= 6.9.x",
"npm": ">= 3"
"node": ">= 8",
"npm": ">= 5"
},
"peerDependencies": {
"@serenity-js/core": "2.x",
Expand Down
4 changes: 2 additions & 2 deletions packages/protractor/package.json
Expand Up @@ -42,8 +42,8 @@
"url": "https://github.com/jan-molak/serenity-js/issues"
},
"engines": {
"node": ">= 6.9.x",
"npm": ">= 3"
"node": ">= 8",
"npm": ">= 5"
},
"dependencies": {
"deepmerge": "^3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/rest/package.json
Expand Up @@ -39,8 +39,8 @@
"url": "https://github.com/jan-molak/serenity-js/issues"
},
"engines": {
"node": ">= 6.9.x",
"npm": ">= 3"
"node": ">= 8",
"npm": ">= 5"
},
"dependencies": {
"axios": "^0.19.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/serenity-bdd/package.json
Expand Up @@ -39,8 +39,8 @@
"url": "https://github.com/jan-molak/serenity-js/issues"
},
"engines": {
"node": ">= 6.9.x",
"npm": ">= 3"
"node": ">= 8",
"npm": ">= 5"
},
"dependencies": {
"axios": "^0.19.0",
Expand Down

0 comments on commit 74d1ece

Please sign in to comment.