Browse Source

Merge branch 'master' into dependabot/npm_and_yarn/clean-css-cli-5.2.0

pull/3446/head
Daniel 4 years ago committed by GitHub
parent
commit
27cce3fee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 779
      package-lock.json
  2. 18
      package.json

779
package-lock.json generated

File diff suppressed because it is too large Load Diff

18
package.json

@ -71,7 +71,7 @@
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@lgaitan/pace-progress": "^1.0.7",
"@sweetalert2/theme-bootstrap-4": "^4.0.2",
"@sweetalert2/theme-bootstrap-4": "^4.0.3",
"@ttskch/select2-bootstrap4-theme": "^1.5.2",
"bootstrap": "^4.6.0",
"bootstrap-colorpicker": "^3.2.0",
@ -81,7 +81,7 @@
"bs-custom-file-input": "^1.3.4",
"bs-stepper": "^1.7.0",
"chart.js": "^2.9.4",
"codemirror": "^5.59.2",
"codemirror": "^5.59.3",
"datatables.net": "^1.10.23",
"datatables.net-autofill-bs4": "^2.3.5",
"datatables.net-bs4": "^1.10.23",
@ -89,7 +89,7 @@
"datatables.net-colreorder-bs4": "^1.5.3",
"datatables.net-fixedcolumns-bs4": "^3.3.2",
"datatables.net-fixedheader-bs4": "^3.1.8",
"datatables.net-keytable-bs4": "^2.6.0",
"datatables.net-keytable-bs4": "^2.6.1",
"datatables.net-responsive-bs4": "^2.2.7",
"datatables.net-rowgroup-bs4": "^1.1.2",
"datatables.net-rowreorder-bs4": "^1.2.7",
@ -126,26 +126,26 @@
"select2": "^4.0.13",
"sparklines": "^1.3.0",
"summernote": "^0.8.18",
"sweetalert2": "^10.14.1",
"sweetalert2": "^10.15.5",
"tempusdominus-bootstrap-4": "^5.39.0",
"toastr": "^2.1.4",
"uplot": "^1.6.5"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"@babel/core": "^7.12.17",
"@babel/preset-env": "^7.12.17",
"@rollup/plugin-babel": "^5.3.0",
"autoprefixer": "^10.2.4",
"browser-sync": "^2.26.14",
"bundlewatch": "^0.3.2",
"clean-css-cli": "^5.2.0",
"concurrently": "^5.3.0",
"concurrently": "^6.0.0",
"eslint": "^7.20.0",
"eslint-config-xo": "^0.34.0",
"eslint-plugin-compat": "^3.9.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-unicorn": "^28.0.0",
"lockfile-lint": "^4.3.7",
"lockfile-lint": "^4.6.1",
"node-sass": "^5.0.0",
"node-sass-package-importer": "^5.3.2",
"nodemon": "^2.0.7",
@ -154,7 +154,7 @@
"postcss-cli": "^8.3.1",
"postcss-scrollbar": "^0.3.0",
"rollup": "^2.39.0",
"stylelint": "^13.10.0",
"stylelint": "^13.11.0",
"stylelint-config-twbs-bootstrap": "^2.1.0",
"terser": "^5.6.0",
"vnu-jar": "^21.2.5"

Loading…
Cancel
Save