Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jest dependencies #241

Merged
merged 12 commits into from
Nov 29, 2021
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ yarn-error.log*
*.njsproj
*.sln
*.sw?

70,841 changes: 15,262 additions & 55,579 deletions package-lock.json

Large diffs are not rendered by default.

12,873 changes: 1,971 additions & 10,902 deletions packages/deep-merge/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/deep-merge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"tslib": "~2.3.0"
},
"devDependencies": {
"@types/jest": "~25.2.1",
"jest": "~25.4.0",
"@types/jest": "~27.0.3",
"jest": "~27.3.1",
"rimraf": "~2.6.2",
"ts-jest": "~25.4.0",
"ts-jest": "~27.0.7",
"ts-node": "~8.9.1",
"typescript": "~4.3.5"
},
Expand Down
Loading