Skip to content

Commit

Permalink
fix: Upgrade dependcies (#296)
Browse files Browse the repository at this point in the history
* chore: Upgrade dependencies

* chore: Upgrade dependencies

* chore: Upgrade dependencies

* chore: Upgrade dependencies

* chore: Upgrade dependencies
  • Loading branch information
npalm committed Oct 20, 2022
1 parent 3d6b6ba commit b2a0a32
Show file tree
Hide file tree
Showing 2 changed files with 619 additions and 98 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"chalk": "^4.1.0",
"figlet": "^1.5.0",
"js-yaml": "^4.0.0",
"replace-in-file": "^6.2.0",
"yargs": "^17.0.1"
"replace-in-file": "^6.3.5",
"yargs": "^17.6.0"
},
"files": [
"lib/**/*",
Expand All @@ -49,27 +49,27 @@
"@semantic-release/commit-analyzer": "^9.0.1",
"@semantic-release/exec": "^6.0.1",
"@semantic-release/git": "^10.0.0",
"@semantic-release/github": "^8.0.1",
"@semantic-release/github": "^8.0.6",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.2",
"@types/chalk": "^2.2.0",
"@types/figlet": "^1.2.1",
"@types/jest": "^27.0.2",
"@types/figlet": "^1.5.5",
"@types/jest": "^29.2.0",
"@types/js-yaml": "^4.0.0",
"@types/node": "^17.0.35",
"@typescript-eslint/parser": "^5.0.0",
"conventional-changelog-conventionalcommits": "^4.5.0",
"eslint": "^8.16.0",
"eslint-plugin-github": "^4.1.1",
"eslint-plugin-jest": "^26.2.2",
"eslint-plugin-prettier": "^4.0.0",
"@types/node": "^18.11.2",
"@typescript-eslint/parser": "^5.40.1",
"conventional-changelog-conventionalcommits": "^5.0.0",
"eslint": "^8.25.0",
"eslint-plugin-github": "^4.4.0",
"eslint-plugin-jest": "^27.1.3",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^27.2.5",
"nyc": "^15.1.0",
"prettier": "2.6.2",
"semantic-release": "^19.0.2",
"prettier": "2.7.1",
"semantic-release": "^19.0.5",
"ts-jest": "^27.0.5",
"ts-node-dev": "^2.0.0",
"typescript": "^4.6.4"
"typescript": "^4.8.4"
},
"bugs": {
"url": "https://github.com/npalm/action-docs/issues"
Expand Down

0 comments on commit b2a0a32

Please sign in to comment.