Skip to content

Commit

Permalink
Update package.json to avoid build failure
Browse files Browse the repository at this point in the history
This commit updates `package.json` to address the build failure caused
by a NodeJS regression. #229
  • Loading branch information
ijdickinson committed Jun 23, 2020
1 parent 3ffecae commit adbc410
Show file tree
Hide file tree
Showing 4 changed files with 746 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes to the UKHPI app by version and date

## 1.3.1

- Update `package.json` to constrain the version of `@babel/preset-env` to avoid
build regression. GH-229

## 1.3.0

- Updated to latest version of locations and boundaries
Expand Down
2 changes: 1 addition & 1 deletion app/lib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
module Version
MAJOR = '1'
MINOR = '3'
REVISION = '0'
REVISION = '1'
VERSION = "#{MAJOR}.#{MINOR}.#{REVISION}"
end
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"test": "test"
},
"dependencies": {
"@babel/preset-env": "^7.10.3",
"@rails/webpacker": "^4.0.7",
"@sentry/browser": "^5.6.1",
"@sentry/integrations": "^5.6.1",
Expand Down
Loading

0 comments on commit adbc410

Please sign in to comment.