diff --git a/CHANGELOG.md b/CHANGELOG.md index a149682..15b9a1e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,4 +6,8 @@ #### 1.1.0 -- Upgrade to webpack 5 \ No newline at end of file +- Upgrade to webpack 5 + +#### 2.0.0 + +- Upgrade to Bootstrap 5 \ No newline at end of file diff --git a/package.json b/package.json index 83e3b87..f1ff80b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adminator", - "version": "1.1.0", + "version": "2.0.0", "private": true, "description": "HTML Admin Template", "scripts": { @@ -31,16 +31,16 @@ "css-loader": "^5.2.6", "eslint": "^7.21.0", "eslint-config-airbnb-base": "^14.2.1", - "eslint-plugin-import": "2.22.1", + "eslint-plugin-import": "^2.23.4", "extract-text-webpack-plugin": "^3.0.2", "html-webpack-plugin": "^5.3.1", "imagemin-webpack-plugin": "^2.4.2", "mini-css-extract-plugin": "^1.6.0", "node-sass": "^4.14.1", - "postcss": "^8.3.0", - "postcss-loader": "^5.3.0", + "postcss": "^8.3.4", + "postcss-loader": "^6.1.0", "postcss-preset-env": "^6.7.0", - "sass-loader": "^11.1.1", + "sass-loader": "^12.1.0", "shx": "^0.3.3", "style-loader": "^2.0.0", "stylelint": "^13.13.1", @@ -51,11 +51,11 @@ "webpack-dev-server": "^3.11.2" }, "dependencies": { - "@fullcalendar/core": "^5.7.0", - "@fullcalendar/daygrid": "^5.7.0", - "@fullcalendar/interaction": "^5.7.0", - "@fullcalendar/list": "^5.7.0", - "@fullcalendar/timegrid": "^5.7.0", + "@fullcalendar/core": "^5.7.2", + "@fullcalendar/daygrid": "^5.7.2", + "@fullcalendar/interaction": "^5.7.2", + "@fullcalendar/list": "^5.7.2", + "@fullcalendar/timegrid": "^5.7.2", "babel-polyfill": "^6.26.0", "bootstrap": "^5.0.1", "bootstrap-datepicker": "^1.9.0", @@ -64,7 +64,7 @@ "datatables": "^1.10.18", "easy-pie-chart": "^2.1.7", "file-loader": "^6.2.0", - "fullcalendar": "^5.7.0", + "fullcalendar": "^5.7.2", "jquery": "^3.6.0", "jquery-sparkline": "^2.4.0", "jvectormap": "^2.0.4", @@ -72,7 +72,7 @@ "lodash": "^4.17.21", "masonry-layout": "^4.2.2", "moment": "^2.29.1", - "perfect-scrollbar": "^1.5.0", + "perfect-scrollbar": "^1.5.1", "skycons": "^1.0.0" } }