Skip to content

Commit 42f86a8

Browse files
committed
Pin dependencies
1 parent 58fe785 commit 42f86a8

File tree

3 files changed

+37
-16
lines changed

3 files changed

+37
-16
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"@babel/preset-env": "^7.2.3",
3737
"@babel/register": "^7.0.0",
3838
"babel-core": "^7.0.0-bridge.0",
39-
"eslint": "^5.13.0",
40-
"eslint-config-airbnb-base": "^13.1.0",
41-
"eslint-plugin-import": "^2.16.0",
39+
"eslint": "5.13.0",
40+
"eslint-config-airbnb-base": "13.1.0",
41+
"eslint-plugin-import": "2.16.0",
4242
"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
@@ -19,7 +19,7 @@
1919
"homepage": "https://github.com/LambdaSchool/Data-Structures/#readme",
2020
"devDependencies": {
2121
"jest": "^22.4.3",
22-
"regenerator-runtime": "^0.10.3"
22+
"regenerator-runtime": "0.10.5"
2323
},
2424
"dependencies": {
2525
"circular-json": "^0.5.3"

0 commit comments

Comments
 (0)