Skip to content
Open
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
42 changes: 26 additions & 16 deletions npm-shrinkwrap.json

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

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
"doc-kit": "./bin/cli.mjs"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@reporters/github": "^1.12.0",
"@types/mdast": "^4.0.4",
"@types/node": "^24.10.1",
"@types/semver": "^7.7.1",
"c8": "^11.0.0",
"eslint": "^9.39.2",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-import-x": "^4.16.1",
"eslint-plugin-jsdoc": "^62.4.1",
"eslint-plugin-react-x": "^2.8.1",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"@eslint/js": "9.39.2",
"@reporters/github": "~1.12.0",
"@types/mdast": "~4.0.4",
"@types/node": "~24.10.1",
"@types/semver": "~7.7.1",
"c8": "~11.0.0",
"eslint": "9.39.2",
"eslint-import-resolver-node": "0.3.9",
"eslint-plugin-import-x": "4.16.1",
"eslint-plugin-jsdoc": "62.4.1",
"eslint-plugin-react-x": "2.8.1",
"husky": "9.1.7",
"lint-staged": "16.2.7",
"prettier": "3.8.1"
},
"dependencies": {
Copy link
Member

Choose a reason for hiding this comment

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

The pinning of the devDependencies look correct, but of the regular dependencies, not. Some of these below I believe should be ~, would you mind giving this a 2nd pass? When in the past I used AI to update the pinning based on our docs it did it 99% correct, although the dependency pinning is more of a guidance, in the end you decide which ones should be ^ or ~ or exact version. The nodejs.org repo is a good example, although over the years not sure how much is still accurate tho.

Expand Down Expand Up @@ -74,7 +74,7 @@
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"remark-stringify": "^11.0.0",
"rolldown": "^1.0.0-rc.6",
"rolldown": "1.0.0-rc.6",
"semver": "^7.7.4",
"shiki": "^4.0.0",
"tinyglobby": "^0.2.15",
Expand Down
Loading