Skip to content

Commit

Permalink
Merge pull request #5 from wallabag/node-12
Browse files Browse the repository at this point in the history
Jump to node 12
  • Loading branch information
j0k3r authored Dec 27, 2019
2 parents a83fdfa + a86e795 commit d2f8ea8
Show file tree
Hide file tree
Showing 6 changed files with 913 additions and 752 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@babel/preset-env",
{
"targets": {
"node": "10.17"
"node": "12"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.17
12
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Available lambdas:

## Prerequisites

- Node.js 10.17
- Node.js 12
- Serverless CLI v1.54.0 or later (`npm install -g serverless`)
- An AWS account
- Defined [provider credentials](https://serverless.com/framework/docs/providers/aws/guide/credentials/)
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,33 +9,33 @@
"author": "wallabag <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/preset-env": "^7.7.1",
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-env": "^7.7.7",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.4",
"babel-plugin-source-map-support": "^2.1.1",
"eslint": "^6.6.0",
"eslint": "^6.8.0",
"eslint-config-20minutes": "^1.0.8",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-babel": "^5.2.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react": "^7.17.0",
"jest": "^24.9.0",
"jest-cli": "^24.9.0",
"nock": "^11.7.0",
"regenerator-runtime": "^0.13.3",
"serverless-offline": "^5.12.0",
"serverless-offline": "^5.12.1",
"serverless-webpack": "^5.1.0",
"webpack": "^4.41.2",
"webpack": "^4.41.4",
"webpack-node-externals": "^1.6.0"
},
"dependencies": {
"@babel/runtime": "^7.7.2",
"@babel/runtime": "^7.7.7",
"diffparser": "^2.0.1",
"got": "^9.5.0",
"got": "^10.2.0",
"octonode": "^0.9.5",
"source-map-support": "^0.5.16"
},
Expand Down
2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ custom:

provider:
name: aws
runtime: nodejs10.x
runtime: nodejs12.x
profile: default
region: ${opt:region, 'eu-west-1'}
environment:
Expand Down
Loading

0 comments on commit d2f8ea8

Please sign in to comment.