Merge branch 'master' into 44149-issue-comment-buttons
* master: (29 commits)
Fix provider server URL used when listing repos to import
Fix inconsistent punctuation on MR form
Update dependency for svgs
Fix timestamp to include %M instead of %I for post-deploy migrations.
Use Gitaly 0.89.0
Resolve "Hover style for sidebar dropdowns is wrong"
fixed spec
Respect the protocol in `expose_url`
Fix removes source branch text being rendered in merged state
Fix code and wiki search results when filename is non-ASCII
Include the ee/ directory in backtraces
Use GitLab fork of zaproxy
Updates file extensions on Vue docs
fixed note polling not sending updated last fetched at date added spec for polling
Add changelog entry
Use `list.id` for `:key`
added mutation spec
Bump parser and unparser gems to remove warnings
fix polling not working correctly
Fixed issue notes being duplicated
...
Showing
... | ... | @@ -12,7 +12,7 @@ |
"webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js" | ||
}, | ||
"dependencies": { | ||
"@gitlab-org/gitlab-svgs": "^1.13.0", | ||
"@gitlab-org/gitlab-svgs": "^1.14.0", | ||
"autosize": "^4.0.0", | ||
"axios": "^0.17.1", | ||
"babel-core": "^6.26.0", | ||
... | ... |