diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-02-16 14:24:45 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-02-17 11:04:12 -0600 |
commit | fd504fa8836cea905d9bb7a7fe97594ac554cc5d (patch) | |
tree | d08a9aa5c2d15cdee5dfe22a939fe152feb4b149 /package.json | |
parent | f75ad8a5e98726500557d0b95f3ddd19c7fba428 (diff) | |
download | gitlab-ce-fd504fa8836cea905d9bb7a7fe97594ac554cc5d.tar.gz |
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
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json index de1dfa41f87..c696de439bd 100644 --- a/package.json +++ b/package.json @@ -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": { |