Skip to content

Commit feda063

Browse files
dependabot[bot]Goodwinejathak
authored
Bump typescript from 5.9.3 to 6.0.3 (#430)
* Bump typescript from 5.9.3 to 6.0.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * add missing 'types' field to tsconfig.json' * Update ts-jest --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlos <goodwine@google.com> Co-authored-by: Jennifer Thakar <jathak@gmail.com>
1 parent 3f30582 commit feda063

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@
9191
"simple-git": "^3.15.1",
9292
"source-map-js": "^1.0.2",
9393
"tar": "^7.4.3",
94-
"ts-jest": "^29.0.5",
94+
"ts-jest": "^29.4.11",
9595
"ts-node": "^10.2.1",
96-
"typescript": "^5.0.2",
96+
"typescript": "^6.0.3",
9797
"yaml": "^2.2.1",
9898
"yargs": "^17.2.1"
9999
}

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"rootDir": ".",
88
"useUnknownInCatchVariables": false,
99
"declarationDir": "_types",
10-
"lib": ["DOM"]
10+
"lib": ["DOM"],
11+
"types": ["node", "jest"],
12+
"moduleResolution": "bundler",
1113
},
1214
"include": [
1315
"package.json",

0 commit comments

Comments
 (0)