-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update dependencies #1857
base: production
Are you sure you want to change the base?
Conversation
import orderBy from 'lodash.orderby'; | ||
import { ref } from 'vue'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could be part of the same import
@@ -2,7 +2,7 @@ import { NodeGlobalsPolyfillPlugin } from '@esbuild-plugins/node-globals-polyfil | |||
import { nodeResolve } from '@rollup/plugin-node-resolve'; | |||
import vue from '@vitejs/plugin-vue'; | |||
import * as path from 'path'; | |||
import { dynamicImport } from 'vite-plugin-dynamic-import'; | |||
import dynamicImport from 'vite-plugin-dynamic-import'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The build check is complaining about vite dynamic variables, maybe have relation with this change?
Visit the preview URL for this PR (updated for commit e8b44cc): https://emeris-app--pr1857-build-deps-y50772dz.web.app (expires Thu, 23 Jun 2022 14:44:42 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
Description
Update all dependencies to latest version.