-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update dependencies and edit nav links #6644
Conversation
WalkthroughThis pull request updates several dependencies in the project to their latest versions. These updates are minor version bumps, indicating backward-compatible bug fixes or improvements. Changes
|
@@ -37,18 +37,18 @@ | |||
"@changesets/cli": "^2.27.10", | |||
"@commitlint/cli": "^18.6.1", | |||
"@commitlint/config-conventional": "^18.6.3", | |||
"@playwright/test": "^1.49.0", | |||
"@playwright/test": "^1.49.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated @playwright/test
from ^1.49.0
to ^1.49.1
. This is a patch update, generally including bug fixes and minor improvements.
"@rollup/plugin-commonjs": "^25.0.8", | ||
"@rollup/plugin-json": "^6.1.0", | ||
"@rollup/plugin-node-resolve": "^15.3.0", | ||
"@rollup/plugin-node-resolve": "^15.3.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated @rollup/plugin-node-resolve
from ^15.3.0
to ^15.3.1
. This is a patch update, generally including bug fixes and minor improvements.
"@rollup/plugin-terser": "^0.4.4", | ||
"@rollup/plugin-typescript": "^11.1.6", | ||
"@swc/core": "^1.10.0", | ||
"@swc/core": "^1.10.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated @swc/core
from ^1.10.0
to ^1.10.1
. This is a patch update, generally including bug fixes and minor improvements.
"@swc/jest": "^0.2.37", | ||
"@types/d3-hierarchy": "^3.1.7", | ||
"@types/jest": "^29.5.14", | ||
"@types/jsdom": "^21.1.7", | ||
"@types/node": "^20.17.9", | ||
"@types/node": "^20.17.10", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated @types/node
from ^20.17.9
to ^20.17.10
. This is a patch update, generally including bug fixes and minor improvements.
@@ -62,14 +62,14 @@ | |||
"jsdom": "^23.2.0", | |||
"lil-gui": "^0.19.2", | |||
"limit-size": "^0.1.4", | |||
"lint-staged": "^15.2.10", | |||
"lint-staged": "^15.2.11", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated lint-staged
from ^15.2.10
to ^15.2.11
. This is a patch update, generally including bug fixes and minor improvements.
"npm-run-all": "^4.1.5", | ||
"open": "^10.1.0", | ||
"prettier": "^3.4.2", | ||
"prettier-plugin-organize-imports": "^3.2.4", | ||
"prettier-plugin-packagejson": "^2.5.6", | ||
"rimraf": "^5.0.10", | ||
"rollup": "^4.28.0", | ||
"rollup": "^4.28.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated rollup
from ^4.28.0
to ^4.28.1
. This is a patch update, generally including bug fixes and minor improvements.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这类 cr 都可以反馈下,没啥用,刷存在感的~
No description provided.