diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-04-27 16:04:02 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-05-01 15:15:11 -0500 |
commit | f9e33f43c0991930bb779c2a5ea341a41ba3a90f (patch) | |
tree | f00d54033ee2647f81dcf99fad9a7a1b747c18fc /package.json | |
parent | 94a9c60eb9b557498849f62b136fcdc49e1d406f (diff) | |
download | gitlab-ce-f9e33f43c0991930bb779c2a5ea341a41ba3a90f.tar.gz |
update several packages to remove deprecation warnings
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json index 4d8cd523312..9bbd256d338 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,6 @@ "raphael": "^2.2.7", "raven-js": "^3.22.1", "raw-loader": "^0.5.1", - "react-dev-utils": "^5.0.0", "sanitize-html": "^1.16.1", "select2": "3.5.2-browserify", "sql.js": "^0.4.0", @@ -92,8 +91,8 @@ "vuex": "^3.0.1", "webpack": "^4.6.0", "webpack-bundle-analyzer": "^2.11.0", - "webpack-cli": "^2.0.14", - "webpack-stats-plugin": "^0.1.5", + "webpack-cli": "^2.0.15", + "webpack-stats-plugin": "^0.2.1", "worker-loader": "^1.1.1" }, "devDependencies": { |