Skip to content

Commit 003d152

Browse files
authored
Merge pull request #135 from Boggle-Boggle/refactor/129
[Chore] 스토리북 CI가 동작하도록 패치한 패키지의 버전을 명시함
2 parents 67ebd41 + df19caf commit 003d152

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"@typescript-eslint/eslint-plugin": "^7.17.0",
3535
"@typescript-eslint/parser": "^7.17.0",
3636
"@vitejs/plugin-react-swc": "^3.7.0",
37+
"ast-types": "0.16.1",
3738
"autoprefixer": "^10.4.19",
3839
"chromatic": "^13.1.2",
3940
"eslint": "^8.57.0",
@@ -57,7 +58,7 @@
5758
},
5859
"pnpm": {
5960
"patchedDependencies": {
60-
"ast-types": "patches/ast-types.patch"
61+
"ast-types@0.16.1": "patches/ast-types.patch"
6162
}
6263
}
6364
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)