-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update packages and sync with Quasar Starter Kit
- Loading branch information
1 parent
de5693b
commit 8fee8ea
Showing
23 changed files
with
783 additions
and
1,455 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,6 @@ | |
"version": "1.0.0", | ||
"description": "Une roue pour identifier ses émotions, ses besoins et les solutions pour aller mieux.", | ||
"productName": "Ma roue des émotions", | ||
"cordovaId": "com.cowboysysop.roue_emotions", | ||
"capacitorId": "", | ||
"author": "Sébastien Prud'homme <[email protected]>", | ||
"private": true, | ||
"scripts": { | ||
|
@@ -14,41 +12,47 @@ | |
}, | ||
"dependencies": { | ||
"@hapi/joi": "17.1.1", | ||
"@quasar/extras": "1.8.1", | ||
"@quasar/extras": "1.8.2", | ||
"core-js": "3.6.5", | ||
"langtag-utils": "2.0.1", | ||
"quasar": "1.12.3", | ||
"vue-i18n": "8.18.1", | ||
"quasar": "1.12.7", | ||
"vue-i18n": "8.18.2", | ||
"vuedraggable": "2.23.2", | ||
"vuex-persistedstate": "3.0.1" | ||
}, | ||
"devDependencies": { | ||
"@quasar/app": "1.9.6", | ||
"@quasar/icongenie": "2.2.1", | ||
"@quasar/app": "2.0.0", | ||
"@quasar/icongenie": "2.3.0", | ||
"babel-eslint": "10.1.0", | ||
"devtron": "1.4.0", | ||
"electron": "9.0.2", | ||
"electron": "9.0.5", | ||
"electron-builder": "22.7.0", | ||
"electron-debug": "3.1.0", | ||
"electron-devtools-installer": "3.0.0", | ||
"eslint": "6.8.0", | ||
"eslint-config-standard": "14.1.1", | ||
"eslint-loader": "4.0.2", | ||
"eslint-plugin-import": "2.20.2", | ||
"eslint-plugin-import": "2.21.2", | ||
"eslint-plugin-node": "11.1.0", | ||
"eslint-plugin-promise": "4.2.1", | ||
"eslint-plugin-standard": "4.0.1", | ||
"eslint-plugin-vue": "6.2.2", | ||
"patch-package": "6.2.2" | ||
}, | ||
"browserslist": [ | ||
"last 10 Chrome versions", | ||
"last 10 Firefox versions", | ||
"last 4 Edge versions", | ||
"last 7 Safari versions", | ||
"last 8 Android versions", | ||
"last 8 ChromeAndroid versions", | ||
"last 8 FirefoxAndroid versions", | ||
"last 10 iOS versions", | ||
"last 5 Opera versions" | ||
], | ||
"engines": { | ||
"node": ">= 10.18.1", | ||
"npm": ">= 6.13.4", | ||
"yarn": ">= 1.21.1" | ||
}, | ||
"browserslist": [ | ||
"last 1 version, not dead, ie >= 11" | ||
], | ||
"resolutions": { | ||
"@babel/parser": "7.7.5" | ||
} | ||
} |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// THIS FEATURE-FLAG FILE IS AUTOGENERATED, | ||
// REMOVAL OR CHANGES WILL CAUSE RELATED TYPES TO STOP WORKING | ||
import "quasar/dist/types/feature-flag"; | ||
|
||
declare module "quasar/dist/types/feature-flag" { | ||
interface QuasarFeatureFlags { | ||
cordova: true; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// THIS FEATURE-FLAG FILE IS AUTOGENERATED, | ||
// REMOVAL OR CHANGES WILL CAUSE RELATED TYPES TO STOP WORKING | ||
import "quasar/dist/types/feature-flag"; | ||
|
||
declare module "quasar/dist/types/feature-flag" { | ||
interface QuasarFeatureFlags { | ||
electron: true; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// THIS FEATURE-FLAG FILE IS AUTOGENERATED, | ||
// REMOVAL OR CHANGES WILL CAUSE RELATED TYPES TO STOP WORKING | ||
import "quasar/dist/types/feature-flag"; | ||
|
||
declare module "quasar/dist/types/feature-flag" { | ||
interface QuasarFeatureFlags { | ||
store: true; | ||
} | ||
} |