Skip to content

Commit 696f5b7

Browse files
author
David Brockman Smoliansky
committed
fix: use semver caret ranges
1 parent 76567e9 commit 696f5b7

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,24 @@
1212
},
1313
"author": "Springworks",
1414
"devDependencies": {
15-
"@springworks/test-harness": "1.5.5",
16-
"babel-cli": "6.22.2",
17-
"babel-eslint": "7.1.1",
18-
"babel-preset-es2015-node4": "2.1.1",
19-
"babel-register": "6.22.0",
20-
"eslint": "3.17.1",
21-
"eslint-config-springworks": "7.0.7",
22-
"eslint-plugin-import": "2.2.0",
23-
"eslint-plugin-mocha": "4.8.0",
24-
"eslint-plugin-should-promised": "2.0.0",
25-
"eslint-plugin-springworks": "2.0.1",
26-
"greenkeeper-postpublish": "1.0.1",
27-
"mocha": "3.2.0",
28-
"mongoose": "4.8.6",
29-
"semantic-release": "6.3.2"
15+
"@springworks/test-harness": "^1.5.5",
16+
"babel-cli": "^6.22.2",
17+
"babel-eslint": "^7.1.1",
18+
"babel-preset-es2015-node4": "^2.1.1",
19+
"babel-register": "^6.22.0",
20+
"eslint": "^3.17.1",
21+
"eslint-config-springworks": "^7.0.7",
22+
"eslint-plugin-import": "^2.2.0",
23+
"eslint-plugin-mocha": "^4.8.0",
24+
"eslint-plugin-should-promised": "^2.0.0",
25+
"eslint-plugin-springworks": "^2.0.1",
26+
"greenkeeper-postpublish": "^1.0.1",
27+
"mocha": "^3.2.0",
28+
"mongoose": "^4.8.6",
29+
"semantic-release": "^6.3.2"
3030
},
3131
"dependencies": {
32-
"lodash.mapvalues": "4.6.0"
32+
"lodash.mapvalues": "^4.6.0"
3333
},
3434
"engines": {
3535
"node": ">=4",

0 commit comments

Comments
 (0)