Skip to content

Commit

Permalink
fix: address breaking changes in TypeScript 5 (#587)
Browse files Browse the repository at this point in the history
fixes #586

---------

Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com>
  • Loading branch information
3 people committed Mar 17, 2023
1 parent fdb8a90 commit a80dd35
Show file tree
Hide file tree
Showing 5 changed files with 586 additions and 836 deletions.
3 changes: 3 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ module.exports = {
'<rootDir>/src/**/*.ts',
'!<rootDir>/src/types/**/*.ts',
],
snapshotFormat: {
escapeString: true,
},
transform: {
'\\.[jt]sx?$': [
'ts-jest',
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.29.0",
"husky": "^8.0.2",
"jest": "^27.5.1",
"jest": "^29.5.0",
"less": "^3.13.1",
"lint-staged": "^10.5.4",
"postcss": "^8.4.19",
Expand All @@ -84,8 +84,8 @@
"stylus": "^0.55.0",
"sugarss": "^4.0.0",
"svelte": "^3.54.0",
"ts-jest": "^27.1.5",
"typescript": "^4.9.4"
"ts-jest": "^29.0.5",
"typescript": "^5.0.2"
},
"dependencies": {
"@types/pug": "^2.0.6",
Expand Down

0 comments on commit a80dd35

Please sign in to comment.