Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
homer0 committed Sep 6, 2021
1 parent 69d2516 commit 4f66ee2
Show file tree
Hide file tree
Showing 2 changed files with 2,385 additions and 2,310 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,34 +7,34 @@
"author": "Leonardo Apiwan (@homer0) <me@homer0.com>",
"license": "MIT",
"dependencies": {
"fs-extra": "^9.1.0",
"fs-extra": "^10.0.0",
"colors": "^1.4.0",
"urijs": "^1.19.6",
"urijs": "^1.19.7",
"statuses": "^2.0.1",
"extend": "^3.0.2"
},
"devDependencies": {
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@homer0/eslint-plugin": "^7.0.0",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@homer0/eslint-plugin": "^8.0.1",
"@homer0/prettier-config": "^1.1.1",
"@homer0/prettier-plugin-jsdoc": "^4.0.0",
"@homer0/prettier-plugin-jsdoc": "^4.0.5",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"cjs2esm": "^2.0.0",
"eslint": "^7.24.0",
"husky": "^6.0.0",
"@semantic-release/git": "^9.0.1",
"cjs2esm": "^2.0.1",
"eslint": "^7.32.0",
"husky": "^7.0.2",
"is-ci": "^3.0.0",
"jest": "^26.6.3",
"jest": "^27.1.0",
"jimple": "^1.5.0",
"jsdoc": "^3.6.6",
"jsdoc-ts-utils": "^2.0.0",
"jsdoc": "^3.6.7",
"jsdoc-ts-utils": "^2.0.1",
"docdash": "homer0/docdash#semver:^2.1.0",
"leasot": "^12.0.0",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"semantic-release": "^17.4.2",
"typescript": "^4.2.4",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2",
"semantic-release": "^17.4.7",
"typescript": "^4.4.2",
"yarn-or-npm": "^3.0.1"
},
"engine-strict": true,
Expand Down
Loading

0 comments on commit 4f66ee2

Please sign in to comment.