Skip to content

Commit 629e70d

Browse files
authored
Merge pull request #29134 from storybookjs/valentin/do-not-prebundle-jsdoc-type-pratt-parser
Core: Do not prebundle jsdoc-type-pratt-parser
2 parents b0d55ed + a3d75f5 commit 629e70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@
283283
"esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0",
284284
"esbuild-register": "^3.5.0",
285285
"express": "^4.19.2",
286+
"jsdoc-type-pratt-parser": "^4.0.0",
286287
"process": "^0.11.10",
287288
"recast": "^0.23.5",
288289
"semver": "^7.6.2",
@@ -378,7 +379,6 @@
378379
"globby": "^14.0.1",
379380
"handlebars": "^4.7.7",
380381
"js-yaml": "^4.1.0",
381-
"jsdoc-type-pratt-parser": "^4.0.0",
382382
"lazy-universal-dotenv": "^4.0.0",
383383
"leven": "^4.0.0",
384384
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)