Skip to content

Commit

Permalink
rollback shiki
Browse files Browse the repository at this point in the history
  • Loading branch information
julianbenegas committed Dec 13, 2024
1 parent ffcb373 commit fc2488d
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 54 deletions.
6 changes: 6 additions & 0 deletions packages/basehub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# basehub

## 7.5.31

### Patch Changes

- rollback shiki version

## 7.5.30

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/basehub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "basehub",
"description": "A very fast Headless CMS.",
"author": "JB <[email protected]>",
"version": "7.5.30",
"version": "7.5.31",
"license": "MIT",
"repository": "basehub-ai/basehub",
"bugs": "https://github.com/basehub-ai/basehub/issues",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@basehub/genql": "9.0.0-canary.6",
"@basehub/mutation-api-helpers": "2.0.2",
"@radix-ui/react-slot": "^1.1.0",
"@shikijs/transformers": "^1.24.2",
"@shikijs/transformers": "1.17.7",
"arg": "5.0.1",
"dotenv-mono": "1.3.10",
"esbuild": "0.19.2",
Expand All @@ -62,7 +62,7 @@
"pusher-js": "^8.3.0",
"resolve-pkg": "2.0.0",
"server-only": "^0.0.1",
"shiki": "^1.24.2",
"shiki": "1.17.7",
"sonner": "^1.7.1",
"typesense": "^1.8.2",
"zod": "^3.22.1"
Expand Down
7 changes: 7 additions & 0 deletions playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# playground

## 0.0.173

### Patch Changes

- Updated dependencies
- [email protected]

## 0.0.172

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playground",
"private": true,
"version": "0.0.172",
"version": "0.0.173",
"scripts": {
"dev": "basehub dev & next dev --port 3003",
"build": "basehub && next build",
Expand Down
82 changes: 32 additions & 50 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fc2488d

Please sign in to comment.