Skip to content

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
simlu committed Sep 4, 2020
1 parent 28285a4 commit d553639
Show file tree
Hide file tree
Showing 5 changed files with 863 additions and 837 deletions.
8 changes: 3 additions & 5 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"presets": [],
"plugins": [
"@babel/plugin-proposal-object-rest-spread"
],
"sourceMaps": "inline"
"presets": [["latest-node", {"target": "10"}]],
"plugins": [],
"sourceMaps": false
}
1 change: 1 addition & 0 deletions .roboconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"packageName": "lambda-rate-limiter",
"projectName": "lambda-rate-limiter",
"owner": "simlu",
"nodeVersion": "10",
"ownerName": "Lukas Siemon",
"mergeBot": "MrsFlux"
}
Expand Down
17 changes: 17 additions & 0 deletions CONFDOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ Manage various configuration files for an open source npm package on github.
<td align="left" valign="top">
<ul>
<li><a href="#blackfluxrobo-config-plugin-var-ref-packagename">packageName</a></li>
<li><a href="#blackfluxrobo-config-plugin-var-ref-nodeversion">nodeVersion</a></li>
<li><a href="#blackfluxrobo-config-plugin-var-ref-repokey">repoKey</a></li>
<li><a href="#blackfluxrobo-config-plugin-var-ref-ownername">ownerName</a></li>
<li><a href="#blackfluxrobo-config-plugin-var-ref-projectname">projectName</a></li>
Expand Down Expand Up @@ -163,6 +164,7 @@ Manage basic project structure for npm package on github.
<td align="left" valign="top">
<ul>
<li><a href="#blackfluxrobo-config-plugin-var-ref-packagename">packageName</a></li>
<li><a href="#blackfluxrobo-config-plugin-var-ref-nodeversion">nodeVersion</a></li>
</ul>
</td>
</tr>
Expand Down Expand Up @@ -235,6 +237,7 @@ Manage basic project structure for npm package on github.
<td align="left" valign="top">
<ul>
<li><a href="#blackfluxrobo-config-plugin-var-ref-packagename">packageName</a></li>
<li><a href="#blackfluxrobo-config-plugin-var-ref-nodeversion">nodeVersion</a></li>
</ul>
</td>
</tr>
Expand Down Expand Up @@ -397,6 +400,7 @@ _Updating <a href="#blackfluxrobo-config-plugin-target-ref-babelrc">.babelrc</a>
<tr>
<th>Targets</th>
<th>Requires</th>
<th>Variables</th>
</tr>
<tr>
<td align="left" valign="top">
Expand All @@ -411,6 +415,11 @@ _Updating <a href="#blackfluxrobo-config-plugin-target-ref-babelrc">.babelrc</a>
<li><a href="#blackfluxrobo-config-plugin-req-ref-babel">babel</a></li>
</ul>
</td>
<td align="left" valign="top">
<ul>
<li><a href="#blackfluxrobo-config-plugin-var-ref-nodeversion">nodeVersion</a></li>
</ul>
</td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -494,6 +503,7 @@ Manage package.json for npm package on github.
</td>
<td align="left" valign="top">
<ul>
<li><a href="#blackfluxrobo-config-plugin-var-ref-nodeversion">nodeVersion</a></li>
<li><a href="#blackfluxrobo-config-plugin-var-ref-repokey">repoKey</a></li>
<li><a href="#blackfluxrobo-config-plugin-var-ref-packagename">packageName</a></li>
</ul>
Expand Down Expand Up @@ -557,6 +567,7 @@ _Updating <a href="#blackfluxrobo-config-plugin-target-ref-packagejson">package.
</td>
<td align="left" valign="top">
<ul>
<li><a href="#blackfluxrobo-config-plugin-var-ref-nodeversion">nodeVersion</a></li>
<li><a href="#blackfluxrobo-config-plugin-var-ref-repokey">repoKey</a></li>
<li><a href="#blackfluxrobo-config-plugin-var-ref-packagename">packageName</a></li>
</ul>
Expand Down Expand Up @@ -1594,6 +1605,12 @@ Enables displaying of a status badge indicated whether the dependencies are outd
The name of the project as published to npm.
Note that for scoped packages the name can differ significantly from the repo name.

### <a name="blackfluxrobo-config-plugin-var-ref-nodeversion">nodeVersion</a> : `string`

*The minimum node version targeted.*

The minimum nodejs version that the project targets.

### <a name="blackfluxrobo-config-plugin-var-ref-repokey">repoKey</a> : `string`

*Repository key.*
Expand Down
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,31 +36,32 @@
"ts": "yarn run test-simple",
"tsv": "yarn run test-simple --verbose",
"u": "yarn upgrade --latest --force",
"i": "yarn install --frozen-lockfile"
"i": "yarn install --frozen-lockfile",
"it": "yarn run i && yarn run t"
},
"dependencies": {
"lru-cache": "6.0.0"
},
"devDependencies": {
"@babel/cli": "7.10.5",
"@babel/core": "7.11.1",
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
"@babel/register": "7.10.5",
"@babel/cli": "7.11.6",
"@babel/core": "7.11.6",
"@babel/register": "7.11.5",
"@blackflux/eslint-plugin-rules": "1.3.33",
"@blackflux/robo-config-plugin": "3.9.5",
"@blackflux/robo-config-plugin": "3.9.9",
"babel-eslint": "10.1.0",
"chai": "4.2.0",
"coveralls": "3.1.0",
"eslint": "7.7.0",
"eslint": "7.8.1",
"eslint-config-airbnb-base": "14.2.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-json": "2.1.2",
"eslint-plugin-markdown": "1.0.2",
"eslint-plugin-mocha": "8.0.0",
"js-gardener": "2.0.167",
"mocha": "8.1.1",
"mocha": "8.1.3",
"nyc": "15.1.0",
"semantic-release": "17.1.1"
"semantic-release": "17.1.1",
"babel-preset-latest-node": "4.1.0"
},
"keywords": [
"ratelimit",
Expand Down
Loading

0 comments on commit d553639

Please sign in to comment.