Skip to content

Commit

Permalink
fix: lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Oct 7, 2024
1 parent 3e12329 commit d11c337
Show file tree
Hide file tree
Showing 3 changed files with 3,030 additions and 2,334 deletions.
4 changes: 4 additions & 0 deletions configs/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ export default [
key: 'data-tracking-id',
message: 'Using "data-tracking-id" is not allowed. Use "data-testid" instead.',
},
{
key: 'data-allow-mismatch',
message: 'Using "data-allow-mismatch" to prevent hydration errors is _very_ discouraged. \nPlease attempt to resolve the underlying hydration issue. If you are unable to resolve the issue and must use this attribute, please only disable the error for the impacted line.',
},
],
'vue/no-restricted-v-bind': ['error',
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
},
"volta": {
"node": "20.13.1",
"pnpm": "9.1.4"
"pnpm": "9.12.1"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit d11c337

Please sign in to comment.