Skip to content

Commit

Permalink
fix: remove unneeded acorn dependency (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath authored May 25, 2023
1 parent bba1346 commit d5203a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"@azure/arm-storage": "^9.0.1",
"@azure/ms-rest-nodeauth": "^1.0.1",
"@azure/storage-blob": "^10.3.0",
"acorn": "^7.0.0",
"axios": "^0.18.0",
"azure-functions-core-tools": "^3.0.2245",
"cross-spawn": "^7.0.2",
Expand Down Expand Up @@ -81,6 +80,7 @@
"@types/xml2js": "^0.4.5",
"@typescript-eslint/eslint-plugin": "^1.9.0",
"@typescript-eslint/parser": "^1.9.0",
"acorn": "^7.0.0",
"axios-mock-adapter": "^1.16.0",
"babel-jest": "^24.8.0",
"babel-preset-react-app": "^9.0.0",
Expand Down

0 comments on commit d5203a5

Please sign in to comment.