mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
MM-53250 Revert changes to target browser in Babel config (#23817)
* MM-53250 Change supported version of Safari to 15.x * Update unit tests * Revert changes made to unsupported browser page * Rollback targetted browsers in Babel config * Update snapshots
This commit is contained in:
parent
5a540ea23e
commit
8056be1d16
@ -5,10 +5,10 @@ const config = {
|
||||
presets: [
|
||||
['@babel/preset-env', {
|
||||
targets: {
|
||||
chrome: 110,
|
||||
firefox: 102,
|
||||
edge: 110,
|
||||
safari: 16,
|
||||
chrome: 66,
|
||||
firefox: 60,
|
||||
edge: 42,
|
||||
safari: 12,
|
||||
},
|
||||
corejs: 3,
|
||||
useBuiltIns: 'usage',
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
exports[`component/create_team should match snapshot default 1`] = `
|
||||
<div>
|
||||
<Connect(Component) />
|
||||
<Connect(_class) />
|
||||
<BackButton
|
||||
url="/undefined/channels/undefined"
|
||||
/>
|
||||
|
@ -91,7 +91,7 @@ exports[`components/Root Routes Should mount public product routes 1`] = `
|
||||
theme={Object {}}
|
||||
>
|
||||
<Connect(ModalController) />
|
||||
<Connect(Component) />
|
||||
<Connect(_class) />
|
||||
<Connect(SystemNotice) />
|
||||
<GlobalHeader />
|
||||
<CloudEffectsWrapper />
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
exports[`components/select_team/SelectTeam should match snapshot 1`] = `
|
||||
<div>
|
||||
<Connect(Component) />
|
||||
<Connect(_class) />
|
||||
<BackButton
|
||||
url="/"
|
||||
/>
|
||||
@ -114,7 +114,7 @@ exports[`components/select_team/SelectTeam should match snapshot 1`] = `
|
||||
|
||||
exports[`components/select_team/SelectTeam should match snapshot, on create team restricted 1`] = `
|
||||
<div>
|
||||
<Connect(Component) />
|
||||
<Connect(_class) />
|
||||
<BackButton
|
||||
url="/"
|
||||
/>
|
||||
@ -198,7 +198,7 @@ exports[`components/select_team/SelectTeam should match snapshot, on create team
|
||||
|
||||
exports[`components/select_team/SelectTeam should match snapshot, on error 1`] = `
|
||||
<div>
|
||||
<Connect(Component) />
|
||||
<Connect(_class) />
|
||||
<BackButton
|
||||
onClick={[Function]}
|
||||
url="/"
|
||||
@ -287,7 +287,7 @@ exports[`components/select_team/SelectTeam should match snapshot, on error 1`] =
|
||||
|
||||
exports[`components/select_team/SelectTeam should match snapshot, on loading 1`] = `
|
||||
<div>
|
||||
<Connect(Component) />
|
||||
<Connect(_class) />
|
||||
<BackButton
|
||||
url="/"
|
||||
/>
|
||||
@ -363,7 +363,7 @@ exports[`components/select_team/SelectTeam should match snapshot, on loading 1`]
|
||||
|
||||
exports[`components/select_team/SelectTeam should match snapshot, on no joinable team and is not system admin nor can create team 1`] = `
|
||||
<div>
|
||||
<Connect(Component) />
|
||||
<Connect(_class) />
|
||||
<BackButton
|
||||
url="/"
|
||||
/>
|
||||
@ -496,7 +496,7 @@ exports[`components/select_team/SelectTeam should match snapshot, on no joinable
|
||||
|
||||
exports[`components/select_team/SelectTeam should match snapshot, on no joinable team and user is guest 1`] = `
|
||||
<div>
|
||||
<Connect(Component) />
|
||||
<Connect(_class) />
|
||||
<BackButton
|
||||
url="/"
|
||||
/>
|
||||
@ -587,7 +587,7 @@ exports[`components/select_team/SelectTeam should match snapshot, on no joinable
|
||||
|
||||
exports[`components/select_team/SelectTeam should match snapshot, on no joinable team but can create team 1`] = `
|
||||
<div>
|
||||
<Connect(Component) />
|
||||
<Connect(_class) />
|
||||
<BackButton
|
||||
url="/"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user