Skip to content

Commit

Permalink
modules updated. / prettier command executed.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasminDreasond committed Jul 15, 2024
1 parent 282cb0d commit 6588a06
Show file tree
Hide file tree
Showing 17 changed files with 8,667 additions and 14,380 deletions.
30 changes: 30 additions & 0 deletions .github/dependabot.yml
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
11 changes: 11 additions & 0 deletions build/.prettierignore
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
4 changes: 4 additions & 0 deletions build/.prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 100,
"singleQuote": true
}
10,496 changes: 0 additions & 10,496 deletions build/package-lock.json

This file was deleted.

14 changes: 13 additions & 1 deletion build/package.json
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",
Expand All @@ -19,6 +30,7 @@
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"browser-resolve": "^2.0.0",
"prettier": "3.3.2",
"esmify": "^2.1.1"
}
}
}
4,033 changes: 4,033 additions & 0 deletions build/yarn.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 6588a06

Please sign in to comment.