bump everything

* create-react-app 5.0.1

* many other dependencies

* yarn 3.2.2 with Zero-Installs

* fix eslint
This commit is contained in:
2022-08-06 00:20:33 +08:00
parent 8e86291728
commit 8c003ab77e
1315 changed files with 14194 additions and 11124 deletions

View File

@@ -52,13 +52,13 @@ export class Sidebar extends PureComponent {
/>
<div className="sidebar">{contents}</div>
<div className="sidebar-title">
<a className="no-underline" onClick={this.do_close_bound}>
<a href="###" className="no-underline" onClick={this.do_close_bound}>
&nbsp;
<span className="icon icon-close" />
&nbsp;
</a>
{this.props.stack.length > 2 && (
<a className="no-underline" onClick={this.do_back_bound}>
<a href="###" className="no-underline" onClick={this.do_back_bound}>
&nbsp;
<span className="icon icon-back" />
&nbsp;