Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ site/.vitepress/cache/**/*
**/test-results/*
**/playwright-report/*
pnpm-lock.yaml

/.nx/workspace-data
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"jiti": "^2.4.2",
"js-yaml": "^4.3.0",
"jsdom": "^25.0.1",
"lerna": "^8.0.2",
"lerna": "^9.0.7",
"lint-staged": "^13.2.2",
"markdownlint": "^0.38.0",
"mdx2vast": "^0.3.0",
Expand Down Expand Up @@ -99,7 +99,6 @@
"@noble/hashes": "^1.4.0",
"@noble/curves": "^1.4.0",
"eslint-plugin-react-hooks": "4.6.0",
"js-yaml@<3.15.0": "3.15.0",
"js-yaml@>=4 <4.3.0": "4.3.0",
"tar@<7.5.18": "7.5.21"
}
Expand Down
Loading
Loading