Skip to content

Commit 1b7cbf1

Browse files
Update dependency jest to v30
1 parent 856f902 commit 1b7cbf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects-DS/Data-Structures-and-Algorithms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"eslint": "^5.13.0",
4040
"eslint-config-airbnb-base": "^13.1.0",
4141
"eslint-plugin-import": "^2.16.0",
42-
"jest": "^23.6.0"
42+
"jest": "^30.0.0"
4343
}
4444
}

projects-DS/Data-Structures/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"homepage": "https://github.com/LambdaSchool/Data-Structures/#readme",
2020
"devDependencies": {
21-
"jest": "^22.4.3",
21+
"jest": "^30.0.0",
2222
"regenerator-runtime": "^0.10.3"
2323
},
2424
"dependencies": {

0 commit comments

Comments
 (0)