Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
parent
c75a891814
commit
c49e17ea37
3 changed files with 6 additions and 6 deletions
|
@ -17,7 +17,7 @@ branches, also called _feature branches_, to propose changes to
|
||||||
the codebase without introducing them directly into the major
|
the codebase without introducing them directly into the major
|
||||||
version of the codebase.
|
version of the codebase.
|
||||||
|
|
||||||
Branching is specially important when collaborating with others,
|
Branching is especially important when collaborating with others,
|
||||||
avoiding changes to be pushed directly to the default branch
|
avoiding changes to be pushed directly to the default branch
|
||||||
without prior reviews, tests, and approvals.
|
without prior reviews, tests, and approvals.
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
"@gitlab/ui": "8.8.0",
|
"@gitlab/ui": "8.8.0",
|
||||||
"@gitlab/visual-review-tools": "1.5.1",
|
"@gitlab/visual-review-tools": "1.5.1",
|
||||||
"@sentry/browser": "^5.10.2",
|
"@sentry/browser": "^5.10.2",
|
||||||
"@sourcegraph/code-host-integration": "^0.0.14",
|
"@sourcegraph/code-host-integration": "^0.0.16",
|
||||||
"apollo-cache-inmemory": "^1.6.3",
|
"apollo-cache-inmemory": "^1.6.3",
|
||||||
"apollo-client": "^2.6.4",
|
"apollo-client": "^2.6.4",
|
||||||
"apollo-link": "^1.2.11",
|
"apollo-link": "^1.2.11",
|
||||||
|
|
|
@ -985,10 +985,10 @@
|
||||||
"@sentry/types" "5.10.0"
|
"@sentry/types" "5.10.0"
|
||||||
tslib "^1.9.3"
|
tslib "^1.9.3"
|
||||||
|
|
||||||
"@sourcegraph/code-host-integration@^0.0.14":
|
"@sourcegraph/code-host-integration@^0.0.16":
|
||||||
version "0.0.14"
|
version "0.0.16"
|
||||||
resolved "https://registry.yarnpkg.com/@sourcegraph/code-host-integration/-/code-host-integration-0.0.14.tgz#e12b08371dc37bf4a468450b008c6e167705e1a8"
|
resolved "https://registry.yarnpkg.com/@sourcegraph/code-host-integration/-/code-host-integration-0.0.16.tgz#5a4b7c965298b5bae87a5bc4b013ba588db304ec"
|
||||||
integrity sha512-S4+K+3RKFd49Btl1D9LOdWXROgXevUwOBwp+vDUuGgzT2d6Y+qjalUJ0t8CjbYzdBdJun+2/Zi1+SXfm+S+xVg==
|
integrity sha512-2ZMKr0BpkmCUkTuXXlqhZ6jtVcqz4N/Kz6B1fghi10XpiRZlDbVCYdpmeKb0ZyR+pHmuxNOmfJu9HbHc/7bPWA==
|
||||||
|
|
||||||
"@types/anymatch@*":
|
"@types/anymatch@*":
|
||||||
version "1.3.0"
|
version "1.3.0"
|
||||||
|
|
Loading…
Reference in a new issue