The theorem from Wikipedia is as follows
Let $X$ be Banach space, $Y$ be a normed space and $F$ be family of linear bounded operators $f:X \to Y$ such that $\forall x \in X \sup_{f \in F} \|f(x)\|_Y < \infty$. Then $$ \sup_{f \in F ,\ \|x\| = 1} \| f(x)\|_Y = \sup_{f \in F} \| f\| < \infty $$
I thought the following "counterexample"
Let $X = Y$ be a Banach space. It normalised linear (Hamel) basis $A = \{e_\alpha\}_{\alpha\in J}$ is uncountble ($|A| \ge 2^{\aleph_0}$) and let $J = \{e_j\}_{j \in \mathbb N} \subset A$ be a (countable) sequence thereof. Now let $\{f_n\}_{n\in \mathbb N}$ the countable family of operators, such that $$ f_n(e_\alpha) = \begin{cases} e_\alpha & e_\alpha \in A\backslash J \\ \frac{1}{\frac{1}{j+1} + \frac{1}{n+1}}e_j & e_\alpha = e_j \in J. \end{cases} $$ i.e. all what an operator does here is that it scales a countably infinite basis vectors by bounded sequence, from this I believe that these operators are bounded with $\|f_n\| = n+1$ (which may turn out not to be the case, as the comments below suggest). Considering $$ \|f_n(e_\alpha)\| = \begin{cases} 1 & e_\alpha \in A\backslash J \\ \frac{1}{\frac{1}{j+1} + \frac{1}{n+1}} & e_\alpha = e_j \in J \end{cases} $$ we find $\sup_{n \in \mathbb N}\|f_n(e_\alpha)\| = 1$ or $j+1$ (depending on $\alpha$), I thought that is enough to conclude, (since $x = \sum x_k e_k$) that condition $$ \sup_{n \in \mathbb N}\|f_n(x)\| \le \sup_{n \in \mathbb N} \sum_k |x_k| \|f_n(e_k)\| < \infty $$ for every $x \in X$ is statisfied. Now if we take the sequence $(\|f_n\|)_{n \in \mathbb N}$ it is not bounded.
What is the mistake ?
Added: to disprove this is a counerexample, I think, it is sufficient to show that in any norm on $X$ which has the Hamel basis $\{e_\alpha\}_{\alpha \in A}$ normalised we have (infinitely many elements in) $\{f_n\}_{n \in \mathbb N}$ not bounded. Otherwise there is a norm such that (most of) these maps are bounded and the sequence $(\|f_n\|)_{n \in \mathbb N}$ is not bounded.
EDIT: turns out the "wrong counterexample" I present below is wrong for different reasons than that in the OP. I'll still leave it here, because in the future someone might ask the same question as the OP but based on a different "wrong counterexample".
--
Your idea works (or doesn't) the same way in Hilbert spaces, where you don't have to worry about Hamel bases and choices of topology. To be precise, if you believe that your example is a counterexample, you probably also will accept this as a counterexample:
What went wrong? This sentence:
is not the same as what you really need to apply Banach-Steinhaus, namely
The reason they are not the same is that an arbitrary, non basis element, $x$ can combine the basis elements such as to get the worst out of each $f_m$. To be precise, you can define $x:=\sum_{n} a_n x_n$ such that $\|x\|=1$, yet $\|f_m(x)\|$ is unbounded. To be even more precise, for $$ a_n=\begin{cases} 1/2^j & n=4^j\\ 0 &\text{else} \end{cases} $$ you have $\|f_{4^j}(x)\|= \|4^j a_{4^j}x_{4^j}\|=2^j$ and therefore $\sup_m \|f_m(x)\|=\infty$.
PS: the principle I used is called condensation of singularities and is a popular way to prove Banach-Steinhaus (without using the Baire category theorem, and therefore getting slightly weaker statements): Assume the sequence of operators is not bounded. Then construct an $x$ using near-orthogonality (Riez lemma) that gets the almost-worst of each operator, and show that this $x$ violates the assumption $\sup_{m}\|f_m(x)\|<\infty$. Normally, the proof is done here because you derived a contradiction, but in your case, it's not a contradiction but rather points out the assumption that's not satisfied, thus making Banach-Steinhaus not hold in your example.