Skip to content

Commit

Permalink
[Web UI] Update to patched @10xjs/form release (#1985)
Browse files Browse the repository at this point in the history
## What is this change?

Fixes an issue where event objects and raw values were not correctly differentiated in minified builds.

## Why is this change necessary?

Closes #1967
Closes #1982 
Closes #1986 

## Does your change need a Changelog entry?

No

## Do you need clarification on anything?

No


## Were there any complications while making this change?

No

## Have you reviewed and updated the documentation for this change? Is new documentation required?

No
  • Loading branch information
10xjs authored Aug 16, 2018
1 parent 1e586b7 commit a05ad41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@10xjs/date-input-controller": "^0.1.5",
"@10xjs/form": "https://github.com/jamesdphillips/form/releases/download/0.1.7/form.tgz",
"@10xjs/form": "^0.1.7",
"@material-ui/core": "^1.4.0",
"@material-ui/icons": "^2.0.0",
"apollo-cache-inmemory": "^1.1.12",
Expand Down
6 changes: 3 additions & 3 deletions dashboard/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
version "0.1.5"
resolved "https://registry.yarnpkg.com/@10xjs/date-input-controller/-/date-input-controller-0.1.5.tgz#0532a68a46a7fdcc6990a0c05672750cbf4e8820"

"@10xjs/form@https://github.com/jamesdphillips/form/releases/download/0.1.7/form.tgz":
version "0.1.6"
resolved "https://github.com/jamesdphillips/form/releases/download/0.1.7/form.tgz#2d061718de4ded68e79b99afb687159d13f7acfa"
"@10xjs/form@^0.1.7":
version "0.1.7"
resolved "https://registry.yarnpkg.com/@10xjs/form/-/form-0.1.7.tgz#ada3beffb0dc9f16d79650c56f82c126dad1bad3"
dependencies:
es6-error "^4.1.1"
hoist-non-react-statics "^2.5.0"
Expand Down

0 comments on commit a05ad41

Please sign in to comment.