From 233647ddf79f88544c41d8357978bb8df592d270 Mon Sep 17 00:00:00 2001 From: Lukas Siemon Date: Tue, 9 Mar 2021 07:22:38 -0800 Subject: [PATCH] fix: reverted node 10 support --- .babelrc | 2 +- .roboconfig.json | 2 +- package.json | 6 +++--- yarn.lock | 16 ++++++++-------- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.babelrc b/.babelrc index 0a9ebafe..6186dc58 100644 --- a/.babelrc +++ b/.babelrc @@ -1,5 +1,5 @@ { - "presets": [["latest-node", {"target": "12"}]], + "presets": [["latest-node", {"target": "10"}]], "plugins": [], "sourceMaps": false } diff --git a/.roboconfig.json b/.roboconfig.json index 82af2a29..de729874 100644 --- a/.roboconfig.json +++ b/.roboconfig.json @@ -8,7 +8,7 @@ "packageName": "lambda-rate-limiter", "projectName": "lambda-rate-limiter", "owner": "simlu", - "nodeVersion": "12", + "nodeVersion": "10", "ownerName": "Lukas Siemon", "mergeBot": "MrsFlux" } diff --git a/package.json b/package.json index 99f3aca0..7bedd316 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ ], "main": "lib/index.js", "engines": { - "node": ">= 12" + "node": ">= 10" }, "scripts": { "clean": "rm -rf lib", @@ -43,11 +43,11 @@ "lru-cache": "6.0.0" }, "devDependencies": { - "@babel/cli": "7.13.0", + "@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.3", + "@blackflux/robo-config-plugin": "4.1.4", "babel-eslint": "10.1.0", "babel-preset-latest-node": "5.4.0", "chai": "4.3.3", diff --git a/yarn.lock b/yarn.lock index ba4f4fa2..61992a4e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@babel/cli@7.13.0": - version "7.13.0" - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.0.tgz#48e77614e897615ca299bece587b68a70723ff4c" - integrity sha512-y5AohgeVhU+wO5kU1WGMLdocFj83xCxVjsVFa2ilII8NEwmBZvx7Ambq621FbFIK68loYJ9p43nfoi6es+rzSA== +"@babel/cli@7.13.10": + version "7.13.10" + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.10.tgz#3a9254cbe806639c8ca4ebd49ebe54b4267b88c9" + integrity sha512-lYSBC7B4B9hJ7sv0Ojx1BrGhuzCoOIYfLjd+Xpd4rOzdS+a47yi8voV8vFkfjlZR1N5qZO7ixOCbobUdT304PQ== dependencies: commander "^4.0.1" convert-source-map "^1.1.0" @@ -351,10 +351,10 @@ dependencies: smart-fs "1.12.5" -"@blackflux/robo-config-plugin@4.1.3": - version "4.1.3" - resolved "https://registry.yarnpkg.com/@blackflux/robo-config-plugin/-/robo-config-plugin-4.1.3.tgz#ed0722286160432f03edb1639a551c179d9893d8" - integrity sha512-vgU37ueUgPexxB+wL8ckfUe5TsGgEYjKM1diHcDlUa8TNp0P1HNPAC9K/O51P75sY37Ewe0imm6G6r1byVLUPw== +"@blackflux/robo-config-plugin@4.1.4": + version "4.1.4" + resolved "https://registry.yarnpkg.com/@blackflux/robo-config-plugin/-/robo-config-plugin-4.1.4.tgz#9ae0de0052e55700eaf3f12af35355b386b9b401" + integrity sha512-oxPD6wdgOOLTKwDSc788DDG4OWJi/bHg41nQ52rjXrRsyoCQ/WfO8ewEwGc2YqbEHifISu5lIhQPl0Edn0zzBw== "@eslint/eslintrc@^0.4.0": version "0.4.0"