Skip to content

Commit

Permalink
build(deps-dev): bump lint-staged from 15.0.2 to 15.1.0 (#1153)
Browse files Browse the repository at this point in the history
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.0.2 to 15.1.0.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.0.2...v15.1.0)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
1 parent eb0eb1d commit 11aeca7
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 74 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"isomorphic-fetch": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.0.2",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"react-select-event": "^5.5.1",
"readline": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/react-dom": "^18.2.15",
"assert": "^2.1.0",
"eslint": "^8.53.0",
"lint-staged": "^15.0.2",
"lint-staged": "^15.1.0",
"parcel": "^2.10.2",
"prettier": "^3.1.0",
"process": "^0.11.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@synthetixio/synpress": "^3.7.1",
"eslint": "^8.53.0",
"eslint-plugin-playwright": "^0.18.0",
"lint-staged": "^15.0.2",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"typescript": "^5.2.2",
"wait-for-expect": "^3.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"eslint-plugin-unused-imports": "^3.0.0"
},
"devDependencies": {
"lint-staged": "^15.0.2"
"lint-staged": "^15.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"eslint-plugin-react-hooks": "^4.6.0"
},
"devDependencies": {
"lint-staged": "^15.0.2",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/manifest-bump/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/node": "^20.9.0",
"eslint": "^8.53.0",
"jest": "^29.7.0",
"lint-staged": "^15.0.2",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/merkle-mock-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/cors": "^2.8.16",
"@types/express": "^4.17.21",
"eslint": "^8.53.0",
"lint-staged": "^15.0.2",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"eslint": "^8.53.0",
"isomorphic-fetch": "^3.0.0",
"jest": "^29.7.0",
"lint-staged": "^15.0.2",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@cryptkeeperzk/eslint-config-base": "workspace:^",
"eslint": "^8.53.0",
"lint-staged": "^15.0.2",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"typescript": "^5.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/zk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"eslint": "^8.53.0",
"isomorphic-fetch": "^3.0.0",
"jest": "^29.7.0",
"lint-staged": "^15.0.2",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
Expand Down
92 changes: 28 additions & 64 deletions pnpm-lock.yaml

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

0 comments on commit 11aeca7

Please sign in to comment.