🌐 AI搜索 & 代理 主页
Skip to content

Commit 119a907

Browse files
authored
fix: dependency update (#1006)
- updated jest to v30 and handled deprecations - update typescript to latest version and add tslib - moved @typs/supercluster from devDependencies to dependencies, should fix problems with the reexported types (see #724) - fix externals for esm build (only cosmetic difference) - add permissions for docs workflow fixes #724
1 parent b016519 commit 119a907

File tree

5 files changed

+3362
-4133
lines changed

5 files changed

+3362
-4133
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ on: [push, pull_request]
1717
jobs:
1818
docs:
1919
runs-on: ubuntu-latest
20+
21+
permissions:
22+
contents: write
23+
2024
steps:
2125
- name: Checkout
2226
uses: actions/checkout@v4

0 commit comments

Comments
 (0)