Skip to content

Commit

Permalink
fix(deps): bundle vite-plugin-vue - two vite versions being installed
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Aug 27, 2023
1 parent 4217216 commit cecc47d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 55 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
"dependencies": {
"@docsearch/css": "^3.5.2",
"@docsearch/js": "^3.5.2",
"@vitejs/plugin-vue": "^4.3.3",
"@vue/devtools-api": "^6.5.0",
"@vueuse/core": "^10.4.0",
"@vueuse/integrations": "^10.4.0",
Expand Down Expand Up @@ -133,6 +132,7 @@
"@types/node": "^20.5.6",
"@types/postcss-prefix-selector": "^1.16.0",
"@types/prompts": "^2.4.4",
"@vitejs/plugin-vue": "^4.3.3",
"@vue/shared": "^3.3.4",
"chokidar": "^3.5.3",
"compression": "^1.7.4",
Expand Down Expand Up @@ -193,7 +193,8 @@
},
"pnpm": {
"overrides": {
"ora>string-width": "^5"
"ora>string-width": "^5",
"vite": "5.0.0-beta.0"
}
}
}
60 changes: 8 additions & 52 deletions pnpm-lock.yaml

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

3 changes: 2 additions & 1 deletion rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ const external = [
m.includes('punycode') ? [] : [m, `node:${m}`]
),
r('types/shared.d.ts'),
'postcss'
'postcss',
'source-map-js'
]

const plugins = [
Expand Down

0 comments on commit cecc47d

Please sign in to comment.