From c01937f1042bd627db20254939363b5f4ab246f6 Mon Sep 17 00:00:00 2001 From: Rekryt Date: Mon, 2 Aug 2021 13:48:07 +0300 Subject: [PATCH] dependency updates --- .prettierrc | 23 ++++---- components/core/AppBar.vue | 12 ++--- components/core/Drawer.vue | 8 +-- components/core/Filter.vue | 22 +++----- components/core/Footer.vue | 4 +- components/material/ChartCard.vue | 2 +- package.json | 36 +++++++------ pages/Icons.vue | 12 ++--- pages/Notifications.vue | 56 +++++--------------- pages/Typography.vue | 12 ++--- pages/index.vue | 88 ++++++++----------------------- pages/tpgrade.vue | 40 ++++---------- pages/user-profile.vue | 16 ++---- plugins/ckeditor.js | 2 +- 14 files changed, 101 insertions(+), 232 deletions(-) diff --git a/.prettierrc b/.prettierrc index 00a1eae..a6adc8a 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,13 +1,14 @@ { - "useTabs": false, - "printWidth": 120, - "tabWidth": 4, - "trailingComma": "es5", - "jsxBracketSameLine": false, - "bracketSpacing": true, - "semi": true, - "singleQuote": true, - "htmlWhitespaceSensitivity": "ignore", - "phpVersion": "7.1", - "braceStyle": "1tbs" + "useTabs": false, + "printWidth": 120, + "tabWidth": 4, + "trailingComma": "es5", + "jsxBracketSameLine": false, + "bracketSpacing": true, + "semi": true, + "singleQuote": true, + "htmlWhitespaceSensitivity": "ignore", + "phpVersion": "7.1", + "braceStyle": "1tbs", + "endOfLine": "auto" } diff --git a/components/core/AppBar.vue b/components/core/AppBar.vue index 710d5ff..0feaa8f 100644 --- a/components/core/AppBar.vue +++ b/components/core/AppBar.vue @@ -14,9 +14,7 @@ - - mdi-view-dashboard - + mdi-view-dashboard @@ -26,9 +24,7 @@ - - mdi-bell - + mdi-bell @@ -43,9 +39,7 @@ - - mdi-account - + mdi-account diff --git a/components/core/Drawer.vue b/components/core/Drawer.vue index 370fb43..bd8ec43 100644 --- a/components/core/Drawer.vue +++ b/components/core/Drawer.vue @@ -20,9 +20,7 @@ - - VUETIFY MD - + VUETIFY MD @@ -47,9 +45,7 @@ mdi-package-up - - Something else - + Something else diff --git a/components/core/Filter.vue b/components/core/Filter.vue index 8398858..80e7938 100644 --- a/components/core/Filter.vue +++ b/components/core/Filter.vue @@ -9,16 +9,14 @@ offset-x transition="slide-y-transition" > - + mdi-settings - + - + @@ -48,22 +44,16 @@ - - Free Download - + Free Download - - Documentation - + Documentation
- +
diff --git a/components/core/Footer.vue b/components/core/Footer.vue index e2ef4cd..1cdb76c 100644 --- a/components/core/Footer.vue +++ b/components/core/Footer.vue @@ -11,9 +11,7 @@ © {{ new Date().getFullYear() }} - - Creative Tim - + Creative Tim , made with mdi-heart for a better web diff --git a/components/material/ChartCard.vue b/components/material/ChartCard.vue index 4f3b66a..a4de51e 100644 --- a/components/material/ChartCard.vue +++ b/components/material/ChartCard.vue @@ -8,7 +8,7 @@ :ratio="ratio" :responsive-options="responsiveOptions" :type="type" - style="max-height: 150px;" + style="max-height: 150px" /> diff --git a/package.json b/package.json index cf9a77d..8682a2b 100644 --- a/package.json +++ b/package.json @@ -11,32 +11,34 @@ "generate": "nuxt generate" }, "dependencies": { - "@ckeditor/ckeditor5-build-classic": "^20.0.0", - "@ckeditor/ckeditor5-vue": "^1.0.1", + "nuxt": "^2.15.7", + "vuetify": "^2.5.8", "@nuxtjs/axios": "^5.12.0", - "nuxt": "^2.13.3", + "@ckeditor/ckeditor5-build-classic": "^29.0.0", + "@ckeditor/ckeditor5-vue2": "^1.0.5", + "@mdi/font": "^5.9.55", "vue-chartist": "^2.3.1", - "vuetify": "^2.3.5" + "core-js": "^3.15.1" }, "devDependencies": { - "@mdi/font": "^5.3.45", - "@nuxtjs/eslint-config": "^3.0.0", - "@nuxtjs/eslint-module": "^2.0.0", - "@vue/eslint-config-prettier": "^6.0.0", - "babel-eslint": "^10.1.0", - "eslint": "^6.8.0", - "eslint-config-prettier": "^6.11.0", + "eslint": "^7.29.0", + "eslint-loader": "^4.0.2", + "eslint-config-prettier": "^8.3.0", "eslint-config-standard": "^14.1.1", "eslint-config-vuetify": "^0.6.1", - "eslint-loader": "^4.0.2", - "eslint-plugin-nuxt": ">=1.0.0", + "eslint-plugin-nuxt": "^2.0.0", "eslint-plugin-prettier": "^3.1.4", - "eslint-plugin-vue": "^6.2.2", + "eslint-plugin-vue": "^7.12.1", + "prettier": "^2.2.1", + "@babel/core": "^7.14.8", + "@babel/preset-env": "^7.14.9", + "@nuxtjs/eslint-config": "^6.0.1", + "@nuxtjs/eslint-module": "^3.0.2", + "@vue/eslint-config-prettier": "^6.0.0", "less": "^3.12.2", "less-loader": "^6.2.0", - "prettier": "^2.0.5", - "sass": "^1.26.10", - "sass-loader": "^9.0.2", + "sass": "~1.32.13", + "sass-loader": "^10.2.0", "stylus": "^0.54.8", "stylus-loader": "^3.0.2" } diff --git a/pages/Icons.vue b/pages/Icons.vue index add6321..075d701 100644 --- a/pages/Icons.vue +++ b/pages/Icons.vue @@ -5,14 +5,10 @@ @@ -34,9 +30,7 @@ - - mdi-material-design - + mdi-material-design See all icons diff --git a/pages/Notifications.vue b/pages/Notifications.vue index 657dfa1..76b1b98 100644 --- a/pages/Notifications.vue +++ b/pages/Notifications.vue @@ -5,15 +5,11 @@ @@ -21,9 +17,7 @@ -

