Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein authored Feb 7, 2025
1 parent 372686d commit bcb5446
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vitepress/constants/mocha_versions.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const mochaVersions = Object.freeze({
"app-latest-tag": "v3.3.1",
"app-latest-tag": "v3.3.1-mocha",
"app-latest-sha": "addcd77c01fa6b58c59e05439592169d2e54555c",
"core-latest-tag": "v1.49.0-tm-v0.34.35",
"core-latest-sha": "511badf2d82480b5297a49469583fe176610941a",
"node-latest-tag": "v0.21.5",
"node-latest-sha": "d57107415355ef6fee3fc01ba12cd3e48d7a310c",
"node-latest-tag": "v0.21.5-mocha",
"node-latest-sha": "4bdd1db6cc26b3b8022c199ba8e39f6483cba8e9",
});
export default mochaVersions;

0 comments on commit bcb5446

Please sign in to comment.