Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
homer0 committed Apr 25, 2022
1 parent 91a53d7 commit 0a8c55d
Show file tree
Hide file tree
Showing 2 changed files with 769 additions and 579 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,34 +14,34 @@
],
"license": "MIT",
"dependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"5to6-codemod": "1.8.0",
"chalk": "^4.1.2",
"del": "^6.0.0",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"jscodeshift": "0.10.0"
},
"devDependencies": {
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@homer0/eslint-plugin": "^8.0.2",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@homer0/eslint-plugin": "^9.0.2",
"@homer0/prettier-config": "^1.1.1",
"@homer0/prettier-plugin-jsdoc": "^4.0.6",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.1",
"eslint": "^8.0.1",
"husky": "^7.0.2",
"is-ci": "^3.0.0",
"jest": "^27.2.5",
"@homer0/prettier-plugin-jsdoc": "^5.1.1",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"eslint": "^8.14.0",
"husky": "^7.0.4",
"is-ci": "^3.0.1",
"jest": "^27.5.1",
"jimple": "^1.5.0",
"jsdoc": "^3.6.7",
"jsdoc": "^3.6.10",
"jsdoc-ts-utils": "^2.0.1",
"docdash": "homer0/docdash#semver:^2.1.0",
"leasot": "^12.0.0",
"lint-staged": "^11.2.3",
"prettier": "^2.4.1",
"semantic-release": "^17.4.7"
"leasot": "^13.1.0",
"lint-staged": "^12.4.0",
"prettier": "^2.6.2",
"semantic-release": "^19.0.2"
},
"main": "src/index.js",
"bin": {
Expand Down
Loading

0 comments on commit 0a8c55d

Please sign in to comment.