Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
32 changes: 16 additions & 16 deletions docs/package-lock.json

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

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@iconify/react": "6.0.0",
"@mdx-js/react": "3.1.0",
"clsx": "2.1.1",
"docusaurus-json-schema-plugin": "1.14.0",
"docusaurus-json-schema-plugin": "1.15.0",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better maintainability and to automatically receive non-breaking updates, it's recommended to use a caret ^ for the version range. This allows npm to install patch and minor updates automatically, which is generally safe for minor version bumps like this one. Using a caret would also resolve the inconsistency with package-lock.json, which specifies ^1.15.0 for this dependency.

Suggested change
"docusaurus-json-schema-plugin": "1.15.0",
"docusaurus-json-schema-plugin": "^1.15.0",

"jsonrepair": "3.13.0",
"prism-react-renderer": "2.4.1",
"raw-loader": "4.0.2",
Expand Down