Skip to content

Commit

Permalink
Merge pull request #919 from devoxa/renovate/typescript-5.x
Browse files Browse the repository at this point in the history
Update dependency typescript from 5.5.4 to 5.7.2
  • Loading branch information
kodiakhq[bot] authored Dec 2, 2024
2 parents b865c62 + 9c18529 commit 2c891fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"prettier": "3.4.1",
"terser": "5.36.0",
"ts-node": "10.9.2",
"typescript": "5.5.4"
"typescript": "5.7.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion src/generateDocs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { filesize as fileSize } from 'filesize'
import fs from 'fs'
import pako from 'pako'
import path from 'path'
import terser from 'terser'
import * as terser from 'terser'
import { parseModules } from './parseModules'

const START_TOKEN = '<!-- START GENERATED FROM FILES -->'
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4887,10 +4887,10 @@ [email protected]:
"@typescript-eslint/parser" "8.16.0"
"@typescript-eslint/utils" "8.16.0"

typescript@5.5.4:
version "5.5.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
typescript@5.7.2:
version "5.7.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==

unbox-primitive@^1.0.1:
version "1.0.1"
Expand Down

0 comments on commit 2c891fd

Please sign in to comment.