- Notifications Style -

+

Notifications Style

This is a plain notification @@ -45,9 +39,7 @@
-

- Notifcation States -

+

Notifcation States

INFO @@ -77,53 +69,37 @@
-

- Notification Places -

- - Click to view notifications - +

Notification Places

+ Click to view notifications
- - Top Left - + Top Left - - Top Center - + Top Center - - Top Right - + Top Right - - Bottom Left - + Bottom Left - - Bottom Center - + Bottom Center - - Bottom Right - + Bottom Right @@ -138,18 +114,14 @@ :timeout="900000" dark > - - mdi-bell-plus - + mdi-bell-plus
Welcome to Vuetify Material Dashboard - a beautiful freebie for every web developer.
- - mdi-close-circle - + mdi-close-circle
diff --git a/pages/Typography.vue b/pages/Typography.vue index ee1b360..7e6996a 100644 --- a/pages/Typography.vue +++ b/pages/Typography.vue @@ -4,9 +4,7 @@ -

- Typography -

+

Typography

@@ -23,15 +21,11 @@

{{ t[1] }}

- - Kanye West, Musician - + Kanye West, Musician
diff --git a/pages/index.vue b/pages/index.vue index 7bff6d3..51a0ee2 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -8,25 +8,17 @@ color="info" type="Line" > -

- Daily Sales -

+

Daily Sales

- - mdi-arrow-up - + mdi-arrow-up 55%   increase in today's sales

@@ -38,20 +30,12 @@ color="red" type="Bar" > -

- Email Subscription -

-

- Last Campaign Performance -

+

Email Subscription

+

Last Campaign Performance

@@ -63,20 +47,12 @@ color="green" type="Line" > -

- Completed Tasks -

-

- Last Last Campaign Performance -

+

Completed Tasks

+

Last Last Campaign Performance

@@ -138,25 +114,17 @@ Edit @@ -201,9 +167,7 @@ v-bind="attrs" v-on="on" > - - mdi-close - + mdi-close
Close @@ -232,9 +196,7 @@ v-bind="attrs" v-on="on" > - - mdi-pencil - + mdi-pencil Edit @@ -249,9 +211,7 @@ v-bind="attrs" v-on="on" > - - mdi-close - + mdi-close Close @@ -281,9 +241,7 @@ v-bind="attrs" v-on="on" > - - mdi-pencil - + mdi-pencil Edit @@ -298,9 +256,7 @@ v-bind="attrs" v-on="on" > - - mdi-close - + mdi-close Close diff --git a/pages/tpgrade.vue b/pages/tpgrade.vue index 6420a6b..481bcf5 100644 --- a/pages/tpgrade.vue +++ b/pages/tpgrade.vue @@ -11,33 +11,23 @@ - - Free - - - PRO - + Free + PRO - - Components - + Components 60 200 - - Plugins - + Plugins 2 4 - - Example Pages - + Example Pages 3 8 @@ -46,29 +36,19 @@ Login, Register, Pricing, Lock Pages - - mdi-close - + mdi-close - - mdi-check - + mdi-check - - Premium Support - + Premium Support - - mdi-close - + mdi-close - - mdi-check - + mdi-check diff --git a/pages/user-profile.vue b/pages/user-profile.vue index 08363c1..9a26837 100644 --- a/pages/user-profile.vue +++ b/pages/user-profile.vue @@ -51,9 +51,7 @@ - - Update Profile - + Update Profile @@ -66,22 +64,16 @@ -
- CEO / CO-FOUNDER -
+
CEO / CO-FOUNDER
-

- Alec Thompson -

+

Alec Thompson

Don't be scared of the truth because we need to restart the human foundation in truth And I love you like Kanye loves Kanye I love Rick Owens’ bed design but the back is...

- - Follow - + Follow
diff --git a/plugins/ckeditor.js b/plugins/ckeditor.js index 005c52a..b87b3ae 100644 --- a/plugins/ckeditor.js +++ b/plugins/ckeditor.js @@ -1,4 +1,4 @@ import Vue from 'vue'; -import CKEditor from '@ckeditor/ckeditor5-vue'; +import CKEditor from '@ckeditor/ckeditor5-vue2'; Vue.use(CKEditor);