Skip to content

Commit

Permalink
Pin dependencies (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Aug 12, 2021
1 parent eac8b60 commit 8328073
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,20 @@
},
"homepage": "https://github.com/schibsted/middy-access-log#readme",
"devDependencies": {
"@middy/core": "^2.4.3",
"@middy/core": "2.4.3",
"babel-eslint": "^10.1.0",
"eslint": "^7.11.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.14.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-prettier": "^3.1.4",
"http-errors": "^1.8.0",
"husky": "^4.3.0",
"eslint": "7.11.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-config-prettier": "6.14.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "24.1.0",
"eslint-plugin-prettier": "3.1.4",
"http-errors": "1.8.0",
"husky": "4.3.0",
"jest": "^26.6.0",
"lint-staged": "^10.4.2",
"prettier": "^2.1.2"
"lint-staged": "10.4.2",
"prettier": "2.1.2"
},
"dependencies": {
"ramda": "^0.27.1"
Expand Down

0 comments on commit 8328073

Please sign in to comment.