Skip to content

Commit

Permalink
Dependabot Dependencies Update
Browse files Browse the repository at this point in the history
  • Loading branch information
DPTeamMember committed Jun 15, 2021
1 parent c1a8c38 commit 9fd44e2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@

#### 1.1.0

- Upgrade to webpack 5
- Upgrade to webpack 5

#### 2.0.0

- Upgrade to Bootstrap 5
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adminator",
"version": "1.1.0",
"version": "2.0.0",
"private": true,
"description": "HTML Admin Template",
"scripts": {
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -64,15 +64,15 @@
"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",
"load-google-maps-api": "^2.0.2",
"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"
}
}

0 comments on commit 9fd44e2

Please sign in to comment.