Skip to content

Commit 9a0f14f

Browse files
author
Shailesh Pachbhai
committed
feat: update package json
1 parent f337b7c commit 9a0f14f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
88
"@apexdevtools/apex-parser": "^4.1.0",
9-
"@babel/parser": "^7.25.4",
9+
"@babel/types": "^7.25.6",
1010
"@oclif/command": "^1",
1111
"@oclif/config": "^1",
1212
"@oclif/errors": "^1",
@@ -24,7 +24,7 @@
2424
"xmldom": "^0.6.0"
2525
},
2626
"devDependencies": {
27-
"@babel/parser": "^7.25.4",
27+
"@babel/parser": "^7.25.6",
2828
"@oclif/dev-cli": "^1",
2929
"@oclif/plugin-command-snapshot": "^3.3.15",
3030
"@oclif/plugin-help": "^3",

src/utils/lwcparser/jsParser/JavaScriptParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as fs from 'fs';
44
import * as parser from '@babel/parser';
55
import traverse from '@babel/traverse';
66
import generate from '@babel/generator';
7-
import * as t from '@babel/types';
7+
import t from '@babel/types';
88

99
const NAMESPACE = 'c';
1010

0 commit comments

Comments
 (0)