Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pimm committed Aug 4, 2021
1 parent 4a7a54c commit b91bbf2
Show file tree
Hide file tree
Showing 3 changed files with 873 additions and 734 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
before_install:
- >
if $(dpkg --compare-versions "${TRAVIS_NODE_VERSION}" "lt" "8.10.0"); then
nvm use v12
nvm use v10.16.0
fi
before_script:
Expand Down
39 changes: 16 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,30 +45,30 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.14.2",
"@babel/preset-typescript": "^7.13.0",
"@mollie/eslint-config-typescript": "^1.4.0",
"@types/jest": "^26.0.23",
"@types/lodash": "^4.14.169",
"@types/node": "^15.0.3",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.14.9",
"@babel/preset-typescript": "^7.14.5",
"@mollie/eslint-config-typescript": "^1.5.1",
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.172",
"@types/node": "^16.4.11",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"axios-mock-adapter": "^1.19.0",
"babel-jest": "^26.6.3",
"babel-jest": "^27.0.6",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^9.0.2",
"eslint": "^7.26.0",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"jest": "24.9.0",
"jest-bluster": "^1.0.1",
"prettier": "^2.3.0",
"rollup": "^2.47.0",
"rollup-plugin-babel": "^4.3.3",
"prettier": "^2.3.2",
"rollup": "^2.55.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"typescript": "^4.2.4"
"typescript": "^4.3.5"
},
"jest": {
"moduleDirectories": [
Expand Down Expand Up @@ -98,12 +98,5 @@
},
"files": [
"dist/**/*"
],
"resolutions": {
"@babel/core": "^7.3.3",
"babel-core": "7.0.0-bridge.0",
"minimist": "^1.2.2",
"acorn": "^7.1.1",
"kind-of": "^6.0.3"
}
]
}
Loading

0 comments on commit b91bbf2

Please sign in to comment.