Skip to content

Commit e4a24b0

Browse files
committed
- Update dependencies
1 parent c451ebc commit e4a24b0

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
2-
## [v2.1.3]
32

3+
## [v2.1.4]
4+
### Updated
5+
- Update dependencies
6+
7+
## [v2.1.3]
8+
### Updated
49
- Add screenshot to assets, change progress bar bg color, update main colors
510
- Badges: fix padding, font size
611
- Visits: fix checkbox in table, fix adaptive problem, fix progress bar percents position

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "light-blue-vue",
3-
"version": "2.1.2",
3+
"version": "2.1.4",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve --port 3000",
@@ -9,14 +9,14 @@
99
"start": "node server.js"
1010
},
1111
"dependencies": {
12-
"@amcharts/amcharts4": "^4.10.9",
13-
"@amcharts/amcharts4-geodata": "^4.1.18",
12+
"@amcharts/amcharts4": "^4.10.13",
13+
"@amcharts/amcharts4-geodata": "^4.1.19",
1414
"animate.css": "^4.1.1",
1515
"animated-number-vue": "^1.0.0",
16-
"apexcharts": "^3.22.1",
16+
"apexcharts": "^3.24.0",
1717
"awesome-bootstrap-checkbox": "^1.0.1",
18-
"bootstrap": "^4.5.3",
19-
"bootstrap-vue": "2.18.1",
18+
"bootstrap": "^4.6.0",
19+
"bootstrap-vue": "2.21.2",
2020
"chart.js": "^2.9.4",
2121
"css-loader": "^1.0.0",
2222
"echarts": "4.9.0",
@@ -34,10 +34,10 @@
3434
"vue-apexcharts": "^1.6.0",
3535
"vue-chartjs": "^3.5.1",
3636
"vue-echarts": "^4.1.0",
37-
"vue-router": "^3.4.8",
37+
"vue-router": "^3.5.1",
3838
"vue-toasted": "^1.1.28",
3939
"vue2-google-maps": "0.10.7",
40-
"vuex": "^3.5.1",
40+
"vuex": "^3.6.2",
4141
"webpack-cli": "^3.3.12"
4242
},
4343
"devDependencies": {

0 commit comments

Comments
 (0)