Skip to content

Commit

Permalink
Merge pull request #2312 from WordPress/update/rememo
Browse files Browse the repository at this point in the history
Framework: Bump rememo dependency to latest
  • Loading branch information
aduth authored Aug 11, 2017
2 parents a14b197 + a6f7450 commit a358434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion editor/test/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ describe( 'selectors', () => {
} );

beforeEach( () => {
isEditedPostDirty.memoizedSelector.clear();
isEditedPostDirty.clear();
} );

afterAll( () => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"redux": "^3.6.0",
"redux-optimist": "0.0.2",
"refx": "^2.0.0",
"rememo": "^1.1.1",
"rememo": "^2.3.0",
"simple-html-tokenizer": "^0.4.1",
"uuid": "^3.0.1"
},
Expand Down

0 comments on commit a358434

Please sign in to comment.