Skip to content

Commit ec8143b

Browse files
authored
Merge pull request #229 from dotkernel/issue-226
Issue 226
2 parents 406badf + d442608 commit ec8143b

5 files changed

Lines changed: 197 additions & 225 deletions

File tree

package.json

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -23,68 +23,68 @@
2323
},
2424
"homepage": "https://github.com/dotkernel/admin#readme",
2525
"dependencies": {
26-
"@fullcalendar/core": "^5.11.3",
27-
"@fullcalendar/daygrid": "^5.11.3",
28-
"@fullcalendar/interaction": "^5.11.3",
29-
"@fullcalendar/list": "^5.11.3",
30-
"@fullcalendar/timegrid": "^5.11.3",
26+
"@fullcalendar/core": "^6.1.11",
27+
"@fullcalendar/daygrid": "^6.1.11",
28+
"@fullcalendar/interaction": "^6.1.11",
29+
"@fullcalendar/list": "^6.1.11",
30+
"@fullcalendar/timegrid": "^6.1.11",
3131
"@popperjs/core": "^2.11.8",
3232
"babel-polyfill": "^6.26.0",
33-
"bootstrap": "^5.3.0",
34-
"bootstrap-datepicker": "^1.9.0",
35-
"bootstrap-icons": "^1.11.2",
36-
"bootstrap-table": "^1.22.1",
33+
"bootstrap": "^5.3.3",
34+
"bootstrap-datepicker": "^1.10.0",
35+
"bootstrap-icons": "^1.11.3",
36+
"bootstrap-table": "^1.22.2",
3737
"brand-colors": "^2.1.1",
3838
"chart.js": "^2.9.4",
3939
"easy-pie-chart": "^2.1.7",
4040
"file-loader": "^6.2.0",
41-
"fullcalendar": "^5.11.3",
42-
"jquery": "^3.6.0",
41+
"fullcalendar": "^6.1.11",
42+
"jquery": "^3.7.1",
4343
"jquery-sparkline": "^2.4.0",
4444
"jvectormap": "^2.0.4",
4545
"load-google-maps-api": "^2.0.2",
4646
"lodash": "^4.17.21",
4747
"masonry-layout": "^4.2.2",
48-
"moment": "^2.29.1",
49-
"perfect-scrollbar": "^1.5.1",
48+
"moment": "^2.30.1",
49+
"perfect-scrollbar": "^1.5.5",
5050
"skycons": "^1.0.0"
5151
},
5252
"devDependencies": {
53-
"@babel/core": "^7.13.8",
54-
"@babel/eslint-parser": "^7.13.8",
55-
"@babel/plugin-proposal-class-properties": "^7.13.0",
56-
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
57-
"@babel/plugin-transform-runtime": "^7.13.9",
58-
"@babel/runtime": "^7.13.9",
53+
"@babel/core": "^7.23.9",
54+
"@babel/eslint-parser": "^7.23.10",
55+
"@babel/plugin-proposal-class-properties": "^7.18.6",
56+
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
57+
"@babel/plugin-transform-runtime": "^7.23.9",
58+
"@babel/runtime": "^7.23.9",
5959
"babel-core": "^6.26.3",
60-
"babel-loader": "^8.2.2",
60+
"babel-loader": "^9.1.3",
6161
"babel-preset-env": "^1.7.0",
6262
"babel-preset-stage-0": "^6.24.1",
6363
"case-sensitive-paths-webpack-plugin": "^2.4.0",
6464
"clean-webpack-plugin": "^4.0.0",
65-
"copy-webpack-plugin": "^9.0.0",
65+
"copy-webpack-plugin": "^12.0.2",
6666
"cross-env": "^7.0.3",
6767
"css-loader": "^5.2.6",
68-
"css-minimizer-webpack-plugin": "^5.0.1",
69-
"eslint": "^7.21.0",
70-
"eslint-config-airbnb-base": "^14.2.1",
71-
"eslint-plugin-import": "^2.23.4",
72-
"expose-loader": "^4.1.0",
73-
"html-webpack-plugin": "^5.3.1",
68+
"css-minimizer-webpack-plugin": "^6.0.0",
69+
"eslint": "^8.57.0",
70+
"eslint-config-airbnb-base": "^15.0.0",
71+
"eslint-plugin-import": "^2.29.1",
72+
"expose-loader": "^5.0.0",
73+
"html-webpack-plugin": "^5.6.0",
7474
"imagemin-webpack-plugin": "^2.4.2",
75-
"mini-css-extract-plugin": "^1.6.0",
76-
"postcss": "^8.3.4",
77-
"postcss-loader": "^6.1.0",
78-
"postcss-preset-env": "^6.7.0",
79-
"sass": "^1.55.0",
80-
"sass-loader": "^12.1.0",
81-
"shx": "^0.3.3",
82-
"style-loader": "^2.0.0",
83-
"stylelint": "^13.13.1",
84-
"stylelint-config-standard": "^22.0.0",
85-
"webpack": "^5.37.1",
86-
"webpack-cli": "^4.7.0",
87-
"webpack-dashboard": "^3.3.1",
88-
"webpack-dev-server": "^3.11.2"
75+
"mini-css-extract-plugin": "^2.8.0",
76+
"postcss": "^8.4.35",
77+
"postcss-loader": "^8.1.0",
78+
"postcss-preset-env": "^9.4.0",
79+
"sass": "^1.71.1",
80+
"sass-loader": "^14.1.1",
81+
"shx": "^0.3.4",
82+
"style-loader": "^3.3.4",
83+
"stylelint": "^16.2.1",
84+
"stylelint-config-standard": "^36.0.0",
85+
"webpack": "^5.90.3",
86+
"webpack-cli": "^5.1.4",
87+
"webpack-dashboard": "^3.3.8",
88+
"webpack-dev-server": "^5.0.2"
8989
}
9090
}

0 commit comments

Comments
 (0)