Skip to content

Commit 6e42597

Browse files
committed
Use exact package versions
1 parent 081f663 commit 6e42597

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
},
1818
"dependencies": {
1919
"@elastic.io/component-commons-library": "0.0.4",
20-
"debug": "^2.6.3",
20+
"debug": "2.6.3",
2121
"elasticio-node": "0.0.9",
2222
"elasticio-sailor-nodejs": "2.2.3",
23-
"lodash": "^4.17.4"
23+
"lodash": "4.17.4"
2424
},
2525
"devDependencies": {
26-
"chai": "^3.5.0",
26+
"chai": "3.5.0",
2727
"eslint": "6.4.0",
2828
"eslint-config-airbnb-base": "14.0.0",
2929
"eslint-plugin-import": "2.18.2",
30-
"mocha": "^3.2.0",
31-
"sinon": "^2.1.0"
30+
"mocha": "3.2.0",
31+
"sinon": "2.1.0"
3232
}
3333
}

0 commit comments

Comments
 (0)