Skip to content

Commit

Permalink
fix(deps): update dependency eslint-config-turbo to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 14, 2023
1 parent 02570c3 commit ec2bf7e
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-custom-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"clean": "rm -rf .turbo && rm -rf lint-results && rm -rf .nyc_output && rm -rf node_modules"
},
"dependencies": {
"eslint-config-turbo": "0.0.4",
"eslint-config-turbo": "1.10.12",
"eslint-config-universe": "11.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-custom-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"clean": "rm -rf .turbo && rm -rf lint-results && rm -rf .nyc_output && rm -rf node_modules"
},
"dependencies": {
"eslint-config-turbo": "0.0.4",
"eslint-config-turbo": "1.10.12",
"eslint-config-universe": "11.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-custom-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"clean": "rm -rf .turbo && rm -rf lint-results && rm -rf .nyc_output && rm -rf node_modules"
},
"dependencies": {
"eslint-config-turbo": "0.0.4",
"eslint-config-turbo": "1.10.12",
"eslint-config-universe": "11.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"clean": "rm -rf .turbo && rm -rf lint-results && rm -rf .nyc_output && rm -rf node_modules"
},
"dependencies": {
"eslint-config-turbo": "0.0.4",
"eslint-config-turbo": "1.10.12",
"eslint-config-universe": "11.3.0"
}
}
36 changes: 21 additions & 15 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 ec2bf7e

Please sign in to comment.