Skip to content

Commit

Permalink
⬆️ upgrade dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenCMD committed Jan 29, 2022
1 parent 99207b9 commit 78b1173
Show file tree
Hide file tree
Showing 3 changed files with 493 additions and 578 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
VSCE_PAT: ${{ secrets.VSCE_TOKEN }}
jobs:
release:
name: Release
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -638,8 +638,8 @@
}
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/git": "^10.0.0",
"@types/dateformat": "^3.0.1",
"@types/glob": "^7.1.3",
"@types/mocha": "^8.2.2",
Expand All @@ -650,10 +650,10 @@
"@typescript-eslint/parser": "^3.8.0",
"eslint": "^7.25.0",
"glob": "^7.1.7",
"mocha": "^8.4.0",
"semantic-release": "^17.4.2",
"mocha": "^9.2.0",
"semantic-release": "^19.0.0",
"semantic-release-gitmoji": "^1.3.4",
"semantic-release-vsce": "^3.3.0",
"semantic-release-vsce": "^5.0.0",
"ts-loader": "^8.2.0",
"typescript": "^4.2.4",
"vscode-test": "^1.5.2",
Expand Down
Loading

0 comments on commit 78b1173

Please sign in to comment.