Skip to content

Commit 358dd5c

Browse files
committed
dev-deps update
1 parent 9c42e70 commit 358dd5c

3 files changed

Lines changed: 87 additions & 87 deletions

File tree

_posts/2025-01-20-main-jsx-error.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: tsx 확장자로 변경 시 에러 트러블 슈팅
1313

1414
나만의 책장 만들기 프로젝트를 타입스크립트를 배워 마이그레이션 해보려고 했습니다.
1515

16-
모든 파일의 확장자 명을 `.tsx`로 변경 `npm run dev`를 실행하여 확인하려 했습니다.
16+
모든 파일의 확장자 명을 `.tsx`로 변경 `npm run dev`를 실행하여 확인하려 했습니다.
1717

1818
> [vite] Pre-transform error: Failed to load url /src/main.jsx (resolved id: /src/main.jsx). Does the file exist?
1919

package-lock.json

Lines changed: 84 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
"conventional-changelog-conventionalcommits": "^8.0.0",
4545
"husky": "^9.1.7",
4646
"purgecss": "^7.0.2",
47-
"rollup": "^4.27.4",
47+
"rollup": "^4.31.0",
4848
"semantic-release": "^24.2.0",
49-
"stylelint": "^16.13.1",
49+
"stylelint": "^16.13.2",
5050
"stylelint-config-standard-scss": "^14.0.0"
5151
},
5252
"prettier": {

0 commit comments

Comments
 (0)