Skip to content

Commit 6a06bf7

Browse files
committed
chore: update dependencies
1 parent 8a74f9d commit 6a06bf7

File tree

6 files changed

+22
-22
lines changed

6 files changed

+22
-22
lines changed

bun.lockb

1.13 KB
Binary file not shown.

examples/astro/bun.lockb

715 Bytes
Binary file not shown.

examples/astro/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/mdx": "^2.2.2",
13+
"@astrojs/mdx": "^2.2.4",
1414
"@astrojs/tailwind": "^5.1.0",
15-
"astro": "^4.5.12",
16-
"rehype-pretty-code": "^0.13.0",
17-
"shiki": "^1.2.1",
15+
"astro": "^4.5.16",
16+
"rehype-pretty-code": "^0.13.1",
17+
"shiki": "^1.2.4",
1818
"tailwindcss": "^3.4.3"
1919
},
2020
"devDependencies": {
2121
"@astrojs/check": "^0.5.10",
22-
"@types/node": "^20.11.30",
23-
"typescript": "^5.4.3"
22+
"@types/node": "^20.12.4",
23+
"typescript": "^5.4.4"
2424
}
2525
}

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,22 @@
4040
},
4141
"devDependencies": {
4242
"@arethetypeswrong/cli": "^0.15.2",
43-
"@biomejs/biome": "^1.6.3",
44-
"@shikijs/transformers": "^1.2.1",
45-
"@types/bun": "^1.0.11",
46-
"@types/node": "^20.11.30",
43+
"@biomejs/biome": "^1.6.4",
44+
"@shikijs/transformers": "^1.2.4",
45+
"@types/bun": "^1.0.12",
46+
"@types/node": "^20.12.4",
4747
"bumpp": "^9.4.0",
48-
"bun": "^1.0.35",
49-
"hast-util-to-html": "^9.0.0",
48+
"bun": "^1.1.1",
49+
"hast-util-to-html": "^9.0.1",
5050
"husky": "^9.0.11",
5151
"mdast-util-to-hast": "^13.1.0",
5252
"prettier": "^3.2.5",
5353
"remark": "^15.0.1",
54-
"shiki": "^1.2.1",
54+
"shiki": "^1.2.4",
5555
"tsup": "^8.0.2",
56-
"tsx": "^4.7.1",
57-
"typescript": "^5.4.3",
58-
"vite": "^5.2.6",
56+
"tsx": "^4.7.2",
57+
"typescript": "^5.4.4",
58+
"vite": "^5.2.8",
5959
"vitest": "^1.4.0"
6060
},
6161
"peerDependencies": {

website/bun.lockb

-10 Bytes
Binary file not shown.

website/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
"postcss": "^8.4.38",
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.0",
20-
"rehype-pretty-code": "^0.13.0",
20+
"rehype-pretty-code": "^0.13.1",
2121
"rehype-slug": "^6.0.0",
2222
"rehype-stringify": "^10.0.0",
23-
"shiki": "^1.2.1",
23+
"shiki": "^1.2.4",
2424
"tailwindcss": "^3.4.3"
2525
},
2626
"devDependencies": {
2727
"@types/mdx": "^2.0.12",
28-
"@types/node": "^20.11.30",
29-
"@types/react": "^18.2.73",
30-
"@types/react-dom": "^18.2.23",
31-
"typescript": "^5.4.3"
28+
"@types/node": "^20.12.4",
29+
"@types/react": "^18.2.74",
30+
"@types/react-dom": "^18.2.24",
31+
"typescript": "^5.4.4"
3232
},
3333
"browserslist": ["> 0.5%", "not dead", "not op_mini all"],
3434
"sideEffects": false

0 commit comments

Comments
 (0)