Skip to content

Commit

Permalink
Remove direct dependency on acorn
Browse files Browse the repository at this point in the history
In commit e6ed4ff we added `acorn` as a direct dependency to fix complaints
from npm about peer dependencies, due to a bug in npm [[1]]. That bug
now appears to have been fixed; removing `acorn` from our `package.json`
does not result in any peer dependency warnings.

[1]: alphagov/govuk-prototype-kit#666
  • Loading branch information
lfdebrux committed Dec 21, 2022
1 parent 59a9e19 commit 4a5cd90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
},
"dependencies": {
"@govuk-prototype-kit/step-by-step": "^2.0.0",
"acorn": "^8.5.0",
"ansi-colors": "^4.1.1",
"body-parser": "^1.14.1",
"browser-sync": "^2.27.11",
Expand Down

0 comments on commit 4a5cd90

Please sign in to comment.