Skip to content

Commit 95e1767

Browse files
committed
Update dependency
1 parent aaab968 commit 95e1767

File tree

3 files changed

+125
-108
lines changed

3 files changed

+125
-108
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## [3.1.6]
3+
4+
### Updated
5+
- Update dependency
26
## [3.1.5]
37

48
### Fixed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "light-blue-vue",
3-
"version": "1.0.0",
3+
"version": "3.1.6",
44
"private": true,
55
"scripts": {
66
"start": "vue-cli-service serve --port 3000",
@@ -14,52 +14,52 @@
1414
"@amcharts/amcharts4-geodata": "^4.1.7",
1515
"@ckeditor/ckeditor5-build-classic": "^12.4.0",
1616
"@ckeditor/ckeditor5-vue": "^1.0.0",
17-
"@fullcalendar/core": "^4.3.1",
18-
"@fullcalendar/daygrid": "^4.3.0",
19-
"@fullcalendar/interaction": "^4.3.0",
20-
"@fullcalendar/timegrid": "^4.3.0",
21-
"@fullcalendar/vue": "^4.3.1",
17+
"@fullcalendar/core": "^4.4.2",
18+
"@fullcalendar/daygrid": "^4.4.2",
19+
"@fullcalendar/interaction": "^4.4.2",
20+
"@fullcalendar/timegrid": "^4.4.2",
21+
"@fullcalendar/vue": "^4.4.2",
2222
"animate.css": "^4.1.0",
2323
"animated-number-vue": "^1.0.0",
24-
"apexcharts": "^3.19.3",
24+
"apexcharts": "^3.21.0",
2525
"awesome-bootstrap-checkbox": "^1.0.1",
26-
"axios": "^0.19.2",
27-
"bootstrap": "^4.5.0",
28-
"bootstrap-vue": "2.15.0",
26+
"axios": "^0.20.0",
27+
"bootstrap": "^4.5.2",
28+
"bootstrap-vue": "2.17.3",
2929
"chart.js": "^2.9.3",
3030
"css-loader": "^1.0.1",
31-
"echarts": "4.8.0",
31+
"echarts": "4.9.0",
3232
"expose-loader": "^0.7.5",
3333
"font-awesome": "4.7.0",
3434
"glyphicons-halflings": "^1.9.1",
35-
"highcharts": "^7.2.1",
35+
"highcharts": "^7.2.2",
3636
"highcharts-vue": "^1.3.5",
3737
"imports-loader": "^0.8.0",
3838
"jquery-ui": "^1.12.1",
3939
"jsonwebtoken": "^8.5.1",
4040
"line-awesome": "1.3.0",
4141
"mavon-editor": "^2.9.0",
42-
"moment": "^2.27.0",
42+
"moment": "^2.29.0",
4343
"node-sass": "^4.14.1",
4444
"rickshaw": "1.7.1",
4545
"sass-loader": "^7.3.1",
4646
"skycons": "^1.0.0",
4747
"v-calendar": "^1.0.8",
4848
"v-mask": "^1.3.4",
4949
"vee-validate": "^2.2.15",
50-
"vue": "^2.5.17",
50+
"vue": "^2.6.12",
5151
"vue-apexcharts": "^1.6.0",
5252
"vue-bootstrap-slider": "2.1.8",
5353
"vue-carousel": "^0.18.0",
54-
"vue-chartjs": "^3.5.0",
55-
"vue-code-highlight": "^0.7.4",
54+
"vue-chartjs": "^3.5.1",
55+
"vue-code-highlight": "^0.7.6",
5656
"vue-color": "^2.7.1",
5757
"vue-draggable-nested-tree": "^2.2.20",
5858
"vue-echarts": "^4.1.0",
5959
"vue-form-wizard": "^0.8.4",
6060
"vue-gallery": "^1.5.0",
6161
"vue-input-tag": "^2.0.7",
62-
"vue-router": "^3.3.4",
62+
"vue-router": "^3.4.3",
6363
"vue-select": "^2.6.4",
6464
"vue-tables-2": "^1.6.25",
6565
"vue-textarea-autosize": "^1.1.1",
@@ -68,7 +68,7 @@
6868
"vue2-datepicker": "^2.13.4",
6969
"vue2-dropzone": "^3.6.0",
7070
"vue2-google-maps": "0.10.7",
71-
"vuedraggable": "^2.24.0",
71+
"vuedraggable": "^2.24.1",
7272
"vuetrend": "^0.3.4",
7373
"vuex": "^3.5.1",
7474
"webpack-cli": "^3.3.12"
@@ -77,7 +77,7 @@
7777
"@vue/cli-plugin-babel": "^3.12.0",
7878
"@vue/cli-plugin-eslint": "^3.12.0",
7979
"@vue/cli-service": "^3.12.0",
80-
"vue-template-compiler": "^2.6.10"
80+
"vue-template-compiler": "^2.6.12"
8181
},
8282
"resolutions": {
8383
"core-js": "2.5.7"

0 commit comments

Comments
 (0)