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
Next Next commit
fix: update husky pre-commit hook to v9 format
  • Loading branch information
jimmyn committed Oct 15, 2025
commit 2fa9ada6dbce0e6173671c7fa2106cc47532b5ea
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"license": "MIT",
"dependencies": {
"@apollo/rover": "^0.35.0",
"@docusaurus/core": "3.9.0",
"@docusaurus/faster": "^3.9.0",
"@docusaurus/plugin-google-tag-manager": "3.9.0",
"@docusaurus/plugin-sitemap": "3.9.0",
"@docusaurus/preset-classic": "3.9.0",
"@docusaurus/theme-search-algolia": "3.9.0",
"@apollo/rover": "^0.36.2",
"@docusaurus/core": "3.9.1",
"@docusaurus/faster": "^3.9.1",
"@docusaurus/plugin-google-tag-manager": "3.9.1",
"@docusaurus/plugin-sitemap": "3.9.1",
"@docusaurus/preset-classic": "3.9.1",
"@docusaurus/theme-search-algolia": "3.9.1",
"@graphql-markdown/docusaurus": "^1.30.3",
"@heroicons/react": "2.2.0",
"@mdx-js/mdx": "^3.1.1",
Expand All @@ -32,11 +32,11 @@
"docusaurus-theme-openapi-docs": "4.5.1",
"find-dom-node-polyfill": "^1.0.3",
"graphql": "^16.11.0",
"marked": "^16.3.0",
"marked": "^16.4.0",
"prism-react-renderer": "^2.4.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"redoc": "^2.5.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"redoc": "^2.5.2",
"styled-components": "^6.1.19"
},
"browserslist": {
Expand All @@ -52,11 +52,11 @@
]
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.9.0",
"@docusaurus/types": "3.9.0",
"dotenv": "^17.2.2",
"@docusaurus/module-type-aliases": "3.9.1",
"@docusaurus/types": "3.9.1",
"dotenv": "^17.2.3",
"husky": "^9.1.7",
"lint-staged": "^16.2.0",
"lint-staged": "^16.2.4",
"prettier": "^3.6.2"
},
"lint-staged": {
Expand All @@ -67,5 +67,5 @@
"engines": {
"node": ">=22.0"
},
"packageManager": "yarn@4.9.4"
"packageManager": "yarn@4.10.3"
}
Loading