Skip to content

Commit

Permalink
Upgrade Rememo to v4 (#41415)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed May 28, 2022
1 parent f6a7590 commit 0c901d5
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 deletions.
26 changes: 13 additions & 13 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/annotations/package.json
Expand Up @@ -31,7 +31,7 @@
"@wordpress/i18n": "file:../i18n",
"@wordpress/rich-text": "file:../rich-text",
"lodash": "^4.17.21",
"rememo": "^3.0.0",
"rememo": "^4.0.0",
"uuid": "^8.3.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/block-editor/package.json
Expand Up @@ -67,7 +67,7 @@
"lodash": "^4.17.21",
"react-autosize-textarea": "^7.1.0",
"react-easy-crop": "^3.0.0",
"rememo": "^3.0.0",
"rememo": "^4.0.0",
"traverse": "^0.6.6"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/package.json
Expand Up @@ -46,7 +46,7 @@
"hpq": "^1.3.0",
"lodash": "^4.17.21",
"memize": "^1.1.0",
"rememo": "^3.0.0",
"rememo": "^4.0.0",
"showdown": "^1.9.1",
"simple-html-tokenizer": "^0.5.7",
"uuid": "^8.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/core-data/package.json
Expand Up @@ -42,7 +42,7 @@
"equivalent-key-map": "^0.2.2",
"lodash": "^4.17.21",
"memize": "^1.1.0",
"rememo": "^3.0.0",
"rememo": "^4.0.0",
"uuid": "^8.3.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/edit-post/package.json
Expand Up @@ -55,7 +55,7 @@
"classnames": "^2.3.1",
"lodash": "^4.17.21",
"memize": "^1.1.0",
"rememo": "^3.0.0"
"rememo": "^4.0.0"
},
"peerDependencies": {
"react": "^17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/edit-site/package.json
Expand Up @@ -59,7 +59,7 @@
"history": "^5.1.0",
"lodash": "^4.17.21",
"react-autosize-textarea": "^7.1.0",
"rememo": "^3.0.0"
"rememo": "^4.0.0"
},
"peerDependencies": {
"react": "^17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Expand Up @@ -61,7 +61,7 @@
"lodash": "^4.17.21",
"memize": "^1.1.0",
"react-autosize-textarea": "^7.1.0",
"rememo": "^3.0.0"
"rememo": "^4.0.0"
},
"peerDependencies": {
"react": "^17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/keyboard-shortcuts/package.json
Expand Up @@ -30,7 +30,7 @@
"@wordpress/element": "file:../element",
"@wordpress/keycodes": "file:../keycodes",
"lodash": "^4.17.21",
"rememo": "^3.0.0"
"rememo": "^4.0.0"
},
"peerDependencies": {
"react": "^17.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/nux/package.json
Expand Up @@ -39,7 +39,7 @@
"@wordpress/i18n": "file:../i18n",
"@wordpress/icons": "file:../icons",
"lodash": "^4.17.21",
"rememo": "^3.0.0"
"rememo": "^4.0.0"
},
"peerDependencies": {
"react": "^17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rich-text/package.json
Expand Up @@ -39,7 +39,7 @@
"@wordpress/keycodes": "file:../keycodes",
"lodash": "^4.17.21",
"memize": "^1.1.0",
"rememo": "^3.0.0"
"rememo": "^4.0.0"
},
"peerDependencies": {
"react": "^17.0.0"
Expand Down

0 comments on commit 0c901d5

Please sign in to comment.