Skip to content

Commit a2ff0e4

Browse files
authored
chore: TypeScript 5.7 + dep updates, set min node version 22.12 (#5827)
1 parent 4cb3409 commit a2ff0e4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+9815
-10046
lines changed

Gruntfile.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ const childProcess = require("child_process");
22
const EOL = require("os").EOL;
33
const path = require("path");
44
const now = new Date().toISOString();
5-
const latestVersion = require('latest-version');
5+
const latestVersion = require('latest-version').default;
6+
67

78
const ENVIRONMENTS = {
89
live: "live",

0 commit comments

Comments
 (0)