Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Use Node.js LTS
uses: actions/setup-node@v3
with:
node-version: 22
node-version: 26
cache: "pnpm"
- name: Install packages
run: pnpm install
Expand All @@ -25,7 +25,7 @@ jobs:
run: pnpm run docs

- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.5
uses: JamesIves/github-pages-deploy-action@4.8.0
with:
branch: docs
folder: docs
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,24 @@
"description": "Library for interacting with the Stoat API",
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39",
"dependencies": {
"@solid-primitives/map": "^0.7.1",
"@solid-primitives/set": "^0.7.1",
"@solid-primitives/map": "^0.7.4",
"@solid-primitives/set": "^0.7.4",
"@vladfrangu/async_event_emitter": "^2.4.7",
"json-with-bigint": "^3.4.4",
"solid-js": "^1.9.6",
"stoat-api": "0.14.0",
"solid-js": "^1.9.14",
"stoat-api": "0.14.3",
"ulid": "^3.0.2"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@mxssfd/typedoc-theme": "^1.1.7",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/node": "^22.15.17",
"eslint": "^9.26.0",
"eslint": "^9.39.5",
"eslint-plugin-prettier": "^5.4.0",
"eslint-plugin-solid": "^0.14.5",
"prettier": "^3.5.3",
"typedoc": "^0.27.9",
"typedoc": "^0.28.20",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.0"
}
Expand Down
Loading
Loading