File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 "url" : " https://github.com/ledgersmb/LedgerSMB"
3737 },
3838 "dependencies" : {
39- "@quasar/extras" : " ^1.16.17 " ,
39+ "@quasar/extras" : " ^2.0.0 " ,
4040 "content-disposition" : " 2.0.1" ,
4141 "dijit" : " 1.17.3" ,
4242 "dojo" : " 1.17.3" ,
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ import LoginPage from "@/views/LoginPage";
99import LsmbMain from "@/views/LsmbMain" ;
1010import { useSessionUserStore } from "@/store/sessionUser" ;
1111
12+ // import quasar extras compliant with v2
13+ import "@quasar/extras/material-icons/material-icons.css" ;
14+ import "@quasar/extras/roboto-font/roboto-font.css" ;
15+
1216import { installQuasar } from "./quasar-init" ;
1317
1418const dojoParser = require ( "dojo/parser" ) ;
Original file line number Diff line number Diff line change @@ -215,17 +215,6 @@ if (TARGET !== "readme") {
215215 from : "dojo/resources/**/*" ,
216216 to : "."
217217 } ,
218- // Add Quasar assets
219- {
220- context : "node_modules" ,
221- from : "@quasar/extras/material-icons/**/*" ,
222- to : "quasar/material-icons/[name][ext]"
223- } ,
224- {
225- context : "node_modules" ,
226- from : "@quasar/extras/roboto-font/**/*" ,
227- to : "quasar/roboto-font/[name][ext]"
228- }
229218 ] ,
230219 options : {
231220 concurrency : 100
Original file line number Diff line number Diff line change 35443544 core-js "^3.49.0"
35453545 core-js-compat "^3.49.0"
35463546
3547- "@quasar/extras@^1.16.17 ":
3548- version "1.18 .0"
3549- resolved "https://registry.yarnpkg.com/@quasar/extras/-/extras-1.18 .0.tgz#ff62889de6b48e30e5c2f44f8da167e1589b1ff9 "
3550- integrity sha512-hIqqw56sKGujWA3sTIT1ItlVglD+eA3hAWDVxY4qjA4/BSgYJDHk6ymJCbsDPIJFT7DJsG/F3A67vELXbBAIvA ==
3547+ "@quasar/extras@^2.0.0 ":
3548+ version "2.0 .0"
3549+ resolved "https://registry.yarnpkg.com/@quasar/extras/-/extras-2.0 .0.tgz#28fa58eef562a1045d07ba7223cc7e80983cfbf1 "
3550+ integrity sha512-JiVq65j28Rp5AFLVpHBSv+MUV+NpE4x8cSGyfWquakOZe8FCV1E6qmbCDQhPY/e2fheFhaN8uGl1R3UbC8BxZw ==
35513551
35523552"@quasar/render-ssr-error@^1.0.4":
35533553 version "1.0.4"
You can’t perform that action at this time.
0 commit comments