Upgarade dependencies

This commit is contained in:
Mohammad Anas Fares 2024-08-29 02:40:09 +02:00
parent 4e3dc19fb2
commit 7b7da29139
3 changed files with 4676 additions and 384 deletions

View File

@ -98,7 +98,7 @@ Built to be jusT cOol 👌🦄 !
You need to install [Node.js](https://nodejs.org/en/download/) first, then install the tool globally using this command:
```bash
npm install -g terminalizer
yarn global add terminalizer
```
<p align="center"><img src="/img/install.gif?raw=true"/></p>
@ -465,7 +465,7 @@ Solution:
sudo mkdir -p /usr/local/lib/node_modules && sudo chown -R $(whoami):$(whoami) /usr/local/lib/node_modules
# then use the install command in the "Installation" section above
npm install -g terminalizer
yarn global add terminalizer
```
# License

4246
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

810
yarn.lock

File diff suppressed because it is too large Load Diff