Skip to content

Commit

Permalink
Merge pull request #2404 from joelanman/main
Browse files Browse the repository at this point in the history
Fix issues creating prototypes when using npm v10.4.0 or newer by removing dependency on zlib
  • Loading branch information
36degrees committed Apr 3, 2024
2 parents 7060f23 + 58f2711 commit 3d8e7fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Fixes

- [#2404: Fix issues creating prototypes when using npm v10.4.0 or newer by removing dependency on zlib](https://github.com/alphagov/govuk-prototype-kit/pull/2404)

## 13.16.1

### Fixes
Expand Down
17 changes: 1 addition & 16 deletions npm-shrinkwrap.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@
"sync-request": "^6.1.0",
"tar-stream": "^3.1.7",
"universal-analytics": "^0.5.3",
"uuid": "^9.0.1",
"zlib": "^1.0.5"
"uuid": "^9.0.1"
},
"devDependencies": {
"cheerio": "^1.0.0-rc.12",
Expand Down

0 comments on commit 3d8e7fc

Please sign in to comment.