Skip to content

Commit

Permalink
fix(): lock lint-staged to ~13.0.4, since newer versions require Node…
Browse files Browse the repository at this point in the history
… 16+
  • Loading branch information
weareoutman committed Jan 24, 2024
1 parent dc7dd66 commit 7247f0a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"jest-fetch-mock": "^3.0.3",
"jest-websocket-mock": "^2.4.0",
"lerna": "^5.6.2",
"lint-staged": "^13.1.0",
"lint-staged": "~13.0.4",
"mock-socket": "^9.1.5",
"null-loader": "^4.0.1",
"prettier": "^2.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"jest-environment-jsdom": "^29.3.1",
"js-yaml": "^3.14.1",
"lerna": "^5.6.2",
"lint-staged": "^13.1.0",
"lint-staged": "~13.0.4",
"prettier": "^2.8.1",
"pretty-format": "^29.3.1",
"rimraf": "^3.0.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10680,10 +10680,10 @@ lines-and-columns@^1.1.6:
resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=

lint-staged@^13.1.0:
version "13.1.0"
resolved "https://registry.npmjs.org/lint-staged/-/lint-staged-13.1.0.tgz#d4c61aec939e789e489fa51987ec5207b50fd37e"
integrity sha512-pn/sR8IrcF/T0vpWLilih8jmVouMlxqXxKuAojmbiGX5n/gDnz+abdPptlj0vYnbfE0SQNl3CY/HwtM0+yfOVQ==
lint-staged@~13.0.4:
version "13.0.4"
resolved "https://registry.npmjs.org/lint-staged/-/lint-staged-13.0.4.tgz#c4b4391280c35165b805ad43304ba01f733067a0"
integrity sha512-HxlHCXoYRsq9QCby5wFozmZW00hMs/9e3l+/dz6Qr8Kle4UH0kJTdABAbqhzG+3pcG6QjL9kz7NgGBfph+a5dw==
dependencies:
cli-truncate "^3.1.0"
colorette "^2.0.19"
Expand Down

0 comments on commit 7247f0a

Please sign in to comment.