Skip to content

Commit

Permalink
Bump typescript version
Browse files Browse the repository at this point in the history
  • Loading branch information
hyphenized committed Jul 12, 2023
1 parent a1478e6 commit 2dbe98a
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 @@ -68,6 +68,6 @@
"@types/react-helmet": "^6.1.6",
"netlify-cli": "^3.7.1",
"prettier": "2.2.1",
"typescript": "^4.1.5"
"typescript": "^5.1.6"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"strict": true,
"resolveJsonModule": true,
"noEmit": true,
// "noImplicitOverride": true, // can be enabled after upgrading to TS 4.3
"noImplicitOverride": true,
"baseUrl": "./src"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18355,10 +18355,10 @@ typescript@^3.8.3, typescript@^3.9.7:
resolved "https://registry.npmjs.org/typescript/-/typescript-3.9.9.tgz"
integrity sha512-kdMjTiekY+z/ubJCATUPlRDl39vXYiMV9iyeMuEuXZh2we6zz80uovNN2WlAxmmdE/Z/YQe+EbOEXB5RHEED3w==

typescript@^4.1.5:
version "4.1.5"
resolved "https://registry.npmjs.org/typescript/-/typescript-4.1.5.tgz"
integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==
typescript@^5.1.6:
version "5.1.6"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==

uid-safe@2.1.5:
version "2.1.5"
Expand Down

0 comments on commit 2dbe98a

Please sign in to comment.