Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yagebu committed Feb 4, 2024
1 parent 8720795 commit 05afe15
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 72 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
entry: prettier --write --list-different --ignore-unknown
require_serial: true
additional_dependencies:
- "[email protected].4"
- "[email protected].5"
- "[email protected]"
- "[email protected]"
- id: stylelint
Expand All @@ -25,7 +25,7 @@ repos:
files: \.(css|svelte)$
require_serial: true
additional_dependencies:
- "[email protected].0"
- "[email protected].1"
- "[email protected]"
- "[email protected]"
- "[email protected]"
Expand Down
16 changes: 8 additions & 8 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cachetools==5.3.2
# via
# google-auth
# tox
certifi==2023.11.17
certifi==2024.2.2
# via requests
cffi==1.16.0
# via cryptography
Expand All @@ -56,7 +56,7 @@ coverage==7.4.1
# via
# coverage
# pytest-cov
cryptography==42.0.1
cryptography==42.0.2
# via secretstorage
dill==0.3.8
# via pylint
Expand All @@ -72,17 +72,17 @@ filelock==3.13.1
# via
# tox
# virtualenv
flask==3.0.1
flask==3.0.2
# via
# fava (pyproject.toml)
# flask-babel
flask-babel==4.0.0
# via fava (pyproject.toml)
furo==2024.1.29
# via fava (pyproject.toml)
google-api-core==2.16.0
google-api-core==2.16.2
# via google-api-python-client
google-api-python-client==2.115.0
google-api-python-client==2.116.0
# via beancount
google-auth==2.27.0
# via
Expand Down Expand Up @@ -142,7 +142,7 @@ markdown-it-py==3.0.0
# via rich
markdown2==2.4.12
# via fava (pyproject.toml)
markupsafe==2.1.4
markupsafe==2.1.5
# via
# jinja2
# werkzeug
Expand Down Expand Up @@ -178,7 +178,7 @@ pdfminer2==20151206
# via beancount
pkginfo==1.9.6
# via twine
platformdirs==4.1.0
platformdirs==4.2.0
# via
# pylint
# tox
Expand Down Expand Up @@ -247,7 +247,7 @@ python-dateutil==2.8.2
# via beancount
python-magic==0.4.27
# via beancount
pytz==2023.4
pytz==2024.1
# via flask-babel
pyyaml==6.0.1
# via pre-commit
Expand Down
8 changes: 0 additions & 8 deletions frontend/.prettierrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
const config = {
plugins: [require.resolve("prettier-plugin-svelte")],
proseWrap: "always",
overrides: [
{
files: ["tsconfig.json"],
options: {
trailingComma: "none",
},
},
],
};

module.exports = config;
126 changes: 72 additions & 54 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 05afe15

Please sign in to comment.