Skip to content

Commit

Permalink
Downgrade lint-staged
Browse files Browse the repository at this point in the history
`lint-staged` depends on `execa` v7 which requires Node v16.14+.
  • Loading branch information
connor-baer committed Apr 3, 2023
1 parent 750f904 commit d2a58ef
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 54 deletions.
5 changes: 5 additions & 0 deletions .changeset/dull-apples-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sumup/foundry': patch
---

Downgraded `lint-staged` to restore compatibility with Node 16.x.
95 changes: 42 additions & 53 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"husky": "^4.0.0",
"inquirer": "^8.2.4",
"is-ci": "^3.0.1",
"lint-staged": "^13.2.0",
"lint-staged": "13.1.2",
"listr": "^0.14.3",
"listr-inquirer": "^0.1.0",
"lodash": "^4.17.21",
Expand Down

0 comments on commit d2a58ef

Please sign in to comment.