Skip to content

Commit

Permalink
Updated TypeScript and VSCode types
Browse files Browse the repository at this point in the history
  • Loading branch information
tslever committed Aug 9, 2024
1 parent 51d0f4a commit 24241f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@
"test": "jest --config=jest.config.js"
},
"devDependencies": {
"@types/azdata": "1.33.0",
"@types/jest": "^26.0.20",
"@types/node": "^13.9.3",
"@types/vscode": "^1.63.0",
"@types/azdata": "1.33.0",
"@types/vscode": "^1.92.0",
"azdata-test": "^1.2.0",
"jest": "^26.6.3",
"ts-jest": "^26.5.4",
"tslint": "^6.1.0",
"typescript": "^3.8.3",
"typescript": "^5.5.4",
"vsce": "^1.71.0",
"vscode-test": "^1.6.1",
"azdata-test": "^1.2.0"
"vscode-test": "^1.6.1"
},
"dependencies": {
"svg-to-pdfkit": "^0.1.8"
Expand Down

0 comments on commit 24241f3

Please sign in to comment.