Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
homer0 committed Oct 17, 2021
1 parent 0fb2759 commit d9af83e
Show file tree
Hide file tree
Showing 2 changed files with 1,182 additions and 1,064 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,33 +14,33 @@
],
"license": "MIT",
"dependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.4",
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"5to6-codemod": "1.8.0",
"chalk": "^4.1.2",
"del": "^6.0.0",
"fs-extra": "^10.0.0",
"jscodeshift": "0.10.0"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@homer0/eslint-plugin": "^8.0.1",
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@homer0/eslint-plugin": "^8.0.2",
"@homer0/prettier-config": "^1.1.1",
"@homer0/prettier-plugin-jsdoc": "^4.0.5",
"@homer0/prettier-plugin-jsdoc": "^4.0.6",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"eslint": "^7.32.0",
"@semantic-release/git": "^9.0.1",
"eslint": "^8.0.1",
"husky": "^7.0.2",
"is-ci": "^3.0.0",
"jest": "^27.1.0",
"jest": "^27.2.5",
"jimple": "^1.5.0",
"jsdoc": "^3.6.7",
"jsdoc-ts-utils": "^2.0.1",
"docdash": "homer0/docdash#semver:^2.1.0",
"leasot": "^12.0.0",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2",
"lint-staged": "^11.2.3",
"prettier": "^2.4.1",
"semantic-release": "^17.4.7"
},
"main": "src/index.js",
Expand Down
Loading

0 comments on commit d9af83e

Please sign in to comment.