Skip to content

Commit

Permalink
fix(deps): update dependencies (#1339)
Browse files Browse the repository at this point in the history
This should fix issue #1338 by updating `listr2@7.0.2`.
  • Loading branch information
iiroj authored Oct 19, 2023
1 parent 500f45f commit 8e82364
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 32 deletions.
5 changes: 5 additions & 0 deletions .changeset/lovely-seas-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'lint-staged': patch
---

Update dependencies, including listr2@7.0.2 to fix an upstream issue affecting lint-staged.
56 changes: 28 additions & 28 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@
"debug": "4.3.4",
"execa": "8.0.1",
"lilconfig": "2.1.0",
"listr2": "7.0.1",
"listr2": "7.0.2",
"micromatch": "4.0.5",
"pidtree": "0.6.0",
"string-argv": "0.3.2",
"yaml": "2.3.2"
"yaml": "2.3.3"
},
"devDependencies": {
"@babel/core": "7.23.2",
"@babel/eslint-parser": "7.22.15",
"@babel/preset-env": "7.23.2",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.2",
"@commitlint/cli": "17.7.2",
"@commitlint/config-conventional": "17.7.0",
"@commitlint/cli": "17.8.0",
"@commitlint/config-conventional": "17.8.0",
"babel-jest": "29.7.0",
"babel-plugin-transform-imports": "2.0.0",
"consolemock": "1.1.0",
Expand Down

0 comments on commit 8e82364

Please sign in to comment.