Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

MM-19142 - Update webapp dependencies #4128

Merged
merged 22 commits into from
Nov 5, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
49905f3
Merge pull request #1 from mattermost/master
reflog Mar 25, 2019
5a7c33d
Merge branch 'master' of github.com:reflog/mattermost-webapp
reflog Mar 31, 2019
5408ca2
Merge branch 'master' of github.com:reflog/mattermost-webapp
reflog Apr 2, 2019
2356c9c
Merge branch 'master' of github.com:reflog/mattermost-webapp
reflog Apr 16, 2019
08e0221
Merge branch 'master' of github.com:reflog/mattermost-webapp
reflog May 28, 2019
c2df40f
Merge branch 'master' of github.com:reflog/mattermost-webapp
reflog Jun 11, 2019
deb4afe
Merge branch 'master' of github.com:reflog/mattermost-webapp
reflog Jun 17, 2019
d17130f
Merge branch 'master' of github.com:reflog/mattermost-webapp
reflog Jul 3, 2019
a2cf0d0
Merge branch 'master' of github.com:reflog/mattermost-webapp
reflog Jul 4, 2019
2881205
Merge branch 'master' of github.com:reflog/mattermost-webapp
reflog Jul 7, 2019
33a751c
Merge branch 'master' of github.com:reflog/mattermost-webapp
reflog Oct 21, 2019
afd61f0
Fist pass on upgrading packages
reflog Nov 4, 2019
b6c4f8d
Second pass
reflog Nov 4, 2019
7e01688
Second pass
reflog Nov 4, 2019
f70aa62
Merge remote-tracking branch 'upstream/master' into MM-19142
reflog Nov 5, 2019
8e03c16
snapshots
reflog Nov 5, 2019
4cc7687
fixes eslint errors
reflog Nov 5, 2019
53e3b49
sass loader fix, tsc fix
reflog Nov 5, 2019
d253048
storybook fix, removed redundand test - it's handled by typescript
reflog Nov 5, 2019
9d40a5c
silly lint
reflog Nov 5, 2019
0b43c97
Merge remote-tracking branch 'upstream/master' into MM-19142
reflog Nov 5, 2019
d16f20c
reorg dependencies
reflog Nov 5, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
snapshots
  • Loading branch information
reflog committed Nov 5, 2019
commit 8e03c1622ab017c66df0783dbf1b80d4547c4ebc
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ exports[`components/CopyUrlContextMenu should copy absolute url on click 1`] = `
onHide={[Function]}
onMouseLeave={[Function]}
onShow={[Function]}
preventHideOnContextMenu={false}
preventHideOnResize={false}
preventHideOnScroll={false}
rtl={false}
style={Object {}}
>
<MenuItem
attributes={Object {}}
className=""
data={Object {}}
disabled={false}
divider={false}
Expand All @@ -38,6 +42,7 @@ exports[`components/CopyUrlContextMenu should copy absolute url on click 1`] = `
disableIfShiftIsPressed={false}
holdToDisplay={-1}
id="copy-url-context-menuresource"
mouseButton={2}
posX={0}
posY={0}
renderTag="div"
Expand All @@ -59,11 +64,15 @@ exports[`components/CopyUrlContextMenu should copy relative url on click 1`] = `
onHide={[Function]}
onMouseLeave={[Function]}
onShow={[Function]}
preventHideOnContextMenu={false}
preventHideOnResize={false}
preventHideOnScroll={false}
rtl={false}
style={Object {}}
>
<MenuItem
attributes={Object {}}
className=""
data={Object {}}
disabled={false}
divider={false}
Expand All @@ -87,6 +96,7 @@ exports[`components/CopyUrlContextMenu should copy relative url on click 1`] = `
disableIfShiftIsPressed={false}
holdToDisplay={-1}
id="copy-url-context-menuresource"
mouseButton={2}
posX={0}
posY={0}
renderTag="div"
Expand Down
Loading