@seed-design/codemod 0.0.12-rc.4 → 0.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/bin/index.mjs +37 -37
- package/package.json +2 -2
package/README.md
CHANGED
@@ -55,7 +55,7 @@ npx @seed-design/codemod migrate-icons src/ui --extensions=ts,tsx
|
|
55
55
|
> [!CAUTION]
|
56
56
|
>
|
57
57
|
> - [import assertion](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-3.html#import-attributes) 등 deprecated된 문법이 있으면 파서에 따라 파싱 오류가 표시될 수 있어요.
|
58
|
-
> - 마이그레이션 이후 [사이드 이펙트](https://
|
58
|
+
> - 마이그레이션 이후 [사이드 이펙트](https://seed-design.io/docs/react/foundation/iconography/upgrade#발생-가능한-사이드-이펙트)가 발생할 수 있어요.
|
59
59
|
|
60
60
|
## 테스트
|
61
61
|
|