mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-26 13:19:42 +00:00
Bumps [tmp](https://github.com/raszi/node-tmp) from 0.0.33 to 0.2.4. - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](https://github.com/raszi/node-tmp/compare/v0.0.33...v0.2.4) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 lines
405 B
JSON
19 lines
405 B
JSON
{
|
|
"name": "code-oss-dev-integration-test",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"main": "./index.js",
|
|
"scripts": {
|
|
"compile": "node ../../../node_modules/typescript/bin/tsc"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "22.x",
|
|
"@types/rimraf": "^2.0.4",
|
|
"@types/tmp": "0.1.0",
|
|
"rimraf": "^2.6.1",
|
|
"tmp": "0.2.4",
|
|
"tree-kill": "1.2.2",
|
|
"vscode-uri": "^3.0.2"
|
|
}
|
|
}
|