Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
654 changes: 327 additions & 327 deletions .github/scripts/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "build.js",
"license": "MIT",
"devDependencies": {
"jest": "^30.0.4"
"jest": "^30.0.5"
},
"scripts": {
"test": "jest --verbose",
Expand Down
1,266 changes: 433 additions & 833 deletions azdo-task/DevcontainersCi/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions azdo-task/DevcontainersCi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^24.0.13",
"@types/node": "^24.2.0",
"@types/q": "^1.5.8",
"@typescript-eslint/eslint-plugin": "^8.37.0",
"@typescript-eslint/eslint-plugin": "^8.39.0",
"@typescript-eslint/parser": "^8.31.0",
"@vercel/ncc": "^0.38.3",
"azure-pipelines-task-lib": "^5.2.1",
"eslint": "^8.57.0",
"eslint-plugin-github": "^5.1.8",
"eslint-plugin-jest": "^29.0.1",
"jest": "^30.0.4",
"jest": "^30.0.5",
"jest-circus": "^30.0.0",
"js-yaml": "^4.1.0",
"prettier": "^3.6.2",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3"
"ts-jest": "^29.4.1",
"typescript": "^5.9.2"
}
}
Loading