Browse Source

minor package update

pull/303/head
Daniel 2 years ago
parent
commit
2dac577942
2 changed files with 720 additions and 670 deletions
  1. +701
    -651
      package-lock.json
  2. +19
    -19
      package.json

+ 701
- 651
package-lock.json
File diff suppressed because it is too large
View File


+ 19
- 19
package.json View File

@ -16,13 +16,13 @@
"lint": "npm run lint:js && npm run lint:scss"
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/eslint-parser": "^7.13.8",
"@babel/core": "^7.24.5",
"@babel/eslint-parser": "^7.24.5",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-transform-runtime": "^7.13.9",
"@babel/preset-env": "^7.23.5",
"@babel/runtime": "^7.13.9",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.5",
"@babel/runtime": "^7.24.5",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"babel-preset-env": "^1.7.0",
@ -34,36 +34,36 @@
"css-minimizer-webpack-plugin": "^5.0.1",
"eslint": "^8.55.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.23.4",
"html-webpack-plugin": "^5.5.4",
"eslint-plugin-import": "^2.29.1",
"html-webpack-plugin": "^5.6.0",
"imagemin-webpack-plugin": "^2.4.2",
"mini-css-extract-plugin": "^1.6.0",
"postcss": "^8.3.4",
"postcss": "^8.4.38",
"postcss-loader": "^6.1.0",
"postcss-preset-env": "^6.7.0",
"sass": "^1.55.0",
"sass": "^1.77.1",
"sass-loader": "^12.1.0",
"shx": "^0.3.3",
"style-loader": "^2.0.0",
"stylelint": "^16.0.1",
"stylelint": "^16.5.0",
"stylelint-config-standard": "^35.0.0",
"webpack": "^5.37.1",
"webpack": "^5.91.0",
"webpack-cli": "^4.7.0",
"webpack-dashboard": "^3.3.1",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@fullcalendar/core": "^6.1.10",
"@fullcalendar/daygrid": "^6.1.10",
"@fullcalendar/interaction": "^6.1.10",
"@fullcalendar/list": "^6.1.10",
"@fullcalendar/timegrid": "^6.1.10",
"@fullcalendar/core": "^6.1.11",
"@fullcalendar/daygrid": "^6.1.11",
"@fullcalendar/interaction": "^6.1.11",
"@fullcalendar/list": "^6.1.11",
"@fullcalendar/timegrid": "^6.1.11",
"@popperjs/core": "^2.11.6",
"babel-polyfill": "^6.26.0",
"bootstrap": "^5.2.2",
"bootstrap": "^5.3.3",
"bootstrap-datepicker": "^1.9.0",
"brand-colors": "^2.1.1",
"chart.js": "^4.4.1",
"chart.js": "^4.4.2",
"datatables": "^1.10.18",
"easy-pie-chart": "^2.1.7",
"file-loader": "^6.2.0",
@ -73,7 +73,7 @@
"load-google-maps-api": "^2.0.2",
"lodash": "^4.17.21",
"masonry-layout": "^4.2.2",
"moment": "^2.29.1",
"moment": "^2.30.1",
"perfect-scrollbar": "^1.5.1",
"skycons": "^1.0.0"
}


Loading…
Cancel
Save