Skip to content

Commit 867ff64

Browse files
Bump typescript from 4.9.5 to 5.1.3 (#378)
* Bump typescript from 4.9.5 to 5.1.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.1.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.9.5...v5.1.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * remove deprecated option --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
1 parent 4694cc1 commit 867ff64

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"prettier": "^2.8.1",
2121
"rollup": "^3.9.1",
2222
"serve": "^14.1.2",
23-
"typescript": "^4.9.4"
23+
"typescript": "^5.1.3"
2424
},
2525
"dependencies": {
2626
"@material/mwc-button": "^0.27.0",

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"noUnusedLocals": true,
1414
"forceConsistentCasingInFileNames": true,
1515
"strict": true,
16-
"suppressImplicitAnyIndexErrors": true,
1716
"skipLibCheck": true,
1817
"importHelpers": true
1918
},

0 commit comments

Comments
 (0)