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
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v6
with:
node-version: 22
node-version: 24
registry-url: 'https://registry.npmjs.org'
cache: pnpm
- run: npm install -g npm@latest # ensure that the globally installed npm is new enough to support OIDC
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 22.22.0
pnpm 10.28.2
nodejs 24.14.1
pnpm 11.21.0
13 changes: 7 additions & 6 deletions docs-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,18 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.37.6",
"astro": "^5.18.1",
"@astrojs/starlight": "^0.37.7",
"astro": "^5.18.2",
"shepherd.js": "workspace:*",
"starlight-typedoc": "^0.21.5"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/check": "^0.9.10",
"@flydotio/dockerfile": "^0.7.10",
"sharp": "^0.34.5",
"typedoc": "^0.28.18",
"typedoc-plugin-markdown": "^4.10.0",
"typedoc": "^0.28.20",
"typedoc-plugin-markdown": "^4.12.0",
"typescript": "^5.9.3"
}
},
"packageManager": "pnpm@11.21.0"
}
1 change: 1 addition & 0 deletions landing/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ yarn-error.log*

# shepherd copied dependencies
public/shepherd.js
.vercel/
25 changes: 13 additions & 12 deletions landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,22 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^5.0.3",
"@astrojs/vercel": "^9.0.4",
"@polar-sh/astro": "^0.7.5",
"astro": "^5.18.1",
"@astrojs/mdx": "^5.0.6",
"@astrojs/vercel": "^9.0.5",
"@polar-sh/astro": "^0.7.6",
"astro": "^5.18.2",
"shepherd.js": "workspace:*"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/rss": "^4.0.17",
"@astrojs/sitemap": "^3.7.1",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.1",
"@astrojs/check": "^0.9.10",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"@tailwindcss/typography": "^0.5.20",
"@tailwindcss/vite": "^4.3.3",
"sharp": "^0.34.5",
"tailwindcss": "^4.2.2",
"tailwindcss": "^4.3.3",
"typescript": "^5.9.3",
"vite": "^8.0.5"
}
"vite": "^8.2.1"
},
"packageManager": "pnpm@11.21.0"
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@
"@babel/core": "^7.29.7",
"@babel/preset-env": "^7.29.7",
"@eslint/js": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^8.61.0",
"@typescript-eslint/parser": "^8.61.0",
"autoprefixer": "^10.5.0",
"concurrently": "^9.2.1",
"@typescript-eslint/eslint-plugin": "^8.66.0",
"@typescript-eslint/parser": "^8.66.0",
"autoprefixer": "^10.5.4",
"concurrently": "^9.2.4",
"del": "^8.0.1",
"eslint": "^10.4.1",
"postcss": "^8.5.18",
"eslint": "^10.8.1",
"postcss": "^8.5.26",
"prettier": "3.8.1",
"prettier-plugin-astro": "^0.14.1",
"release-plan": "^0.17.4",
"replace": "^1.2.2",
"shepherd.js": "workspace:*",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.28.2",
"packageManager": "pnpm@11.21.0",
"engines": {
"node": ">= 20"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/react": "^19.2.14",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/ui": "^4.1.5",
"happy-dom": "^20.9.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"@types/react": "^19.2.18",
"@vitejs/plugin-react": "^6.0.5",
"@vitest/ui": "^4.1.10",
"happy-dom": "^20.11.2",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"typescript": "^5.9.3",
"vite": "^8.0.5",
"vite": "^8.2.1",
"vite-plugin-dts": "^4.5.4",
"vitest": "^4.1.1"
"vitest": "^4.1.10"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
Expand Down
Loading
Loading