summaryrefslogtreecommitdiff
path: root/tools/deno.lock.json
AgeCommit message (Collapse)Author
2023-03-16chore: upgrade deno_automation to 0.19.0 (#18213)David Sherret
I updated the lockfile with: ``` deno cache --lock=tools/deno.lock.json --lock-write ./tools/wpt.ts ./tools/upload_wptfyi.js ./tools/release/deps.ts ```
2023-01-10chore(ci): ci refactor - Part 1 - Generate ci yaml by js (#17335)David Sherret
2022-11-22chore: workspace inheritance (#16343)Leo Kettmeir
2022-08-25chore: fix publish for circular dependencies (#15598)David Sherret
2022-07-19chore: update deno automation to 0.12 (#15248)David Sherret
2022-04-13chore: use lock file for tooling scripts (#14253)Bartek IwaƄczuk
This commit adds lock file for maintenance scripts in "tools/" directory. The lock file is stored in "tools/deno.lock.json".