mirror of
https://github.com/jlengrand/adyen-node-api-library.git
synced 2026-03-10 08:01:20 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Adyen Node.js API Library
|
||||
[](https://travis-ci.com/Adyen/adyen-node-api-library)
|
||||
[](https://travis-ci.org/Adyen/adyen-node-api-library)
|
||||
|
||||
The Adyen API Library for NodeJS enables you to work with Adyen APIs and Hosted Payment Pages.
|
||||
|
||||
|
||||
36
package.json
36
package.json
@@ -31,23 +31,23 @@
|
||||
"author": "Ricardo Ambrogi",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.1.6",
|
||||
"@babel/plugin-proposal-class-properties": "^7.3.4",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.3.2",
|
||||
"@babel/plugin-transform-runtime": "^7.3.4",
|
||||
"@babel/preset-env": "^7.1.6",
|
||||
"@babel/preset-typescript": "^7.1.0",
|
||||
"@babel/runtime": "^7.3.4",
|
||||
"@types/jest": "^23.3.5",
|
||||
"@types/node": "^11.13.7",
|
||||
"@typescript-eslint/eslint-plugin": "^1.9.0",
|
||||
"@typescript-eslint/parser": "^1.9.0",
|
||||
"babel-loader": "^8.0.4",
|
||||
"eslint": "^5.12.1",
|
||||
"jest": "^24.0.0",
|
||||
"ts-loader": "^5.4.5",
|
||||
"typescript": "^3.4.5",
|
||||
"webpack": "^4.28.4",
|
||||
"webpack-cli": "^3.2.3"
|
||||
"@babel/core": "7.5.0",
|
||||
"@babel/plugin-proposal-class-properties": "7.5.0",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.5.0",
|
||||
"@babel/plugin-transform-runtime": "7.5.0",
|
||||
"@babel/preset-env": "7.5.0",
|
||||
"@babel/preset-typescript": "7.3.3",
|
||||
"@babel/runtime": "7.5.0",
|
||||
"@types/jest": "23.3.14",
|
||||
"@types/node": "11.13.17",
|
||||
"@typescript-eslint/eslint-plugin": "1.11.0",
|
||||
"@typescript-eslint/parser": "1.11.0",
|
||||
"babel-loader": "8.0.6",
|
||||
"eslint": "5.16.0",
|
||||
"jest": "24.8.0",
|
||||
"ts-loader": "5.4.5",
|
||||
"typescript": "3.5.2",
|
||||
"webpack": "4.35.2",
|
||||
"webpack-cli": "3.3.5"
|
||||
}
|
||||
}
|
||||
|
||||
5
renovate.json
Normal file
5
renovate.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"extends": [
|
||||
"config:base"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user