Skip to content

Commit

Permalink
chore: update rehype-pretty-code version in examples (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az authored Feb 8, 2024
1 parent 4526c24 commit 4a41af0
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 4,396 deletions.
Binary file modified examples/astro/bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions examples/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "astro-integration-example",
"type": "module",
"version": "0.0.1",
"version": "0.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand All @@ -10,15 +10,15 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.0.5",
"@astrojs/mdx": "^2.1.1",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.2.1",
"rehype-pretty-code": "^0.12.6",
"shikiji": "^0.10.0",
"astro": "^4.3.5",
"rehype-pretty-code": "^0.13.0",
"shiki":"^1.0.0",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@types/node": "^20.11.5",
"@types/node": "^20.11.16",
"@astrojs/check": "^0.4.1",
"typescript": "^5.3.3"
}
Expand Down
5 changes: 0 additions & 5 deletions test/chars-highlighter-playground/.gitignore

This file was deleted.

16 changes: 0 additions & 16 deletions test/chars-highlighter-playground/index.html

This file was deleted.

Loading

0 comments on commit 4a41af0

Please sign in to comment.