Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 25, 2023
1 parent 83d47e4 commit 55383c3
Show file tree
Hide file tree
Showing 3 changed files with 726 additions and 528 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14.x
- name: Get yarn cache directory path
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,24 +78,24 @@
},
"devDependencies": {
"@types/color": "3.0.3",
"@types/glob": "7.2.0",
"@types/mocha": "9.1.0",
"@types/node": "17.0.15",
"@types/sinon": "10.0.10",
"@types/vscode": "1.64.0",
"@typescript-eslint/eslint-plugin": "5.10.2",
"@typescript-eslint/parser": "5.10.2",
"eslint": "8.8.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"glob": "7.2.0",
"husky": "7.0.4",
"lint-staged": "12.3.3",
"mocha": "9.2.0",
"prettier": "2.5.1",
"sinon": "13.0.1",
"typescript": "4.5.5",
"vsce": "2.6.7",
"@types/glob": "8.1.0",
"@types/mocha": "10.0.1",
"@types/node": "18.17.11",
"@types/sinon": "10.0.16",
"@types/vscode": "1.81.0",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"eslint": "8.48.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.0",
"glob": "10.3.3",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"mocha": "10.2.0",
"prettier": "3.0.2",
"sinon": "15.2.0",
"typescript": "5.2.2",
"vsce": "2.15.0",
"vscode-test": "1.6.1"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 55383c3

Please sign in to comment.