From f5b59273ee0626e0391eb56f401a02ee45016261 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 3 Sep 2025 12:56:55 +0300 Subject: [PATCH] update deps --- .gitmodules | 2 +- .pre-commit-config.yaml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 133f2ad1..1fd8ba8c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,7 +12,7 @@ shallow = true [submodule "submodules/opendyslexic"] path = submodules/opendyslexic - url = https://github.com/antijingoist/opendyslexic.git + url = https://forge.hackers.town/antijingoist/opendyslexic.git branch = main ignore = dirty shallow = true diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d13ed6f5..538b3b4c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -72,7 +72,7 @@ repos: # GitHub Actions etc. configuration validity checking - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.33.2 + rev: 0.33.3 hooks: #- id: check-jsonschema - id: check-dependabot diff --git a/package.json b/package.json index ab9abbe2..562d8deb 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ "prettier-plugin-sh": "0.18.0", "prettier-plugin-toml": "2.0.6" }, - "packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748", + "packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67", "prettier": "@aminda/global-prettier-config" }