Skip to content

Commit 26197c4

Browse files
authored
Upgrade dev and docs dependencies (#738)
1 parent 1833414 commit 26197c4

File tree

3 files changed

+962
-610
lines changed

3 files changed

+962
-610
lines changed

docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
"@astrojs/starlight-tailwind": "^4.0.2",
1616
"@openai/agents": "workspace:*",
1717
"@tailwindcss/vite": "^4.1.17",
18-
"astro": "^5.16.0",
18+
"astro": "^5.16.4",
1919
"sharp": "^0.34.5",
2020
"starlight-llms-txt": "^0.6.0",
21-
"starlight-typedoc": "^0.21.4",
22-
"typedoc": "^0.28.14",
21+
"starlight-typedoc": "^0.21.5",
22+
"typedoc": "^0.28.15",
2323
"typedoc-plugin-markdown": "^4.9.0"
2424
},
2525
"devDependencies": {
2626
"tailwindcss": "^4.1.17",
27-
"tsx": "^4.20.6",
28-
"typedoc-plugin-frontmatter": "^1.3.0",
27+
"tsx": "^4.21.0",
28+
"typedoc-plugin-frontmatter": "^1.3.1",
2929
"typedoc-plugin-zod": "^1.4.3"
3030
}
3131
}

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -51,26 +51,26 @@
5151
"local-npm:publish": "pnpm -r publish --registry http://localhost:4873 --force --no-git-checks"
5252
},
5353
"devDependencies": {
54-
"@changesets/cli": "^2.29.7",
55-
"@eslint/js": "^9.38.0",
56-
"@types/node": "^22.18.12",
57-
"@typescript-eslint/eslint-plugin": "^8.46.2",
58-
"@typescript-eslint/parser": "^8.46.2",
54+
"@changesets/cli": "^2.29.8",
55+
"@eslint/js": "^9.39.1",
56+
"@types/node": "^22.19.1",
57+
"@typescript-eslint/eslint-plugin": "^8.48.1",
58+
"@typescript-eslint/parser": "^8.48.1",
5959
"@vitest/coverage-v8": "^3.2.4",
6060
"concurrently": "^9.2.1",
61-
"eslint": "^9.38.0",
61+
"eslint": "^9.39.1",
6262
"eslint-config-prettier": "^10.1.8",
6363
"eslint-plugin-unused-imports": "^4.3.0",
64-
"execa": "^9.6.0",
64+
"execa": "^9.6.1",
6565
"husky": "^9.1.7",
66-
"playwright": "^1.56.1",
67-
"prettier": "^3.6.2",
68-
"rimraf": "^6.0.1",
66+
"playwright": "^1.57.0",
67+
"prettier": "^3.7.4",
68+
"rimraf": "^6.1.2",
6969
"tsc-multi": "^1.1.0",
70-
"tsx": "^4.20.6",
70+
"tsx": "^4.21.0",
7171
"typescript": "^5.9.3",
72-
"typescript-eslint": "^8.46.2",
73-
"verdaccio": "^6.2.1",
72+
"typescript-eslint": "^8.48.1",
73+
"verdaccio": "^6.2.4",
7474
"vitest": "^3.2.4"
7575
},
7676
"packageManager": "pnpm@10.24.0"

0 commit comments

Comments
 (0)