Skip to content

Commit

Permalink
Merge pull request #25311 from storybookjs/shilman/vue3-fix-compiler
Browse files Browse the repository at this point in the history
Vue3: Fix pnp by making compiler-core a dependency
(cherry picked from commit b835806)
  • Loading branch information
shilman committed Dec 30, 2023
1 parent 357e2ef commit e47af4d
Show file tree
Hide file tree
Showing 2 changed files with 1,149 additions and 371 deletions.
5 changes: 1 addition & 4 deletions code/renderers/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"@storybook/global": "^5.0.0",
"@storybook/preview-api": "workspace:*",
"@storybook/types": "workspace:*",
"@vue/compiler-core": "^3.0.0",
"lodash": "^4.17.21",
"ts-dedent": "^2.0.0",
"type-fest": "~2.19",
Expand All @@ -60,15 +61,11 @@
"devDependencies": {
"@digitak/esrun": "^3.2.2",
"@types/prettier": "2.7.2",
"@vue/compiler-core": "^3.3.4",
"@vue/vue3-jest": "29",
"babel-jest": "^29.7.0",
"typescript": "~4.9.3",
"vue": "^3.2.47",
"vue-tsc": "latest"
},
"peerDependencies": {
"@vue/compiler-core": "^3.0.0",
"vue": "^3.0.0"
},
"engines": {
Expand Down

0 comments on commit e47af4d

Please sign in to comment.