-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): react·dev-tools 안전군 11개 패키지 업그레이드 (#51·#53 통합) #54
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
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -42,3 +42,4 @@ test-results/ | |
| .worktrees/ | ||
| .agents/skills/*-workspace/ | ||
| .agents/skills-workspace/ | ||
| .gstack/ | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,8 +31,8 @@ | |
| "clsx": "^2.1.1", | ||
| "dayjs": "^1.11.20", | ||
| "es-toolkit": "^1.45.1", | ||
| "react": "^19.2.5", | ||
| "react-dom": "^19.2.5", | ||
| "react": "^19.2.6", | ||
| "react-dom": "^19.2.6", | ||
| "remark-collapse": "^0.1.2", | ||
| "remark-toc": "^9.0.0", | ||
| "satori": "^0.26.0", | ||
|
|
@@ -42,24 +42,24 @@ | |
| "tailwindcss": "^4.2.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@astrojs/check": "^0.9.8", | ||
| "@astrojs/check": "^0.9.9", | ||
| "@iconify-json/ph": "^1.2.2", | ||
| "@pagefind/default-ui": "^1.5.2", | ||
| "@playwright/test": "^1.59.1", | ||
| "@shikijs/transformers": "^4.0.2", | ||
| "@playwright/test": "^1.60.0", | ||
| "@shikijs/transformers": "^4.1.0", | ||
| "@tailwindcss/typography": "^0.5.19", | ||
| "@types/react": "^19.2.14", | ||
| "@types/react": "^19.2.15", | ||
| "@types/react-dom": "^19.2.3", | ||
| "@typescript-eslint/parser": "^8.58.2", | ||
| "eslint": "^10.2.1", | ||
| "@typescript-eslint/parser": "^8.59.4", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| "eslint": "^10.4.0", | ||
| "eslint-plugin-astro": "^1.7.0", | ||
| "globals": "^17.5.0", | ||
| "globals": "^17.6.0", | ||
| "pagefind": "^1.5.2", | ||
| "prettier": "^3.8.3", | ||
| "prettier-plugin-astro": "^0.14.1", | ||
| "prettier-plugin-tailwindcss": "^0.7.2", | ||
| "prettier-plugin-tailwindcss": "^0.8.0", | ||
| "typescript": "^5.9.3", | ||
| "typescript-eslint": "^8.58.2" | ||
| "typescript-eslint": "^8.59.4" | ||
|
Comment on lines
+45
to
+62
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| }, | ||
| "pnpm": { | ||
| "overrides": { | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
현재
package.json에 명시된react및react-dom의 버전(19.2.6)이 npm 공식 저장소에 존재하지 않는 버전으로 확인됩니다. (현재 React 19의 최신 안정 버전은19.0.0입니다). 또한, PR 본문에서 이들을devDependencies로 분류하며 '런타임 노출이 없다'고 설명하고 있으나, 실제로는dependencies에 포함된 핵심 런타임 의존성입니다. 존재하지 않는 버전 사용은 빌드 실패를 유발할 수 있으며, 의존성 성격에 대한 오해는 QA 과정에서 위험 요소를 간과하게 만들 수 있으므로 수정 및 재검토가 필요합니다.