Skip to content

Commit fbaec01

Browse files
committedJan 6, 2025
Update dependencies
1 parent 169dba1 commit fbaec01

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed
 

‎bun.lockb

47.8 KB
Binary file not shown.

‎packages/docs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
},
2525
"dependencies": {
2626
"@astro-community/astro-embed-youtube": "0.5.6",
27-
"@astrojs/starlight": "0.29.2",
27+
"@astrojs/starlight": "0.30.3",
2828
"sharp": "0.33.5"
2929
},
3030
"devDependencies": {
3131
"@astrojs/check": "0.9.4",
32-
"@astrojs/markdown-remark": "^5.3.0",
32+
"@astrojs/markdown-remark": "^6.0.1",
3333
"@types/mdast": "4.0.4",
3434
"@types/unist": "3.0.3",
35-
"astro": "4.16.14",
35+
"astro": "5.1.2",
3636
"hastscript": "9.0.0",
3737
"picocolors": "^1.1.1",
3838
"rehype-autolink-headings": "^7.1.0",

‎packages/knip/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@
5858
"schema-jsonc.json"
5959
],
6060
"dependencies": {
61-
"@nodelib/fs.walk": "1.2.8",
61+
"@nodelib/fs.walk": "3.0.1",
6262
"@snyk/github-codeowners": "1.1.0",
6363
"easy-table": "1.2.0",
64-
"enhanced-resolve": "^5.17.1",
65-
"fast-glob": "^3.3.2",
66-
"jiti": "^2.4.0",
64+
"enhanced-resolve": "^5.18.0",
65+
"fast-glob": "^3.3.3",
66+
"jiti": "^2.4.2",
6767
"js-yaml": "^4.1.0",
6868
"minimist": "^1.2.8",
6969
"picocolors": "^1.1.0",
@@ -82,15 +82,15 @@
8282
"devDependencies": {
8383
"@jest/types": "^29.6.3",
8484
"@release-it/bumper": "^6.0.1",
85-
"@types/bun": "^1.1.13",
85+
"@types/bun": "^1.1.14",
8686
"@types/js-yaml": "^4.0.9",
8787
"@types/minimist": "^1.2.5",
8888
"@types/picomatch": "3.0.1",
8989
"@types/webpack": "^5.28.5",
90-
"@wdio/types": "^9.2.2",
90+
"@wdio/types": "^9.5.0",
9191
"glob": "^10.4.2",
92-
"release-it": "^17.10.0",
93-
"type-fest": "^4.26.1",
92+
"release-it": "^18.0.0",
93+
"type-fest": "^4.31.0",
9494
"typescript": "^5.5.2"
9595
},
9696
"engines": {

0 commit comments

Comments
 (0)
Please sign in to comment.