Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit d5203a5

Browse files
authored
fix: remove unneeded acorn dependency (#669)
1 parent bba1346 commit d5203a5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package-lock.json

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
"@azure/arm-storage": "^9.0.1",
5353
"@azure/ms-rest-nodeauth": "^1.0.1",
5454
"@azure/storage-blob": "^10.3.0",
55-
"acorn": "^7.0.0",
5655
"axios": "^0.18.0",
5756
"azure-functions-core-tools": "^3.0.2245",
5857
"cross-spawn": "^7.0.2",
@@ -81,6 +80,7 @@
8180
"@types/xml2js": "^0.4.5",
8281
"@typescript-eslint/eslint-plugin": "^1.9.0",
8382
"@typescript-eslint/parser": "^1.9.0",
83+
"acorn": "^7.0.0",
8484
"axios-mock-adapter": "^1.16.0",
8585
"babel-jest": "^24.8.0",
8686
"babel-preset-react-app": "^9.0.0",

0 commit comments

Comments
 (0)