Skip to content

Commit

Permalink
feat: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bay-uladsemenik committed Nov 28, 2024
1 parent b9cbacf commit 7f78211
Show file tree
Hide file tree
Showing 4 changed files with 412 additions and 496 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [v2.1.9]

### Updated
- Update dependencies and Fixes

## [v2.1.8]

### Updated
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "sing-app-vue",
"version": "2.1.8",
"version": "2.1.9",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --port 3000",
"build": "vue-cli-service build",
"serve": "NODE_OPTIONS='--openssl-legacy-provider' vue-cli-service serve --port 3000",
"build": "NODE_OPTIONS='--openssl-legacy-provider' vue-cli-service build",
"lint": "vue-cli-service lint",
"start": "node server.js"
},
"dependencies": {
"animate.css": "^4.1.1",
"apexcharts": "^3.22.2",
"apexcharts": "^3.54.1",
"awesome-bootstrap-checkbox": "^1.0.1",
"bootstrap": "^4.5.3",
"bootstrap": "^4.6.2",
"bootstrap-vue": "2.21.2",
"css-loader": "^1.0.1",
"echarts": "^4.9.0",
Expand All @@ -23,13 +23,13 @@
"highcharts-vue": "^1.3.5",
"imports-loader": "^0.8.0",
"line-awesome": "1.3.0",
"node-sass": "^4.14.1",
"sass": "^1.81.0",
"rickshaw": "1.7.1",
"sass-loader": "^7.3.1",
"vue": "^2.6.12",
"vue-apexcharts": "^1.6.0",
"vue": "^2.7.16",
"vue-apexcharts": "^1.7.0",
"vue-echarts": "^4.1.0",
"vue-router": "^3.4.9",
"vue-router": "^3.6.5",
"vue-toasted": "^1.1.28",
"vue-touch": "2.0.0-beta.4",
"vue2-google-maps": "^0.10.7",
Expand All @@ -38,11 +38,11 @@
"webpack-cli": "^3.3.12"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@vue/cli-plugin-babel": "^3.12.0",
"@vue/cli-plugin-eslint": "^3.12.0",
"@vue/cli-service": "^3.12.0",
"vue-template-compiler": "^2.6.12"
"vue-template-compiler": "^2.7.16"
},
"eslintConfig": {
"root": true,
Expand Down
2 changes: 1 addition & 1 deletion src/styles/_utils.scss
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ $z-index-variants: (more: 1, less: -1, '10': 10, '-10': -10);
.form-control:focus,
.form-control:focus + .input-group-addon,
&.focus .input-group-addon {
@extend .input-no-border:focus;
background-color: $gray-100;
}
}

Expand Down
Loading

0 comments on commit 7f78211

Please sign in to comment.