Skip to content

Commit

Permalink
Merge pull request #11 from flatlogic/update-deps
Browse files Browse the repository at this point in the history
feat: update deps
  • Loading branch information
Blari authored Nov 29, 2024
2 parents 0d9328a + e92b15c commit 2ee282b
Show file tree
Hide file tree
Showing 3 changed files with 3,660 additions and 2,028 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v2.1.6]
### Updated
- Update dependencies

## [v2.1.5]
### Updated
- Update dependencies
Expand Down
24 changes: 13 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "light-blue-vue",
"version": "2.1.5",
"version": "2.1.6",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --port 3000",
Expand All @@ -9,13 +9,13 @@
"start": "node server.js"
},
"dependencies": {
"@amcharts/amcharts4": "^4.10.13",
"@amcharts/amcharts4-geodata": "^4.1.19",
"@amcharts/amcharts4": "^4.10.39",
"@amcharts/amcharts4-geodata": "^4.1.30",
"animate.css": "^4.1.1",
"animated-number-vue": "^1.0.0",
"apexcharts": "^3.24.0",
"apexcharts": "^3.54.1",
"awesome-bootstrap-checkbox": "^1.0.1",
"bootstrap": "^4.6.0",
"bootstrap": "^4.6.2",
"bootstrap-vue": "2.21.2",
"chart.js": "^2.9.4",
"css-loader": "^1.0.0",
Expand All @@ -24,17 +24,17 @@
"font-awesome": "4.7.0",
"glyphicons-halflings": "^1.9.1",
"highcharts": "^7.2.2",
"highcharts-vue": "^1.3.5",
"highcharts-vue": "^1.4.3",
"imports-loader": "^0.8.0",
"line-awesome": "1.3.0",
"node-sass": "^4.14.1",
"sass": "^1.81.0",
"sass-loader": "^7.3.1",
"v-calendar": "^1.1.1",
"vue": "^2.6.12",
"vue-apexcharts": "^1.6.0",
"vue": "^2.7.16",
"vue-apexcharts": "^1.7.0",
"vue-chartjs": "^3.5.1",
"vue-echarts": "^4.1.0",
"vue-router": "^3.5.1",
"vue-router": "^3.6.5",
"vue-toasted": "^1.1.28",
"vue2-google-maps": "0.10.7",
"vuex": "^3.6.2",
Expand All @@ -44,7 +44,9 @@
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-service": "^3.12.1",
"vue-template-compiler": "^2.6.12"
"eslint": "6",
"eslint-plugin-vue": "^9.31.0",
"vue-template-compiler": "^2.7.16"
},
"eslintConfig": {
"root": true,
Expand Down
Loading

0 comments on commit 2ee282b

Please sign in to comment.