Skip to content

Commit 2c597f5

Browse files
committed
update libs
1 parent 507901b commit 2c597f5

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v4.2.2
1515
- name: Setup Node.js environment
16-
uses: actions/setup-node@v4.3.0
16+
uses: actions/setup-node@v4.4.0
1717
- name: Install Prince
1818
run: |
1919
curl https://www.princexml.com/download/prince-${{ env.PRINCE_VER }}-linux-generic-x86_64.tar.gz -O

.github/workflows/spellchecker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4.2.2
1414

1515
- name: Setup Node.js environment
16-
uses: actions/setup-node@v4.3.0
16+
uses: actions/setup-node@v4.4.0
1717
with:
1818
node-version: 18.0
1919

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"@docusaurus/module-type-aliases": "3.7.0",
4242
"@docusaurus/tsconfig": "3.7.0",
4343
"@docusaurus/types": "3.7.0",
44-
"@types/react": "^19.0.12",
45-
"typescript": "~5.8.2"
44+
"@types/react": "^19.1.1",
45+
"typescript": "~5.8.3"
4646
},
4747
"engines": {
4848
"node": ">=18.0"

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3989,10 +3989,10 @@
39893989
"@types/scheduler" "*"
39903990
csstype "^3.0.2"
39913991

3992-
"@types/react@^19.0.12":
3993-
version "19.0.12"
3994-
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.12.tgz#338b3f7854adbb784be454b3a83053127af96bd3"
3995-
integrity sha512-V6Ar115dBDrjbtXSrS+/Oruobc+qVbbUxDFC1RSbRqLt5SYvxxyIDrSC85RWml54g+jfNeEMZhEj7wW07ONQhA==
3992+
"@types/react@^19.1.1":
3993+
version "19.1.1"
3994+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.1.tgz#f7f2bb4a0a8d22b9ee4b8f6e27f0c78d76eb7f9b"
3995+
integrity sha512-ePapxDL7qrgqSF67s0h9m412d9DbXyC1n59O2st+9rjuuamWsZuD2w55rqY12CbzsZ7uVXb5Nw0gEp9Z8MMutQ==
39963996
dependencies:
39973997
csstype "^3.0.2"
39983998

@@ -11855,10 +11855,10 @@ typedarray-to-buffer@^3.1.5:
1185511855
dependencies:
1185611856
is-typedarray "^1.0.0"
1185711857

11858-
typescript@~5.8.2:
11859-
version "5.8.2"
11860-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
11861-
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
11858+
typescript@~5.8.3:
11859+
version "5.8.3"
11860+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
11861+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
1186211862

1186311863
ufo@^1.5.3, ufo@^1.5.4:
1186411864
version "1.5.4"

0 commit comments

Comments
 (0)