Skip to content

Commit

Permalink
Merge branch 'main' of github.com:DDP-Projekt/vscode-ddp
Browse files Browse the repository at this point in the history
  • Loading branch information
bafto committed May 19, 2023
2 parents 25e6093 + 7ec2f13 commit dcfbe05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,16 @@
"test": "node ./out/test/runTest.js"
},
"devDependencies": {
"@types/vscode": "^1.68.0",
"@types/glob": "^7.2.0",
"@types/mocha": "^9.1.1",
"@types/node": "16.x",
"@types/vscode": "^1.68.0",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@vscode/test-electron": "^2.1.3",
"eslint": "^8.16.0",
"glob": "^8.0.3",
"mocha": "^10.0.0",
"typescript": "^4.7.2",
"@vscode/test-electron": "^2.1.3"
"typescript": "^4.7.2"
}
}
}

0 comments on commit dcfbe05

Please sign in to comment.