Skip to content

Commit

Permalink
Bump typescript and typescript-eslint packages in test/test-project (#…
Browse files Browse the repository at this point in the history
…1128)

Signed-off-by: Dominik Jelinek <[email protected]>
  • Loading branch information
djelinek authored Feb 14, 2024
1 parent 85f5c9c commit 89d1764
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/test-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,15 +176,15 @@
"@types/chai": "^4.3.11",
"@types/node": "^18.18.13",
"@types/vscode": "^1.82.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"chai": "^4.3.10",
"clipboard-cli": "^4.0.0",
"clipboardy": "^4.0.0",
"eslint": "^8.56.0",
"mocha": "^10.2.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"vscode-extension-tester": "file:../.."
}
}
}

0 comments on commit 89d1764

Please sign in to comment.