Skip to content

Commit

Permalink
Merge pull request #157 from StefanPuia/master
Browse files Browse the repository at this point in the history
Bumped typescript peer dependency to ^5.x
  • Loading branch information
Hargne authored Mar 18, 2023
2 parents e308c99 + 6578b32 commit fe94d06
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
11 changes: 7 additions & 4 deletions jest.config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"roots": ["<rootDir>"],
"preset": "ts-jest",
"globals": {
"ts-jest": {
"babelConfig": true
}
"transform": {
"^.+\\.tsx?$": [
"ts-jest",
{
"babelConfig": true
}
]
},
"collectCoverage": true,
"collectCoverageFrom": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-html-reporter",
"version": "3.7.0",
"version": "3.7.1",
"description": "Jest test results processor for generating a summary in HTML",
"main": "dist/index.js",
"unpkg": "dist/index.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"peerDependencies": {
"jest": "19.x - 29.x",
"typescript": "^3.7.x || ^4.3.x"
"typescript": "^3.7.x || ^4.3.x || ^5.x"
},
"devDependencies": {
"@rollup/plugin-babel": "^5.3.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1639,9 +1639,9 @@ camelcase@^6.2.0:
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==

caniuse-lite@^1.0.30001370:
version "1.0.30001393"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001393.tgz#1aa161e24fe6af2e2ccda000fc2b94be0b0db356"
integrity sha512-N/od11RX+Gsk+1qY/jbPa0R6zJupEa0lxeBG598EbrtblxVCTJsQwbRBm6+V+rxpc5lHKdsXb9RY83cZIPLseA==
version "1.0.30001467"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001467.tgz"
integrity sha512-cEdN/5e+RPikvl9AHm4uuLXxeCNq8rFsQ+lPHTfe/OtypP3WwnVVbjn+6uBV7PaFL6xUFzTh+sSCOz1rKhcO+Q==

chalk@^2.0.0, chalk@^2.3.0:
version "2.4.2"
Expand Down

0 comments on commit fe94d06

Please sign in to comment.