Skip to content

Commit

Permalink
[dev-tool] Revert #32597 change (#32935)
Browse files Browse the repository at this point in the history
fixes #32895
  • Loading branch information
kazrael2119 authored Feb 10, 2025
1 parent 7e17a82 commit d804d30
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions common/tools/dev-tool/src/commands/admin/migrate-package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -449,11 +449,6 @@ async function addNewPackages(packageJson: any, options: { browser: boolean }):
}

// Freeze these packages until we have a chance to update them
packageJson.devDependencies["vitest"] = "^3.0.3";
packageJson.devDependencies["@vitest/coverage-istanbul"] = "^3.0.3";
if (options.browser) {
packageJson.devDependencies["@vitest/browser"] = "^3.0.3";
}
const packagesToUpdate = [
{ package: "@azure-tools/test-credential", version: "2.0.0" },
{ package: "@azure-tools/test-recorder", version: "4.1.0" },
Expand Down

0 comments on commit d804d30

Please sign in to comment.