Skip to content

Commit be92b01

Browse files
committed
Pin dependencies
1 parent 58fe785 commit be92b01

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
"homepage": "https://github.com/frankfaustino/Data-Structures-and-Algorithms#readme",
2929
"dependencies": {},
3030
"devDependencies": {
31-
"@babel/cli": "^7.2.3",
32-
"@babel/core": "^7.2.2",
33-
"@babel/node": "^7.2.2",
34-
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
35-
"@babel/polyfill": "^7.2.5",
36-
"@babel/preset-env": "^7.2.3",
37-
"@babel/register": "^7.0.0",
38-
"babel-core": "^7.0.0-bridge.0",
31+
"@babel/cli": "7.2.3",
32+
"@babel/core": "7.2.2",
33+
"@babel/node": "7.2.2",
34+
"@babel/plugin-transform-modules-commonjs": "7.2.0",
35+
"@babel/polyfill": "7.2.5",
36+
"@babel/preset-env": "7.2.3",
37+
"@babel/register": "7.0.0",
38+
"babel-core": "7.0.0-bridge.0",
3939
"eslint": "^5.13.0",
4040
"eslint-config-airbnb-base": "^13.1.0",
4141
"eslint-plugin-import": "^2.16.0",

0 commit comments

Comments
 (0)