Skip to content

Commit 2f4f8a6

Browse files
authored
Merge pull request #371 from snehaljha-sf/GAN_truncate_fix
fix: dependency issue
2 parents 4ece456 + b722316 commit 2f4f8a6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@
2222
"open": "^8.4.2",
2323
"shelljs": "^0.8.5",
2424
"tslib": "^2",
25+
"@babel/parser": "^7.25.6",
26+
"@babel/traverse": "^7.25.6",
2527
"xmldom": "^0.6.0"
2628
},
2729
"devDependencies": {
28-
"@babel/parser": "^7.25.6",
2930
"@oclif/dev-cli": "^1",
3031
"@oclif/plugin-command-snapshot": "^3.3.15",
3132
"@oclif/plugin-help": "^3",
@@ -127,4 +128,4 @@
127128
"pre-push": "sf-husky-pre-push"
128129
}
129130
}
130-
}
131+
}

0 commit comments

Comments
 (0)