Skip to content

Commit a7d3a41

Browse files
deps: bump @ast-grep/lang-json from 0.0.6 to 0.0.7 (#397)
1 parent fe55152 commit a7d3a41

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"license": "MIT",
1313
"type": "module",
1414
"devDependencies": {
15-
"@ast-grep/lang-bash": "^0.0.7",
16-
"@ast-grep/lang-json": "^0.0.6",
15+
"@ast-grep/lang-bash": "^0.0.8",
16+
"@ast-grep/lang-json": "^0.0.7",
1717
"@ast-grep/napi": "^0.42.0",
1818
"@codemod.com/jssg-types": "^1.5.0",
1919
"dedent": "^1.7.2"

utils/src/codemod-jssg-context.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ import json from '@ast-grep/lang-json';
44
import { registerDynamicLanguage } from '@ast-grep/napi';
55

66
registerDynamicLanguage({
7-
// @ts-expect-error - https://github.com/ast-grep/langs/tree/main/packages/json#usage
87
json,
9-
// @ts-expect-error - https://github.com/ast-grep/langs/tree/main/packages/bash#usage
108
bash,
119
});
1210

0 commit comments

Comments
 (0)