build(deps): bump @patternfly/patternfly from 4.196.7 to 4.202.1 in /web (#3187)
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
69b5670659
commit
9597ea9e1f
|
@ -22,7 +22,7 @@
|
||||||
"@lingui/core": "^3.14.0",
|
"@lingui/core": "^3.14.0",
|
||||||
"@lingui/detect-locale": "^3.14.0",
|
"@lingui/detect-locale": "^3.14.0",
|
||||||
"@lingui/macro": "^3.14.0",
|
"@lingui/macro": "^3.14.0",
|
||||||
"@patternfly/patternfly": "^4.196.7",
|
"@patternfly/patternfly": "^4.202.1",
|
||||||
"@polymer/iron-form": "^3.0.1",
|
"@polymer/iron-form": "^3.0.1",
|
||||||
"@polymer/paper-input": "^3.2.1",
|
"@polymer/paper-input": "^3.2.1",
|
||||||
"@rollup/plugin-babel": "^5.3.1",
|
"@rollup/plugin-babel": "^5.3.1",
|
||||||
|
@ -2239,9 +2239,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@patternfly/patternfly": {
|
"node_modules/@patternfly/patternfly": {
|
||||||
"version": "4.196.7",
|
"version": "4.202.1",
|
||||||
"resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-4.196.7.tgz",
|
"resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-4.202.1.tgz",
|
||||||
"integrity": "sha512-hA7Oww411e1p0/IXjC1I+4/1NNis9V+NVBxfUIpRwyuLbCIDHBdtMu2qAPLdKxXjuibV9EE6ZdlT7ra/kcFuJQ=="
|
"integrity": "sha512-cQiiPqmwJOm9onuTfLPQNRlpAZwDIJ/zVfDQeaFqMQyPJtxtKn3lkphz5xErY5dPs9rR4X94ytQ1I9pkVzaPJQ=="
|
||||||
},
|
},
|
||||||
"node_modules/@polymer/font-roboto": {
|
"node_modules/@polymer/font-roboto": {
|
||||||
"version": "3.0.2",
|
"version": "3.0.2",
|
||||||
|
@ -10432,9 +10432,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@patternfly/patternfly": {
|
"@patternfly/patternfly": {
|
||||||
"version": "4.196.7",
|
"version": "4.202.1",
|
||||||
"resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-4.196.7.tgz",
|
"resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-4.202.1.tgz",
|
||||||
"integrity": "sha512-hA7Oww411e1p0/IXjC1I+4/1NNis9V+NVBxfUIpRwyuLbCIDHBdtMu2qAPLdKxXjuibV9EE6ZdlT7ra/kcFuJQ=="
|
"integrity": "sha512-cQiiPqmwJOm9onuTfLPQNRlpAZwDIJ/zVfDQeaFqMQyPJtxtKn3lkphz5xErY5dPs9rR4X94ytQ1I9pkVzaPJQ=="
|
||||||
},
|
},
|
||||||
"@polymer/font-roboto": {
|
"@polymer/font-roboto": {
|
||||||
"version": "3.0.2",
|
"version": "3.0.2",
|
||||||
|
|
|
@ -65,7 +65,7 @@
|
||||||
"@lingui/core": "^3.14.0",
|
"@lingui/core": "^3.14.0",
|
||||||
"@lingui/detect-locale": "^3.14.0",
|
"@lingui/detect-locale": "^3.14.0",
|
||||||
"@lingui/macro": "^3.14.0",
|
"@lingui/macro": "^3.14.0",
|
||||||
"@patternfly/patternfly": "^4.196.7",
|
"@patternfly/patternfly": "^4.202.1",
|
||||||
"@polymer/iron-form": "^3.0.1",
|
"@polymer/iron-form": "^3.0.1",
|
||||||
"@polymer/paper-input": "^3.2.1",
|
"@polymer/paper-input": "^3.2.1",
|
||||||
"@rollup/plugin-babel": "^5.3.1",
|
"@rollup/plugin-babel": "^5.3.1",
|
||||||
|
|
|
@ -46,7 +46,9 @@ export function me(): Promise<SessionUser> {
|
||||||
const relativeUrl = window.location
|
const relativeUrl = window.location
|
||||||
.toString()
|
.toString()
|
||||||
.substring(window.location.origin.length);
|
.substring(window.location.origin.length);
|
||||||
window.location.assign(`/flows/-/default/authentication/?next=${encodeURIComponent(relativeUrl)}`);
|
window.location.assign(
|
||||||
|
`/flows/-/default/authentication/?next=${encodeURIComponent(relativeUrl)}`,
|
||||||
|
);
|
||||||
}
|
}
|
||||||
return defaultUser;
|
return defaultUser;
|
||||||
});
|
});
|
||||||
|
|
Reference in New Issue