Skip to content

Commit

Permalink
Bump lint-staged from 11.0.0 to 15.0.2
Browse files Browse the repository at this point in the history
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 11.0.0 to 15.0.2.
- [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@v11.0.0...v15.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 81c5ca1 commit b5d5b97
Show file tree
Hide file tree
Showing 6 changed files with 240 additions and 115 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"eslint-plugin-unicorn": "^42.0.0",
"husky": "^6.0.0",
"lerna": "^4.0.0",
"lint-staged": "11.0.0",
"lint-staged": "15.0.2",
"markdownlint": "^0.29.0",
"markdownlint-cli2": "0.4.0",
"mkdirp": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"hardhat-gas-reporter": "^1.0.4",
"hardhat-output-validator": "^0.1.18",
"istanbul": "^0.4.5",
"lint-staged": "11.0.0",
"lint-staged": "15.0.2",
"lodash": "^4.17.21",
"merkle-patricia-tree": "^4.0.0",
"merkletreejs": "^0.2.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-transport-layer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-unicorn": "^32.0.1",
"hardhat": "^2.12.5",
"lint-staged": "11.0.0",
"lint-staged": "15.0.2",
"mocha": "^8.4.0",
"pino-pretty": "^10.0.1",
"prettier": "^2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/message-relayer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"eslint-plugin-unicorn": "^32.0.1",
"ethereum-waffle": "^3.3.0",
"hardhat": "^2.12.5",
"lint-staged": "11.0.0",
"lint-staged": "15.0.2",
"prettier": "^2.3.1",
"typescript": "^4.3.5",
"ip": "^1.1.5",
Expand Down
2 changes: 1 addition & 1 deletion specs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"devDependencies": {
"@types/prettier": "2.7.2",
"prettier": "^2.2.1",
"lint-staged": "11.0.0"
"lint-staged": "15.0.2"
},
"scripts": {
"lint": "yarn lint:fix && yarn lint:check",
Expand Down
Loading

0 comments on commit b5d5b97

Please sign in to comment.