-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modules updated. / prettier command executed.
- Loading branch information
1 parent
282cb0d
commit 6588a06
Showing
17 changed files
with
8,667 additions
and
14,380 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Docs: <https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/customizing-dependency-updates> | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: npm | ||
directory: / | ||
schedule: | ||
interval: weekly | ||
day: 'tuesday' | ||
time: '01:00' | ||
timezone: 'America/Sao_Paulo' | ||
open-pull-requests-limit: 30 | ||
|
||
- package-ecosystem: github-actions | ||
directory: / | ||
schedule: | ||
interval: weekly | ||
day: 'tuesday' | ||
time: '01:00' | ||
timezone: 'America/Sao_Paulo' | ||
open-pull-requests-limit: 10 | ||
|
||
- package-ecosystem: docker | ||
directory: / | ||
schedule: | ||
interval: weekly | ||
day: 'tuesday' | ||
time: '01:00' | ||
timezone: 'America/Sao_Paulo' | ||
open-pull-requests-limit: 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
dist | ||
node_modules | ||
.flatpak | ||
vendor | ||
release | ||
dist | ||
dist-electron | ||
package.json | ||
package-lock.json | ||
LICENSE | ||
README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"printWidth": 100, | ||
"singleQuote": true | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,15 @@ | ||
{ | ||
"engines": { | ||
"node": ">=20.0.0" | ||
}, | ||
"scripts": { | ||
"fix:prettier": "prettier --write ../docs/js/chapter_manager/* && prettier --write ../docs/js/files/*" | ||
}, | ||
"author": { | ||
"name": "JasminDreasond (Yasmin Seidel)", | ||
"email": "[email protected]", | ||
"url": "https://github.com/JasminDreasond" | ||
}, | ||
"dependencies": { | ||
"@unstoppabledomains/resolution": "^7.1.4", | ||
"@walletconnect/client": "^1.8.0", | ||
|
@@ -19,6 +30,7 @@ | |
"devDependencies": { | ||
"babel-preset-es2015": "^6.24.1", | ||
"browser-resolve": "^2.0.0", | ||
"prettier": "3.3.2", | ||
"esmify": "^2.1.1" | ||
} | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.