@seed-design/codemod 0.0.12 → 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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://v3.seed-design.io/docs/react/foundation/iconography/upgrade#발생-가능한-사이드-이펙트)가 발생할 수 있어요.
58
+ > - 마이그레이션 이후 [사이드 이펙트](https://seed-design.io/docs/react/foundation/iconography/upgrade#발생-가능한-사이드-이펙트)가 발생할 수 있어요.
59
59
 
60
60
  ## 테스트
61
61
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seed-design/codemod",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -19,7 +19,7 @@
19
19
  "lint:publish": "bun publint"
20
20
  },
21
21
  "dependencies": {
22
- "@seed-design/migration-index": "0.0.1",
22
+ "@seed-design/migration-index": "0.0.2",
23
23
  "cac": "^6.7.14",
24
24
  "es-toolkit": "^1.25.2",
25
25
  "execa": "^9.4.1",