Skip to content

Commit

Permalink
chore: upgrade dev dependencies and fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
awmleer committed Nov 16, 2023
1 parent 9dc344b commit 167a572
Show file tree
Hide file tree
Showing 6 changed files with 5,341 additions and 5,080 deletions.
2 changes: 0 additions & 2 deletions .yarnrc

This file was deleted.

5 changes: 3 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'jsdom',
collectCoverage: true,
coverageDirectory: "coverage",
};
coverageDirectory: 'coverage',
}
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,19 @@
"react": ">=16.8.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^4.0.0",
"@testing-library/react": "^8.0.1",
"@types/jest": "^24.0.15",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.0",
"@types/jest": "^29.5.8",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"jest": "^24.8.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"ts-jest": "^24.0.2",
"typescript": "^3.5.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2",
"use-debounce": "^2.1.0"
},
"sideEffects": [],
Expand Down
Loading

0 comments on commit 167a572

Please sign in to comment.