Skip to content

Commit

Permalink
Bump tools and add Dependabot group for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
danbarr committed Jan 17, 2025
1 parent 7db57b7 commit 36cb1b6
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 24 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ updates:
docusaurus:
patterns:
- "*docusaurus*"
eslint:
patterns:
- "*eslint*"
ignore:
# facebook/docusaurus#4029 suggests MDX v2 will only be in the v3 release.
# facebook/docusaurus#9053 has some more details on the migration.
Expand Down
36 changes: 18 additions & 18 deletions docs/package-lock.json

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

12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.7.0",
"@eslint/js": "^9.17.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"@eslint/js": "^9.18.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react": "^7.37.4",
"globals": "^15.14.0",
"markdownlint-cli2": "0.17.1",
"markdownlint-cli2": "0.17.2",
"prettier": "3.4.2",
"typescript-eslint": "^8.19.1"
"typescript-eslint": "^8.20.0"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 36cb1b6

Please sign in to comment.