Skip to content

Commit d0c7b62

Browse files
authored
Merge pull request #18 from flatlogic/update
fix dependencies errors
2 parents c3a8f34 + 7d45dff commit d0c7b62

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [v5.5.6] - 03/05/2023
4+
5+
### Fix dependencies errors
6+
### Updated dependecies
7+
38
## [v5.5.5] - 23/08/2022
49

510
### Updated Bootstrap from 4.6.0 to 5.1.3

package.json

+12-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sing-app-vue",
3-
"version": "5.5.5",
3+
"version": "5.5.6",
44
"private": true,
55
"scripts": {
66
"start": "vue-cli-service serve --port 3000",
@@ -10,8 +10,8 @@
1010
"node": "node server.js"
1111
},
1212
"dependencies": {
13-
"@amcharts/amcharts4": "^4.10.26",
14-
"@amcharts/amcharts4-geodata": "^4.1.23",
13+
"@amcharts/amcharts4": "^4.10.35",
14+
"@amcharts/amcharts4-geodata": "^4.1.26",
1515
"@ckeditor/ckeditor5-build-classic": "^12.4.0",
1616
"@ckeditor/ckeditor5-vue": "^1.0.3",
1717
"@fullcalendar/core": "^4.4.2",
@@ -24,10 +24,11 @@
2424
"apexcharts": "^3.35.3",
2525
"awesome-bootstrap-checkbox": "https://github.com/flatlogic/awesome-bootstrap-checkbox#bump-to-bootstrap5",
2626
"axios": "^0.27.2",
27-
"bootstrap": "^5.1.3",
27+
"bootstrap": "^5.2.3",
2828
"bootstrap-vue": "2.22.0",
2929
"chart.js": "^2.9.4",
3030
"chroma-js": "^2.4.2",
31+
"cross-env": "^7.0.3",
3132
"css-loader": "^1.0.1",
3233
"echarts": "^4.9.0",
3334
"expose-loader": "^0.7.5",
@@ -40,14 +41,12 @@
4041
"line-awesome": "1.3.0",
4142
"mavon-editor": "^2.10.4",
4243
"moment": "^2.29.4",
43-
"node-sass": "^4.14.1",
4444
"rickshaw": "1.7.1",
45-
"sass-loader": "^7.3.1",
4645
"skycons": "^1.0.0",
4746
"v-calendar": "^1.1.1",
4847
"v-mask": "^1.3.4",
4948
"vee-validate": "^2.2.15",
50-
"vue": "^2.7.6",
49+
"vue": "^2.7.14",
5150
"vue-apexcharts": "^1.6.2",
5251
"vue-bootstrap-slider": "2.1.8",
5352
"vue-carousel": "^0.18.0",
@@ -80,10 +79,13 @@
8079
"@vue/cli-plugin-babel": "^3.12.0",
8180
"@vue/cli-plugin-eslint": "^3.12.0",
8281
"@vue/cli-service": "^3.12.0",
83-
"vue-template-compiler": "^2.6.12"
82+
"node-sass": "^6.0.0",
83+
"sass-loader": "^10",
84+
"vue-template-compiler": "^2.7.14",
85+
"webpack": "^5.81.0"
8486
},
8587
"engines": {
86-
"node": "^14"
88+
"node": ">=16"
8789
},
8890
"eslintConfig": {
8991
"root": true,
@@ -109,4 +111,4 @@
109111
"last 2 versions",
110112
"not ie <= 8"
111113
]
112-
}
114+
}

0 commit comments

Comments
 (0)