Skip to content

Commit

Permalink
Update mocha_versions.js (#1629)
Browse files Browse the repository at this point in the history
  • Loading branch information
mindstyle85 authored Jun 24, 2024
1 parent f212ba4 commit bb36403
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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": "v1.10.1",
"app-latest-sha": "39cc28dd0883b339935daba972069dce168fddae",
"app-latest-tag": "v1.11.0",
"app-latest-sha": "21b5bc747c8500e4888474df7d828e66c33f332d",
"core-latest-tag": "v1.36.1-tm-v0.34.29",
"core-latest-sha": "624c43d4484a785ec855f5fb93ea571c1e728fda",
"node-latest-tag": "v0.13.6",
"node-latest-sha": "e40a10990142b443f62a1e71b7923ab993b91303",
"node-latest-tag": "v0.14.0",
"node-latest-sha": "13439ccfebca67cc973cb7fa69570060e4540c13",
});
export default mochaVersions;

0 comments on commit bb36403

Please sign in to comment.