Skip to content

Commit 58f43bb

Browse files
authored
Merge pull request #53 from flatlogic/update-deps
feat: update deps
2 parents b9cbacf + 7f78211 commit 58f43bb

File tree

4 files changed

+412
-496
lines changed

4 files changed

+412
-496
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [v2.1.9]
4+
5+
### Updated
6+
- Update dependencies and Fixes
7+
38
## [v2.1.8]
49

510
### Updated

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "sing-app-vue",
3-
"version": "2.1.8",
3+
"version": "2.1.9",
44
"private": true,
55
"scripts": {
6-
"serve": "vue-cli-service serve --port 3000",
7-
"build": "vue-cli-service build",
6+
"serve": "NODE_OPTIONS='--openssl-legacy-provider' vue-cli-service serve --port 3000",
7+
"build": "NODE_OPTIONS='--openssl-legacy-provider' vue-cli-service build",
88
"lint": "vue-cli-service lint",
99
"start": "node server.js"
1010
},
1111
"dependencies": {
1212
"animate.css": "^4.1.1",
13-
"apexcharts": "^3.22.2",
13+
"apexcharts": "^3.54.1",
1414
"awesome-bootstrap-checkbox": "^1.0.1",
15-
"bootstrap": "^4.5.3",
15+
"bootstrap": "^4.6.2",
1616
"bootstrap-vue": "2.21.2",
1717
"css-loader": "^1.0.1",
1818
"echarts": "^4.9.0",
@@ -23,13 +23,13 @@
2323
"highcharts-vue": "^1.3.5",
2424
"imports-loader": "^0.8.0",
2525
"line-awesome": "1.3.0",
26-
"node-sass": "^4.14.1",
26+
"sass": "^1.81.0",
2727
"rickshaw": "1.7.1",
2828
"sass-loader": "^7.3.1",
29-
"vue": "^2.6.12",
30-
"vue-apexcharts": "^1.6.0",
29+
"vue": "^2.7.16",
30+
"vue-apexcharts": "^1.7.0",
3131
"vue-echarts": "^4.1.0",
32-
"vue-router": "^3.4.9",
32+
"vue-router": "^3.6.5",
3333
"vue-toasted": "^1.1.28",
3434
"vue-touch": "2.0.0-beta.4",
3535
"vue2-google-maps": "^0.10.7",
@@ -38,11 +38,11 @@
3838
"webpack-cli": "^3.3.12"
3939
},
4040
"devDependencies": {
41-
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
41+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
4242
"@vue/cli-plugin-babel": "^3.12.0",
4343
"@vue/cli-plugin-eslint": "^3.12.0",
4444
"@vue/cli-service": "^3.12.0",
45-
"vue-template-compiler": "^2.6.12"
45+
"vue-template-compiler": "^2.7.16"
4646
},
4747
"eslintConfig": {
4848
"root": true,

src/styles/_utils.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ $z-index-variants: (more: 1, less: -1, '10': 10, '-10': -10);
448448
.form-control:focus,
449449
.form-control:focus + .input-group-addon,
450450
&.focus .input-group-addon {
451-
@extend .input-no-border:focus;
451+
background-color: $gray-100;
452452
}
453453
}
454454

0 commit comments

Comments
 (0)