Skip to content

Commit

Permalink
chore(deps): upgrade element-plus and sass
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommytrg committed Oct 15, 2024
1 parent 012e248 commit 223f4c4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"electron-devtools-installer": "^3.2.0",
"electron-log": "^5.2.0",
"electron-updater": "^6.3.9",
"element-plus": "^2.7.3",
"element-plus": "^2.8.5",
"eslint": "^9.12.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-plugin-import": "2.31.0",
Expand All @@ -86,7 +86,7 @@
"progress-stream": "^2.0.0",
"qrcode.vue": "^3.5.0",
"rpc-websockets": "^7.9.0",
"sass": "^1.72.0",
"sass": "^1.79.5",
"semver": "^7.6.3",
"tar": "^6.2.1",
"tree-kill": "^1.2.2",
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export default defineConfig(({ command }) => {
scss: {
// additionalData: `@use "~/styles/element-variables.scss" as *;`,
additionalData: `@use "~/styles/element/index.scss" as *;`,
api: 'modern'
},
},
},
Expand Down

0 comments on commit 223f4c4

Please sign in to comment.