From df8e49954639c0891558a22d9b502d9b1e90aaee Mon Sep 17 00:00:00 2001 From: Lukas Siemon Date: Fri, 5 Mar 2021 13:46:28 -0800 Subject: [PATCH] fix: updated deps --- .babelrc | 2 +- .roboconfig.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.babelrc b/.babelrc index 6186dc58..0a9ebafe 100644 --- a/.babelrc +++ b/.babelrc @@ -1,5 +1,5 @@ { - "presets": [["latest-node", {"target": "10"}]], + "presets": [["latest-node", {"target": "12"}]], "plugins": [], "sourceMaps": false } diff --git a/.roboconfig.json b/.roboconfig.json index de729874..82af2a29 100644 --- a/.roboconfig.json +++ b/.roboconfig.json @@ -8,7 +8,7 @@ "packageName": "lambda-rate-limiter", "projectName": "lambda-rate-limiter", "owner": "simlu", - "nodeVersion": "10", + "nodeVersion": "12", "ownerName": "Lukas Siemon", "mergeBot": "MrsFlux" } diff --git a/package.json b/package.json index b1839d53..a391ac00 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ ], "main": "lib/index.js", "engines": { - "node": ">= 10" + "node": ">= 12" }, "scripts": { "clean": "rm -rf lib",