Skip to content

Commit bf09950

Browse files
committed
update dependencies
1 parent 44f966e commit bf09950

3 files changed

Lines changed: 334 additions & 303 deletions

File tree

package.json

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"license": "MIT",
2121
"prettier": "./config/prettier.config.js",
2222
"dependencies": {
23-
"@astrojs/check": "^0.9.7",
24-
"@astrojs/starlight": "^0.38.1",
23+
"@astrojs/check": "^0.9.8",
24+
"@astrojs/starlight": "^0.38.2",
2525
"@octokit/rest": "^22.0.1",
2626
"@pagefind/default-ui": "^1.4.0",
27-
"@tailwindcss/vite": "^4.2.1",
28-
"astro": "^6.0.3",
27+
"@tailwindcss/vite": "^4.2.2",
28+
"astro": "^6.0.8",
2929
"hast-util-is-element": "^3.0.0",
3030
"sharp": "^0.34.5",
31-
"tailwindcss": "^4.2.1",
31+
"tailwindcss": "^4.2.2",
3232
"typescript": "^5.9.3",
3333
"unist-util-visit": "^5.1.0",
3434
"vite": "7.3.1"
@@ -38,7 +38,7 @@
3838
"@eslint/markdown": "^7.5.1",
3939
"@types/hast": "^3.0.4",
4040
"@typescript-eslint/parser": "^8.57.0",
41-
"eslint": "^10.0.3",
41+
"eslint": "^10.1.0",
4242
"eslint-config-prettier": "^10.1.8",
4343
"eslint-import-resolver-typescript": "^4.4.4",
4444
"eslint-mdx": "^3.7.0",
@@ -62,14 +62,22 @@
6262
"h3": ">=2.0.1-rc.17",
6363
"flatted": ">=3.4.2",
6464
"lodash": ">=4.17.23",
65-
"undici-types": ">=7.0.0"
65+
"picomatch@2": ">=2.3.2",
66+
"picomatch@4": ">=4.0.4",
67+
"smol-toml": ">=1.6.1",
68+
"undici-types": ">=7.0.0",
69+
"yaml": ">=2.8.3"
6670
},
6771
"pnpm": {
6872
"onlyBuiltDependencies": [
6973
"@tailwindcss/oxide",
7074
"esbuild",
7175
"sharp",
7276
"unrs-resolver"
73-
]
77+
],
78+
"overrides": {
79+
"picomatch@2": ">=2.3.2",
80+
"picomatch@4": ">=4.0.4"
81+
}
7482
}
7583
}

0 commit comments

Comments
 (0)