Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.6.3 (#298)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Goss <[email protected]>
  • Loading branch information
renovate[bot] and davidjgoss authored Nov 7, 2024
1 parent 7ce4756 commit a66f79c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 15 deletions.
14 changes: 7 additions & 7 deletions javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"prettier": "3.3.3",
"pretty-quick": "4.0.0",
"ts-node": "10.9.2",
"typescript": "5.4.5"
"typescript": "5.6.3"
},
"dependencies": {
"regexp-match-indices": "1.0.2"
Expand Down
1 change: 0 additions & 1 deletion javascript/tsconfig.build-cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"extends": "./tsconfig.build.json",
"compilerOptions": {
"outDir": "dist/cjs",
"target": "ES5",
"module": "CommonJS",
},
}
4 changes: 0 additions & 4 deletions javascript/tsconfig.build-esm.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"lib": [
"ES2019"
],
"target": "ES6",
"module": "ES6",
"outDir": "dist/esm"
},
Expand Down
4 changes: 2 additions & 2 deletions javascript/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"experimentalDecorators": true,
"module": "ESNext",
"lib": [
"ES6"
"ES2022"
],
"target": "ES6",
"target": "ES2022",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"noEmit": true
Expand Down

0 comments on commit a66f79c

Please sign in to comment.