Skip to content

Commit

Permalink
Updates react-side-effect to v1.1.0 (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
lourd authored and cwelch5 committed Jan 9, 2017
1 parent 779cd89 commit d727b2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"deep-equal": "1.0.1",
"object-assign": "^4.0.1",
"react-side-effect": "1.0.2"
"react-side-effect": "^1.1.0"
},
"devDependencies": {
"babel-cli": "6.16.0",
Expand Down
2 changes: 1 addition & 1 deletion src/test/HelmetTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -2259,7 +2259,7 @@ describe("Helmet", () => {
);

expect(Helmet.rewind).to.throw(
"You may ony call rewind() on the server. Call peek() to read the current state."
"You may only call rewind() on the server. Call peek() to read the current state."
);
});

Expand Down

0 comments on commit d727b2e

Please sign in to comment.