Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 24, 2024
1 parent f256577 commit 25c677c
Show file tree
Hide file tree
Showing 4 changed files with 635 additions and 1,014 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"description": "Collection of TextMate grammars and themes in JSON",
"scripts": {
"build": "pnpm -r build",
Expand All @@ -12,7 +12,7 @@
"test": "vitest",
"fetch": "esno scripts/fetch.ts && eslint . --cache --fix",
"fetch:force": "esno scripts/fetch.ts --force && eslint . --cache --fix",
"typecheck": "tsc --noEmit",
"typecheck": "vue-tsc --noEmit",
"play": "nr -C playground dev",
"play:build": "nr -C playground build",
"prepare": "simple-git-hooks"
Expand Down
2 changes: 1 addition & 1 deletion playground/src/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export const isDark = useDark()
export const theme = useStorage('tm-theme', 'vitesse-dark')
export const grammar = useStorage('tm-grammar', 'javascript')
export const engine = useStorage<'wasm' | 'js'>('tm-use-engine', 'wasm')
export const engineJsForgiving = useStorage('tm-engine-js-forgiving', false)
export const engineJsForgiving = useStorage('tm-engine-js-forgiving', true)
Loading

0 comments on commit 25c677c

Please sign in to comment.