use less strict caret ranges now that yarn.lock will take care of locking our dependencies in place
see: https://docs.npmjs.com/misc/semver
Showing
... | ... | @@ -15,24 +15,24 @@ |
"babel-loader": "^6.2.10", | ||
"babel-preset-es2015": "^6.22.0", | ||
"babel-preset-stage-2": "^6.22.0", | ||
"bootstrap-sass": "3.3.6", | ||
"bootstrap-sass": "^3.3.6", | ||
"compression-webpack-plugin": "^0.3.2", | ||
"d3": "3.5.11", | ||
"dropzone": "4.2.0", | ||
"d3": "^3.5.11", | ||
"dropzone": "^4.2.0", | ||
"es6-promise": "^4.0.5", | ||
"imports-loader": "^0.6.5", | ||
"jquery": "2.2.1", | ||
"jquery": "^2.2.1", | ||
"jquery-ui": "git+https://github.com/jquery/jquery-ui#1.11.4", | ||
"jquery-ujs": "1.2.1", | ||
"jquery-ujs": "^1.2.1", | ||
"js-cookie": "^2.1.3", | ||
"mousetrap": "1.4.6", | ||
"mousetrap": "^1.4.6", | ||
"pikaday": "^1.5.1", | ||
"select2": "3.5.2-browserify", | ||
"stats-webpack-plugin": "^0.4.3", | ||
"timeago.js": "^2.0.5", | ||
"underscore": "1.8.3", | ||
"vue": "2.0.3", | ||
"vue-resource": "0.9.3", | ||
"underscore": "^1.8.3", | ||
"vue": "^2.0.3", | ||
"vue-resource": "^0.9.3", | ||
"webpack": "^2.2.1" | ||
}, | ||
"devDependencies": { | ||
... | ... |
Please register or sign in to comment