Skip to content

Commit

Permalink
fix(documentation): Remove incompatible vite version (#2083)
Browse files Browse the repository at this point in the history
#2063 introduces another
`vite` package version (v4.4.11) which is not the same as the one behind
Storybook (v4.4.7). It seems that there are incompatibilities as the
`*.entry.js` files of the components packages are not built with this
change.

This PR removes this `vite` package and the code relies on the
sub-dependency `vite` package of storybook.
  • Loading branch information
imagoiq authored Oct 17, 2023
1 parent d2cff34 commit f673a90
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 46 deletions.
3 changes: 1 addition & 2 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"@swisspost/design-system-icons": "workspace:1.0.12",
"@swisspost/design-system-styles": "workspace:6.4.1",
"@swisspost/internet-header": "workspace:1.10.0",
"bootstrap": "5.3.2",
"vite": "4.4.11"
"bootstrap": "5.3.2"
},
"devDependencies": {
"@geometricpanda/storybook-addon-badges": "2.0.0",
Expand Down
79 changes: 35 additions & 44 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f673a90

Please sign in to comment.