From 2ffb6f71150e877123c2a8f8b9d537a64214f50c Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Thu, 22 Oct 2020 15:50:32 +0300 Subject: [PATCH] Update quill --- package.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index d2f0ce030..5a9f62ea3 100644 --- a/package.json +++ b/package.json @@ -27,36 +27,36 @@ "bootstrap" ], "devDependencies": { - "core-js": "^3.6.5", - "vue": "3.0.2", - "vue-router": "^4.0.0-0", + "@babel/cli": "^7.4.4", + "@fullcalendar/core": "4.0.2", + "@fullcalendar/daygrid": "4.0.1", + "@fullcalendar/interaction": "4.0.2", + "@fullcalendar/timegrid": "4.0.1", "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-plugin-eslint": "~4.5.0", "@vue/cli-plugin-router": "~4.5.0", "@vue/cli-service": "~4.5.0", "@vue/compiler-sfc": "^3.0.0", + "axios": "^0.19.0", "babel-eslint": "^10.1.0", - "@babel/cli": "^7.4.4", + "chart.js": "2.7.3", + "core-js": "^3.6.5", "eslint": "^6.7.2", "eslint-plugin-vue": "^7.0.0-0", - "node-sass": "^4.12.0", - "sass-loader": "^8.0.2", - "axios": "^0.19.0", - "chart.js": "2.7.3", "gulp": "^3.9.1", "gulp-concat": "^2.6.0", "gulp-flatten": "^0.2.0", "gulp-rename": "^1.2.2", "gulp-uglify": "^1.5.3", "gulp-uglifycss": "^1.0.6", + "mitt": "^2.1.0", + "node-sass": "^4.12.0", "primeflex": "2.0.0", "primeicons": "4.0.0", "prismjs": "^1.15.0", - "quill": "1.3.3", - "mitt": "^2.1.0", - "@fullcalendar/core": "4.0.2", - "@fullcalendar/daygrid": "4.0.1", - "@fullcalendar/interaction": "4.0.2", - "@fullcalendar/timegrid": "4.0.1" + "quill": "^1.3.7", + "sass-loader": "^8.0.2", + "vue": "3.0.2", + "vue-router": "^4.0.0-0" } }