Skip to content

Commit ea2328e

Browse files
authored
Upgrade dev and docs dependencies (#509)
1 parent 5cda3db commit ea2328e

File tree

3 files changed

+1034
-1499
lines changed

3 files changed

+1034
-1499
lines changed

docs/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
"translate": "tsx src/scripts/translate.ts"
1212
},
1313
"dependencies": {
14-
"@astrojs/starlight": "^0.35.2",
14+
"@astrojs/starlight": "^0.35.3",
1515
"@astrojs/starlight-tailwind": "^4.0.1",
1616
"@openai/agents": "workspace:*",
17-
"@tailwindcss/vite": "^4.0.17",
18-
"astro": "^5.13.7",
19-
"sharp": "^0.34.2",
17+
"@tailwindcss/vite": "^4.1.13",
18+
"astro": "^5.13.11",
19+
"sharp": "^0.34.4",
2020
"starlight-llms-txt": "^0.6.0",
2121
"starlight-typedoc": "^0.21.3",
22-
"typedoc": "^0.28.1",
23-
"typedoc-plugin-markdown": "^4.8.1"
22+
"typedoc": "^0.28.13",
23+
"typedoc-plugin-markdown": "^4.9.0"
2424
},
2525
"devDependencies": {
26-
"tailwindcss": "^3.3.3",
27-
"tsx": "^4.19.4",
26+
"tailwindcss": "^3.4.17",
27+
"tsx": "^4.20.5",
2828
"typedoc-plugin-frontmatter": "^1.3.0",
29-
"typedoc-plugin-zod": "^1.4.1"
29+
"typedoc-plugin-zod": "^1.4.2"
3030
}
3131
}

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,26 +47,26 @@
4747
"local-npm:publish": "pnpm -r publish --registry http://localhost:4873 --force --no-git-checks"
4848
},
4949
"devDependencies": {
50-
"@changesets/cli": "^2.29.5",
51-
"@eslint/js": "^9.30.1",
50+
"@changesets/cli": "^2.29.7",
51+
"@eslint/js": "^9.36.0",
5252
"@types/node": "^22.16.3",
53-
"@typescript-eslint/eslint-plugin": "^8.36.0",
54-
"@typescript-eslint/parser": "^8.36.0",
53+
"@typescript-eslint/eslint-plugin": "^8.44.1",
54+
"@typescript-eslint/parser": "^8.44.1",
5555
"@vitest/coverage-v8": "^3.2.4",
56-
"concurrently": "^9.2.0",
57-
"eslint": "^9.30.1",
58-
"eslint-config-prettier": "^10.1.5",
59-
"eslint-plugin-unused-imports": "^4.1.4",
56+
"concurrently": "^9.2.1",
57+
"eslint": "^9.36.0",
58+
"eslint-config-prettier": "^10.1.8",
59+
"eslint-plugin-unused-imports": "^4.2.0",
6060
"execa": "^9.6.0",
6161
"husky": "^9.1.7",
62-
"playwright": "^1.54.0",
62+
"playwright": "^1.55.1",
6363
"prettier": "^3.6.2",
6464
"rimraf": "^6.0.1",
6565
"tsc-multi": "^1.1.0",
66-
"tsx": "^4.20.3",
66+
"tsx": "^4.20.5",
6767
"typescript": "^5.8.3",
68-
"typescript-eslint": "^8.36.0",
69-
"verdaccio": "^6.1.5",
68+
"typescript-eslint": "^8.44.1",
69+
"verdaccio": "^6.1.6",
7070
"vitest": "^3.2.4"
7171
},
7272
"packageManager": "[email protected]"

0 commit comments

Comments
 (0)