Skip to content

Commit 4398b3f

Browse files
committed
Pin dependencies
1 parent 7fa145d commit 4398b3f

File tree

3 files changed

+35
-14
lines changed

3 files changed

+35
-14
lines changed

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

+1-1
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": "23.6.0"
4343
}
4444
}

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

+33-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+1-1
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": "22.4.3",
2222
"regenerator-runtime": "^0.10.3"
2323
},
2424
"dependencies": {

0 commit comments

Comments
 (0)