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 Jul 13, 2024
1 parent 83d47e4 commit 65940f3
Show file tree
Hide file tree
Showing 3 changed files with 824 additions and 692 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@v4
- uses: actions/setup-node@v4
with:
node-version: 14.x
- name: Get yarn cache directory path
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,25 +77,25 @@
"vscode:publish": "vsce publish"
},
"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/color": "3.0.6",
"@types/glob": "8.1.0",
"@types/mocha": "10.0.7",
"@types/node": "20.14.10",
"@types/sinon": "17.0.3",
"@types/vscode": "1.91.0",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"eslint": "9.7.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"glob": "11.0.0",
"husky": "9.0.11",
"lint-staged": "15.2.7",
"mocha": "10.6.0",
"prettier": "3.3.3",
"sinon": "18.0.0",
"typescript": "5.5.3",
"vsce": "2.15.0",
"vscode-test": "1.6.1"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 65940f3

Please sign in to comment.