Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgilchrist committed Mar 27, 2019
1 parent 0390e9f commit 6eb5a9f
Show file tree
Hide file tree
Showing 3 changed files with 633 additions and 541 deletions.
6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@quasar/extras": "^1.0.0",
"@quasar/extras": "^1.1.1",
"axios": "^0.18.0",
"csvtojson": "^2.0.8",
"quasar": "^1.0.0-beta.0",
"quasar": "^1.0.0-beta.13",
"vue-i18n": "^7.3.3"
},
"devDependencies": {
"@quasar/app": "^1.0.0-beta.0",
"@quasar/app": "^1.0.0-beta.14",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.10.0",
Expand Down
31 changes: 1 addition & 30 deletions client/quasar.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,36 +23,7 @@ module.exports = function (ctx) {
],

// framework: 'all', // --- includes everything; for dev only!
framework: {
components: [
'QLayout',
'QHeader',
'QDrawer',
'QPageContainer',
'QPage',
'QToolbar',
'QToolbarTitle',
'QBtn',
'QIcon',
'QList',
'QItem',
'QItemSection',
'QItemLabel',
'QInnerLoading'
],

directives: [
'Ripple'
],

// Quasar plugins
plugins: [
'Notify'
]

// iconSet: 'ionicons-v4'
// lang: 'de' // Quasar language
},
framework: 'all',

supportIE: false,

Expand Down
Loading

0 comments on commit 6eb5a9f

Please sign in to comment.