Skip to content

Commit

Permalink
upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cpetta committed May 16, 2021
1 parent ee08093 commit dbf4e61
Show file tree
Hide file tree
Showing 2 changed files with 1,499 additions and 523 deletions.
43 changes: 23 additions & 20 deletions package.json
Expand Up @@ -39,38 +39,41 @@
},
"dependencies": {
"autoprefixer": "^10.0.0",
"browser-sync": "^2.26.7",
"browser-sync": "^2.26.14",
"colorguard": "^1.2.1",
"doiuse": "^4.4.0",
"eslint": "^7.14.0",
"eslint": "^7.26.0",
"eslint-config-xo": "^0.36.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-unicorn": "^23.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-unicorn": "^32.0.1",
"gulp": "^4.0.2",
"gulp-cache": "^1.1.3",
"gulp-changed": "^4.0.2",
"gulp-changed-in-place": "^2.3.0",
"gulp-clean-css": "^4.2.0",
"gulp-eslint7": "^0.3.0",
"gulp-eslint7": "^0.3.1",
"gulp-html-postcss": "^7.1.4",
"gulp-htmlhint": "^4.0.0",
"gulp-htmlhint": "^4.0.1",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-jshint": "^2.1.0",
"gulp-postcss": "^9.0.0",
"gulp-purgecss": "^3.0.0",
"gulp-purgecss": "^4.0.3",
"gulp-stylelint": "^13.0.0",
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^5.0.1",
"jshint": "^2.12.0",
"jshint-more-stylish": "^1.0.1",
"markdownlint": "^0.22.0",
"markdownlint": "^0.23.1",
"meow": "^10.0.0",
"postcss": "^8.1.10",
"postcss-normalize": "^9.0.0",
"postcss": "^8.2.15",
"postcss-normalize": "^10.0.0",
"postcss-preset-env": "^6.7.0",
"postcss-reporter": "^7.0.0",
"postcss-safe-parser": "^5.0.0",
Expand All @@ -89,32 +92,32 @@
"retext-repeated-words": "^3.0.0",
"retext-sentence-spacing": "^4.0.0",
"stylelint": "^13.0.0",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-config-recommended": "^5.0.0",
"stylelint-config-standard": "^22.0.0",
"stylelint-order": "^4.0.0",
"through2": "^4.0.2",
"tslint": "^6.0.0",
"typescript": "^4.0.2",
"uglify-js": "^3.6.1",
"uglify-js": "^3.13.6",
"unified": "^9.0.0",
"unified-engine-gulp": "^8.0.0",
"update-notifier": "^5.0.0",
"xo": "^0.39.1"
"xo": "^0.40.1"
},
"devDependencies": {
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^11.0.0",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@semantic-release/changelog": "^5.0.0",
"@semantic-release/commit-analyzer": "^8.0.0",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.2.0",
"@semantic-release/npm": "^7.0.9",
"@semantic-release/release-notes-generator": "^9.0.1",
"@semantic-release/github": "^7.2.3",
"@semantic-release/npm": "^7.1.3",
"@semantic-release/release-notes-generator": "^9.0.2",
"coveralls": "^3.1.0",
"husky": "^6.0.0",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"semantic-release": "^17.3.0"
"semantic-release": "^17.4.3"
}
}

0 comments on commit dbf4e61

Please sign in to comment.