Skip to content

Commit

Permalink
chore: update dependencies (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az authored Mar 29, 2024
1 parent 50e9a32 commit 02118b4
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Beautiful code blocks for your MD/MDX docs.

[View website for documentation](https://rehype-pretty-code.netlify.app)
[View website for documentation](https://rehype-pretty.pages.dev)
Binary file modified bun.lockb
Binary file not shown.
Binary file modified examples/astro/bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions examples/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.2.1",
"@astrojs/mdx": "^2.2.2",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.5.9",
"astro": "^4.5.12",
"rehype-pretty-code": "^0.13.0",
"shiki": "^1.2.0",
"tailwindcss": "^3.4.1"
"shiki": "^1.2.1",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@astrojs/check": "^0.5.10",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rehype-pretty-code",
"version": "0.13.0",
"description": "Beautiful code for your MD/MDX docs.",
"homepage": "https://rehype-pretty-code.netlify.app",
"homepage": "https://rehype-pretty.pages.dev",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down Expand Up @@ -41,8 +41,8 @@
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.2",
"@biomejs/biome": "^1.6.3",
"@shikijs/transformers": "^1.2.0",
"@types/bun": "^1.0.10",
"@shikijs/transformers": "^1.2.1",
"@types/bun": "^1.0.11",
"@types/node": "^20.11.30",
"bumpp": "^9.4.0",
"bun": "^1.0.35",
Expand All @@ -51,7 +51,7 @@
"mdast-util-to-hast": "^13.1.0",
"prettier": "^3.2.5",
"remark": "^15.0.1",
"shiki": "^1.2.0",
"shiki": "^1.2.1",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.4.3",
Expand Down
Binary file modified website/bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.1.4",
"@tailwindcss/typography": "^0.5.10",
"@tailwindcss/typography": "^0.5.12",
"autoprefixer": "^10.4.19",
"next": "^14.1.4",
"postcss": "^8.4.38",
Expand All @@ -20,14 +20,14 @@
"rehype-pretty-code": "^0.13.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.0",
"shiki": "^1.2.0",
"tailwindcss": "^3.4.1"
"shiki": "^1.2.1",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@types/mdx": "^2.0.12",
"@types/node": "^20.11.30",
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.22",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"typescript": "^5.4.3"
},
"browserslist": ["> 0.5%", "not dead", "not op_mini all"],
Expand Down

0 comments on commit 02118b4

Please sign in to comment.