|
4566 | 4566 | react-resize-aware "^3.0.1"
|
4567 | 4567 | use-memo-one "^1.1.1"
|
4568 | 4568 |
|
4569 |
| -"@wordpress/compose@^3.25.2": |
4570 |
| - version "3.25.2" |
4571 |
| - resolved "https://registry.yarnpkg.com/@wordpress/compose/-/compose-3.25.2.tgz#e04f851030c6282dfbaf7c09705f4712ba432efd" |
4572 |
| - integrity sha512-QyeHNnM3YEdek9f8UOBUodwKUAAjN4jDYa9edFh2koKLrtxQNyIr4sIgfiEF46wKIQ1+QKY36xa/vSVp9dUGHw== |
| 4569 | +"@wordpress/compose@^3.25.3": |
| 4570 | + version "3.25.3" |
| 4571 | + resolved "https://registry.yarnpkg.com/@wordpress/compose/-/compose-3.25.3.tgz#fcf2c4cef46d376905124ab75dedc1284ee09e16" |
| 4572 | + integrity sha512-tCO2EnJCkCH548OqA0uU8V1k/1skz2QwBlHs8ZQSpimqUS4OWWsAlndCEFe4U4vDTqFt2ow7tzAir+05Cw8MAg== |
4573 | 4573 | dependencies:
|
4574 | 4574 | "@babel/runtime" "^7.13.10"
|
4575 |
| - "@wordpress/deprecated" "^2.12.2" |
4576 |
| - "@wordpress/dom" "^2.17.2" |
4577 |
| - "@wordpress/element" "^2.20.2" |
4578 |
| - "@wordpress/is-shallow-equal" "^3.1.2" |
4579 |
| - "@wordpress/keycodes" "^2.19.2" |
| 4575 | + "@wordpress/deprecated" "^2.12.3" |
| 4576 | + "@wordpress/dom" "^2.18.0" |
| 4577 | + "@wordpress/element" "^2.20.3" |
| 4578 | + "@wordpress/is-shallow-equal" "^3.1.3" |
| 4579 | + "@wordpress/keycodes" "^2.19.3" |
4580 | 4580 | "@wordpress/priority-queue" "^1.11.2"
|
4581 | 4581 | clipboard "^2.0.1"
|
4582 | 4582 | lodash "^4.17.19"
|
|
4640 | 4640 | turbo-combine-reducers "^1.0.2"
|
4641 | 4641 | use-memo-one "^1.1.1"
|
4642 | 4642 |
|
| 4643 | +"@wordpress/data@^4.26": |
| 4644 | + version "4.27.3" |
| 4645 | + resolved "https://registry.yarnpkg.com/@wordpress/data/-/data-4.27.3.tgz#a54b94b84e7aa5e42da5b19564f2ab306c28e481" |
| 4646 | + integrity sha512-5763NgNV9IIa1CC3Q80dAvrH6108tJtj3IrHfUCZmUk1atSNsOMBCkLdQ7tGTTi2JFejeGEMg1LJI22JD5zM6Q== |
| 4647 | + dependencies: |
| 4648 | + "@babel/runtime" "^7.13.10" |
| 4649 | + "@wordpress/compose" "^3.25.3" |
| 4650 | + "@wordpress/deprecated" "^2.12.3" |
| 4651 | + "@wordpress/element" "^2.20.3" |
| 4652 | + "@wordpress/is-shallow-equal" "^3.1.3" |
| 4653 | + "@wordpress/priority-queue" "^1.11.2" |
| 4654 | + "@wordpress/redux-routine" "^3.14.2" |
| 4655 | + equivalent-key-map "^0.2.2" |
| 4656 | + is-promise "^4.0.0" |
| 4657 | + lodash "^4.17.19" |
| 4658 | + memize "^1.1.0" |
| 4659 | + redux "^4.0.0" |
| 4660 | + turbo-combine-reducers "^1.0.2" |
| 4661 | + use-memo-one "^1.1.1" |
| 4662 | + |
4643 | 4663 | "@wordpress/data@^4.26.1":
|
4644 | 4664 | version "4.26.1"
|
4645 | 4665 | resolved "https://registry.yarnpkg.com/@wordpress/data/-/data-4.26.1.tgz#5cc1bbcbfc0b379184a8c992db9b0097987599f1"
|
|
4660 | 4680 | turbo-combine-reducers "^1.0.2"
|
4661 | 4681 | use-memo-one "^1.1.1"
|
4662 | 4682 |
|
4663 |
| -"@wordpress/data@^4.27.2": |
4664 |
| - version "4.27.2" |
4665 |
| - resolved "https://registry.yarnpkg.com/@wordpress/data/-/data-4.27.2.tgz#e40ce0afe0ea7f2e3869c1566ec2e4ff2636d371" |
4666 |
| - integrity sha512-ja4mMCVU80Rc0jyeJiBHcaDkvheId49ADZNQi/AN1ULWEhs7gG7vC7Sfk1mHbH4rYjpqTlBde66RW5Z9AnTpdw== |
4667 |
| - dependencies: |
4668 |
| - "@babel/runtime" "^7.13.10" |
4669 |
| - "@wordpress/compose" "^3.25.2" |
4670 |
| - "@wordpress/deprecated" "^2.12.2" |
4671 |
| - "@wordpress/element" "^2.20.2" |
4672 |
| - "@wordpress/is-shallow-equal" "^3.1.2" |
4673 |
| - "@wordpress/priority-queue" "^1.11.2" |
4674 |
| - "@wordpress/redux-routine" "^3.14.2" |
4675 |
| - equivalent-key-map "^0.2.2" |
4676 |
| - is-promise "^4.0.0" |
4677 |
| - lodash "^4.17.19" |
4678 |
| - memize "^1.1.0" |
4679 |
| - redux "^4.0.0" |
4680 |
| - turbo-combine-reducers "^1.0.2" |
4681 |
| - use-memo-one "^1.1.1" |
4682 |
| - |
4683 | 4683 | "@wordpress/date@^3.13.0":
|
4684 | 4684 | version "3.13.0"
|
4685 | 4685 | resolved "https://registry.yarnpkg.com/@wordpress/date/-/date-3.13.0.tgz#47e601aadb1645f47b427fb6940de21767de4b42"
|
|
4706 | 4706 | "@babel/runtime" "^7.12.5"
|
4707 | 4707 | "@wordpress/hooks" "^2.11.0"
|
4708 | 4708 |
|
4709 |
| -"@wordpress/deprecated@^2.12.2": |
4710 |
| - version "2.12.2" |
4711 |
| - resolved "https://registry.yarnpkg.com/@wordpress/deprecated/-/deprecated-2.12.2.tgz#39d2aa0407014d5a5788c7bcf8cca1092e50709a" |
4712 |
| - integrity sha512-ZTItTJQKzel45Diju0Ox5j2dCEeZrr594gSZEVwYMTjaCl/HMQqXN+QZ2bo2IOGqnER+3T4GKs83L4o4ITQLfQ== |
| 4709 | +"@wordpress/deprecated@^2.12.3": |
| 4710 | + version "2.12.3" |
| 4711 | + resolved "https://registry.yarnpkg.com/@wordpress/deprecated/-/deprecated-2.12.3.tgz#ccce4b195919d8fbe06f01e88233bca1f8ffa000" |
| 4712 | + integrity sha512-qr+yDfTQfI3M4h6oY6IeHWwoHr4jxbILjSlV+Ht6Jjto9Owap6OuzSqR13Ev4xqIoG4C7b5B3gZXVfwVDae1zg== |
4713 | 4713 | dependencies:
|
4714 | 4714 | "@babel/runtime" "^7.13.10"
|
4715 |
| - "@wordpress/hooks" "^2.12.2" |
| 4715 | + "@wordpress/hooks" "^2.12.3" |
4716 | 4716 |
|
4717 | 4717 | "@wordpress/deprecated@^2.6.1", "@wordpress/deprecated@^2.7.0":
|
4718 | 4718 | version "2.7.0"
|
|
4751 | 4751 | "@babel/runtime" "^7.12.5"
|
4752 | 4752 | lodash "^4.17.19"
|
4753 | 4753 |
|
4754 |
| -"@wordpress/dom@^2.17.2": |
4755 |
| - version "2.17.2" |
4756 |
| - resolved "https://registry.yarnpkg.com/@wordpress/dom/-/dom-2.17.2.tgz#1d5ed7e0bbbe397c8d9b2e8a019ee36f9c5ae1d3" |
4757 |
| - integrity sha512-kcts6T7Q/PpeEdLruG6CZSCS99IU4Tt0wlxSqY4LhNtDjDjB5alaZ3DcEiNzsuwpGyz4zKMexQ8KYzx1JTWxYA== |
| 4754 | +"@wordpress/dom@^2.18.0": |
| 4755 | + version "2.18.0" |
| 4756 | + resolved "https://registry.yarnpkg.com/@wordpress/dom/-/dom-2.18.0.tgz#8394f42e86dcca3f3bcddb805d05fdd65e9cfd07" |
| 4757 | + integrity sha512-tM2WeQuSObl3nzWjUTF0/dyLnA7sdl/MXaSe32D64OF89bjSyJvjUipI7gjKzI3kJ7ddGhwcTggGvSB06MOoCQ== |
4758 | 4758 | dependencies:
|
4759 | 4759 | "@babel/runtime" "^7.13.10"
|
4760 | 4760 | lodash "^4.17.19"
|
|
4834 | 4834 | react "^16.13.1"
|
4835 | 4835 | react-dom "^16.13.1"
|
4836 | 4836 |
|
4837 |
| -"@wordpress/element@^2.20.2": |
4838 |
| - version "2.20.2" |
4839 |
| - resolved "https://registry.yarnpkg.com/@wordpress/element/-/element-2.20.2.tgz#a91f2f0ff71c0edc50360efe1784dc121c969d22" |
4840 |
| - integrity sha512-WeV1ke1fV5sT5nGYzaYMp62/zxQOI8tJfLK3iFDpg8Gp3Uz6BxiGIdnTcO6Q5rbD85fwHph+7MuJVtDc5me6yw== |
| 4837 | +"@wordpress/element@^2.20.3": |
| 4838 | + version "2.20.3" |
| 4839 | + resolved "https://registry.yarnpkg.com/@wordpress/element/-/element-2.20.3.tgz#a86a20e90be41d6fe4ea1f0ce580f7f2f1d839e7" |
| 4840 | + integrity sha512-f4ZPTDf9CxiiOXiMxc4v1K7jcBMT4dsiehVOpkKzCDKboNXp4qVf8oe5PE23VGZNEjcOj5Mkg9hB57R0nqvMTw== |
4841 | 4841 | dependencies:
|
4842 | 4842 | "@babel/runtime" "^7.13.10"
|
4843 | 4843 | "@types/react" "^16.9.0"
|
|
4875 | 4875 | dependencies:
|
4876 | 4876 | "@babel/runtime" "^7.12.5"
|
4877 | 4877 |
|
4878 |
| -"@wordpress/hooks@^2.12.2": |
4879 |
| - version "2.12.2" |
4880 |
| - resolved "https://registry.yarnpkg.com/@wordpress/hooks/-/hooks-2.12.2.tgz#78205b3af2fb31896b3c129b78c22a1981b5efdb" |
4881 |
| - integrity sha512-fTgo8CFuqJ3ZFrcHB1U8D43ydn+9m+8DmdcvQmWPRr0lJ3tzngEpGB3MxZE3s+jMfuESa28kDD0ukburyA5u/g== |
| 4878 | +"@wordpress/hooks@^2.12.3": |
| 4879 | + version "2.12.3" |
| 4880 | + resolved "https://registry.yarnpkg.com/@wordpress/hooks/-/hooks-2.12.3.tgz#3086db986d7ed2cae036c5da7b7add4db17ee51c" |
| 4881 | + integrity sha512-LmKiwKldZt6UYqOxV/a6+eUFXdvALFnB/pQx3RmrMvO64sgFhfR6dhrlv+uVbuuezSuv8dce1jx8lUWAT0krMA== |
4882 | 4882 | dependencies:
|
4883 | 4883 | "@babel/runtime" "^7.13.10"
|
4884 | 4884 |
|
|
4938 | 4938 | sprintf-js "^1.1.1"
|
4939 | 4939 | tannin "^1.2.0"
|
4940 | 4940 |
|
4941 |
| -"@wordpress/i18n@^3.19.2": |
4942 |
| - version "3.19.2" |
4943 |
| - resolved "https://registry.yarnpkg.com/@wordpress/i18n/-/i18n-3.19.2.tgz#14ef0f3c2bda25c30fd7ce5c34fa0d9f84bd8fa4" |
4944 |
| - integrity sha512-dBmMHaj4DbS2rF7iyvf2YUKS94x9VVcAfH37Z3d6CLPvN8V5DTjjh8RVRTyJMftcOz4/FKWtQXOpMJlqV1YEqA== |
| 4941 | +"@wordpress/i18n@^3.20.0": |
| 4942 | + version "3.20.0" |
| 4943 | + resolved "https://registry.yarnpkg.com/@wordpress/i18n/-/i18n-3.20.0.tgz#dc9b04b9e8c359c1b0dbae78b99b32ef2c0b4729" |
| 4944 | + integrity sha512-SIoOJFB4UrrYAScS4H91CYCLW9dX3Ghv8pBKc/yHGculb1AdGr6gRMlmJxZV62Cn3CZ4Ga86c+FfR+GiBu0JPg== |
4945 | 4945 | dependencies:
|
4946 | 4946 | "@babel/runtime" "^7.13.10"
|
4947 |
| - "@wordpress/hooks" "^2.12.2" |
| 4947 | + "@wordpress/hooks" "^2.12.3" |
4948 | 4948 | gettext-parser "^1.3.1"
|
4949 | 4949 | lodash "^4.17.19"
|
4950 | 4950 | memize "^1.1.0"
|
|
4995 | 4995 | dependencies:
|
4996 | 4996 | "@babel/runtime" "^7.12.5"
|
4997 | 4997 |
|
4998 |
| -"@wordpress/is-shallow-equal@^3.1.2": |
4999 |
| - version "3.1.2" |
5000 |
| - resolved "https://registry.yarnpkg.com/@wordpress/is-shallow-equal/-/is-shallow-equal-3.1.2.tgz#385e4f68b6bd36364bcaf4c7bdf6c283285028b4" |
5001 |
| - integrity sha512-iB4XAxaJ8u/2mJQTe2RLMW+RHFh6rRGgL4SzoFJJSJ+i+pwdu4UXQWJ4vR5GP30AnFFJJdYHxdiUuNfsvyRxtQ== |
| 4998 | +"@wordpress/is-shallow-equal@^3.1.3": |
| 4999 | + version "3.1.3" |
| 5000 | + resolved "https://registry.yarnpkg.com/@wordpress/is-shallow-equal/-/is-shallow-equal-3.1.3.tgz#2fc549ec0c878fc1d4ca4ff107cea8580fc7b79e" |
| 5001 | + integrity sha512-eDLhfC4aaSgklzqwc6F/F4zmJVpTVTAvhqX+q0SP/8LPcP2HuKErPHVrEc75PMWqIutja2wJg98YSNPdewrj1w== |
5002 | 5002 | dependencies:
|
5003 | 5003 | "@babel/runtime" "^7.13.10"
|
5004 | 5004 |
|
|
5037 | 5037 | "@wordpress/i18n" "^3.17.0"
|
5038 | 5038 | lodash "^4.17.19"
|
5039 | 5039 |
|
5040 |
| -"@wordpress/keycodes@^2.19.2": |
5041 |
| - version "2.19.2" |
5042 |
| - resolved "https://registry.yarnpkg.com/@wordpress/keycodes/-/keycodes-2.19.2.tgz#35bb60cfc1234786fdf0d20bfee91b14d65d0a3d" |
5043 |
| - integrity sha512-SlLFCRQE3hi8eViSZ719Z2rffwhicDDctkMc25mrmh/jWhttec4r76Q++ojQGSA5u5MfgyySVc50Z9xPZoynmw== |
| 5040 | +"@wordpress/keycodes@^2.19.3": |
| 5041 | + version "2.19.3" |
| 5042 | + resolved "https://registry.yarnpkg.com/@wordpress/keycodes/-/keycodes-2.19.3.tgz#723dcb8a6a5979a31a6f0002eb912fe60a49576a" |
| 5043 | + integrity sha512-8rNdmP5M1ifTgLIL0dt/N1uTGsq/Rx1ydCXy+gg24WdxBRhyu5sudNVCtascVXo26aIfOH9OJRdqRZZTEORhog== |
5044 | 5044 | dependencies:
|
5045 | 5045 | "@babel/runtime" "^7.13.10"
|
5046 |
| - "@wordpress/i18n" "^3.19.2" |
| 5046 | + "@wordpress/i18n" "^3.20.0" |
5047 | 5047 | lodash "^4.17.19"
|
5048 | 5048 |
|
5049 | 5049 | "@wordpress/keycodes@^2.7.0", "@wordpress/keycodes@^2.9.0":
|
|
0 commit comments