Skip to content

Commit

Permalink
Merge pull request #1582 from PrefectHQ/dependabot/npm_and_yarn/orion…
Browse files Browse the repository at this point in the history
…-ui/vite-2.9.1

Bump vite from 2.8.6 to 2.9.1 in /orion-ui
  • Loading branch information
pleek91 committed Apr 4, 2022
2 parents 3eced98 + 3b1b28b commit 567de9a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
22 changes: 11 additions & 11 deletions orion-ui/package-lock.json

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

2 changes: 1 addition & 1 deletion orion-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"ts-jest": "^27.1.4",
"ts-node": "10.7.0",
"typescript": "^4.6.3",
"vite": "^2.8.6",
"vite": "^2.9.1",
"vue-class-component": "^8.0.0-0",
"vue3-jest": "^27.0.0-alpha.2"
}
Expand Down
1 change: 1 addition & 0 deletions orion-ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default defineConfig({
alias: [{ find: '@', replacement: resolve(__dirname, './src') }]
},
css: {
devSourcemap: true,
preprocessorOptions: {
scss: {
charset: false,
Expand Down

0 comments on commit 567de9a

Please sign in to comment.