From 18ba231f918ff9aef18e6c2f31a68e095c22b478 Mon Sep 17 00:00:00 2001 From: David Luecke Date: Wed, 27 Nov 2019 08:55:07 -0800 Subject: [PATCH] chore: Update all Node engine versions --- package.json | 2 +- packages/adapter-commons/package.json | 2 +- packages/adapter-tests/package.json | 2 +- packages/authentication-client/package.json | 2 +- packages/authentication-local/package.json | 2 +- packages/authentication-oauth/package.json | 2 +- packages/authentication/package.json | 2 +- packages/client/package.json | 2 +- packages/commons/package.json | 2 +- packages/configuration/package.json | 2 +- packages/errors/package.json | 2 +- packages/express/package.json | 2 +- packages/feathers/package.json | 2 +- packages/primus-client/package.json | 2 +- packages/primus/package.json | 2 +- packages/rest-client/package.json | 2 +- packages/socketio-client/package.json | 2 +- packages/socketio/package.json | 2 +- packages/tests/package.json | 2 +- packages/transport-commons/package.json | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index ad3575b78c..5288690f90 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "url": "https://github.com/feathersjs/feathers/issues" }, "engines": { - "node": ">= 8" + "node": ">= 12" }, "scripts": { "install": "lerna bootstrap", diff --git a/packages/adapter-commons/package.json b/packages/adapter-commons/package.json index 8dc2d8a8c9..097765bfa4 100644 --- a/packages/adapter-commons/package.json +++ b/packages/adapter-commons/package.json @@ -25,7 +25,7 @@ "url": "https://github.com/feathersjs/feathers/issues" }, "engines": { - "node": ">= 6" + "node": ">= 12" }, "main": "lib/", "types": "lib/", diff --git a/packages/adapter-tests/package.json b/packages/adapter-tests/package.json index 54b1516288..8bc80e37bb 100644 --- a/packages/adapter-tests/package.json +++ b/packages/adapter-tests/package.json @@ -25,7 +25,7 @@ "url": "https://github.com/feathersjs/feathers/issues" }, "engines": { - "node": ">= 8" + "node": ">= 12" }, "main": "lib/index.js", "scripts": { diff --git a/packages/authentication-client/package.json b/packages/authentication-client/package.json index aace1b4698..9ceff6d2f4 100644 --- a/packages/authentication-client/package.json +++ b/packages/authentication-client/package.json @@ -28,7 +28,7 @@ "url": "https://github.com/feathersjs/feathers/issues" }, "engines": { - "node": ">= 6" + "node": ">= 12" }, "scripts": { "prepublish": "npm run compile", diff --git a/packages/authentication-local/package.json b/packages/authentication-local/package.json index bcb5f02296..0d637db83d 100644 --- a/packages/authentication-local/package.json +++ b/packages/authentication-local/package.json @@ -28,7 +28,7 @@ "url": "https://github.com/feathersjs/feathers/issues" }, "engines": { - "node": ">= 6" + "node": ">= 12" }, "scripts": { "prepublish": "npm run compile", diff --git a/packages/authentication-oauth/package.json b/packages/authentication-oauth/package.json index 8503c18d54..2202e98da6 100644 --- a/packages/authentication-oauth/package.json +++ b/packages/authentication-oauth/package.json @@ -28,7 +28,7 @@ "url": "https://github.com/feathersjs/feathers/issues" }, "engines": { - "node": ">= 6" + "node": ">= 12" }, "scripts": { "start": "ts-node test/app", diff --git a/packages/authentication/package.json b/packages/authentication/package.json index 5b39e46831..f8225a4120 100644 --- a/packages/authentication/package.json +++ b/packages/authentication/package.json @@ -28,7 +28,7 @@ "url": "https://github.com/feathersjs/feathers/issues" }, "engines": { - "node": ">= 6" + "node": ">= 12" }, "scripts": { "prepublish": "npm run compile", diff --git a/packages/client/package.json b/packages/client/package.json index 4dbcc85d42..b6706ce3ee 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -21,7 +21,7 @@ ], "author": "Feathers contributors", "engines": { - "node": ">= 6" + "node": ">= 12" }, "main": "index.js", "types": "index.d.ts", diff --git a/packages/commons/package.json b/packages/commons/package.json index 48a3ceb24b..e00bb2909d 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -25,7 +25,7 @@ "url": "https://github.com/feathersjs/feathers/issues" }, "engines": { - "node": ">= 6" + "node": ">= 12" }, "main": "lib/", "types": "lib/", diff --git a/packages/configuration/package.json b/packages/configuration/package.json index d8a41d62c5..d38af37048 100644 --- a/packages/configuration/package.json +++ b/packages/configuration/package.json @@ -28,7 +28,7 @@ "url": "https://github.com/feathersjs/feathers/issues" }, "engines": { - "node": ">= 6" + "node": ">= 12" }, "scripts": { "prepublish": "npm run compile", diff --git a/packages/errors/package.json b/packages/errors/package.json index 4580a5c907..fc6904f649 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -24,7 +24,7 @@ "url": "https://github.com/feathersjs/feathers/issues" }, "engines": { - "node": ">= 6" + "node": ">= 12" }, "directories": { "lib": "lib" diff --git a/packages/express/package.json b/packages/express/package.json index 9de7d2229c..10316df9ca 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -28,7 +28,7 @@ "url": "https://github.com/feathersjs/feathers/issues" }, "engines": { - "node": ">= 6" + "node": ">= 12" }, "scripts": { "test": "mocha --opts ../../mocha.opts" diff --git a/packages/feathers/package.json b/packages/feathers/package.json index 9936bf70e0..3fe6919c0e 100644 --- a/packages/feathers/package.json +++ b/packages/feathers/package.json @@ -39,7 +39,7 @@ "publish": "npm run reset-version" }, "engines": { - "node": ">= 6" + "node": ">= 12" }, "publishConfig": { "access": "public" diff --git a/packages/primus-client/package.json b/packages/primus-client/package.json index f79511f3f4..87d0025896 100644 --- a/packages/primus-client/package.json +++ b/packages/primus-client/package.json @@ -28,7 +28,7 @@ "url": "https://github.com/feathersjs/feathers/issues" }, "engines": { - "node": ">= 6.0.0" + "node": ">= 12" }, "scripts": { "test": "mocha --opts ../../mocha.opts" diff --git a/packages/primus/package.json b/packages/primus/package.json index c07f0f8981..c7e6380dd1 100644 --- a/packages/primus/package.json +++ b/packages/primus/package.json @@ -28,7 +28,7 @@ "url": "https://github.com/feathersjs/feathers/issues" }, "engines": { - "node": ">= 6" + "node": ">= 12" }, "scripts": { "test": "mocha --opts ../../mocha.opts" diff --git a/packages/rest-client/package.json b/packages/rest-client/package.json index 5282907aaa..ff0906b87c 100644 --- a/packages/rest-client/package.json +++ b/packages/rest-client/package.json @@ -28,7 +28,7 @@ "url": "https://github.com/feathersjs/feathers/issues" }, "engines": { - "node": ">= 6.0.0" + "node": ">= 12" }, "scripts": { "test": "mocha --opts ../../mocha.opts" diff --git a/packages/socketio-client/package.json b/packages/socketio-client/package.json index 4d700f42b0..86a5b1eb6e 100644 --- a/packages/socketio-client/package.json +++ b/packages/socketio-client/package.json @@ -28,7 +28,7 @@ "url": "https://github.com/feathersjs/feathers/issues" }, "engines": { - "node": ">= 6.0.0" + "node": ">= 12" }, "scripts": { "test": "mocha --opts ../../mocha.opts" diff --git a/packages/socketio/package.json b/packages/socketio/package.json index b26e333452..411ce7bf64 100644 --- a/packages/socketio/package.json +++ b/packages/socketio/package.json @@ -28,7 +28,7 @@ "url": "https://github.com/feathersjs/feathers/issues" }, "engines": { - "node": ">= 6" + "node": ">= 12" }, "scripts": { "test": "mocha --opts ../../mocha.opts" diff --git a/packages/tests/package.json b/packages/tests/package.json index 7b9b409a65..79f4f4f1af 100644 --- a/packages/tests/package.json +++ b/packages/tests/package.json @@ -27,7 +27,7 @@ "url": "https://github.com/feathersjs/feathers/issues" }, "engines": { - "node": ">= 6" + "node": ">= 12" }, "scripts": { "prepublish": "npm run compile", diff --git a/packages/transport-commons/package.json b/packages/transport-commons/package.json index eaf0bad06f..baeeccb1fe 100644 --- a/packages/transport-commons/package.json +++ b/packages/transport-commons/package.json @@ -28,7 +28,7 @@ "url": "https://github.com/feathersjs/feathers/issues" }, "engines": { - "node": ">= 6" + "node": ">= 12" }, "scripts": { "prepublish": "npm run compile",