Skip to content

Commit

Permalink
updated to use fine grained shiki bundle (#144)
Browse files Browse the repository at this point in the history
updated to use fine grained shiki bundle

Closes #125
  • Loading branch information
imolorhe authored Nov 16, 2024
1 parent 29e2da5 commit ef7f336
Show file tree
Hide file tree
Showing 7 changed files with 2,808 additions and 2,086 deletions.
5 changes: 5 additions & 0 deletions .changeset/sharp-glasses-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"codemirror-json-schema": patch
---

updated to use fine grained shiki bundle
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
id: pnpm-install
with:
run_install: false
version: 9

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
id: pnpm-install
with:
run_install: false
version: 9

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,13 @@
"homepage": "https://codemirror-json-schema.netlify.app/",
"dependencies": {
"@sagold/json-pointer": "^5.1.1",
"@shikijs/markdown-it": "^1.1.7",
"@shikijs/markdown-it": "^1.22.2",
"best-effort-json-parser": "^1.1.2",
"json-schema": "^0.4.0",
"json-schema-library": "^9.3.5",
"loglevel": "^1.9.1",
"markdown-it": "^14.0.0",
"markdown-it": "^14.1.0",
"shiki": "^1.22.2",
"yaml": "^2.3.4"
},
"optionalDependencies": {
Expand All @@ -81,8 +82,6 @@
"@lezer/common": "^1.2.1"
},
"devDependencies": {
"@types/json-schema": "^7.0.12",
"@types/node": "^20.4.2",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@codemirror/autocomplete": "^6.16.2",
Expand All @@ -94,7 +93,9 @@
"@codemirror/view": "^6.27.0",
"@evilmartians/lefthook": "^1.4.6",
"@lezer/common": "^1.2.1",
"@types/json-schema": "^7.0.12",
"@types/markdown-it": "^13.0.7",
"@types/node": "^20.4.2",
"@vitest/coverage-v8": "^0.34.6",
"codemirror-json5": "^1.0.3",
"happy-dom": "^10.3.2",
Expand All @@ -103,9 +104,9 @@
"typedoc-plugin-markdown": "^3.15.3",
"typescript": "^5.1.6",
"vite": "^5.2.12",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "0.34.6",
"vitest-dom": "^0.1.0",
"vite-tsconfig-paths": "^4.3.1"
"vitest-dom": "^0.1.0"
},
"scripts": {
"dev": "vite ./dev --port 3000",
Expand Down
Loading

0 comments on commit ef7f336

Please sign in to comment.