Skip to content

Commit

Permalink
fix: reverted node 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
simlu committed Mar 9, 2021
1 parent c09193c commit 233647d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 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": "12"}]],
"presets": [["latest-node", {"target": "10"}]],
"plugins": [],
"sourceMaps": false
}
2 changes: 1 addition & 1 deletion .roboconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"packageName": "lambda-rate-limiter",
"projectName": "lambda-rate-limiter",
"owner": "simlu",
"nodeVersion": "12",
"nodeVersion": "10",
"ownerName": "Lukas Siemon",
"mergeBot": "MrsFlux"
}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"main": "lib/index.js",
"engines": {
"node": ">= 12"
"node": ">= 10"
},
"scripts": {
"clean": "rm -rf lib",
Expand All @@ -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",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 233647d

Please sign in to comment.