Make WordPress Core

Changeset 50343


Ignore:
Timestamp:
02/15/2021 08:27:50 AM (4 years ago)
Author:
youknowriad
Message:

Block Editor: Update packages with bug fixes to be included in WP 5.7 beta 3.

The updated packages are:

@wordpress/block-directory: 1.18.6 -> 1.18.7
@wordpress/block-editor: 5.2.6 -> 5.2.7
@wordpress/block-library: 2.28.3 -> 2.28.4
@wordpress/edit-post: 3.26.6 -> 3.26.7
@wordpress/editor: 9.25.6 -> 9.25.7
@wordpress/format-library: 1.26.6 -> 1.26.7
@wordpress/reusable-blocks: 1.1.6 -> 1.1.7

Props isabel_brison.
Fixes #52525.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/package-lock.json

    r50267 r50343  
    2020        },
    2121        "@babel/core": {
    22             "version": "7.12.13",
    23             "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.13.tgz",
    24             "integrity": "sha512-BQKE9kXkPlXHPeqissfxo0lySWJcYdEP0hdtJOH/iJfDdhOCcgtNCjftCJg3qqauB4h+lz2N6ixM++b9DN1Tcw==",
     22            "version": "7.12.16",
     23            "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.16.tgz",
     24            "integrity": "sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw==",
    2525            "dev": true,
    2626            "requires": {
    2727                "@babel/code-frame": "^7.12.13",
    28                 "@babel/generator": "^7.12.13",
     28                "@babel/generator": "^7.12.15",
    2929                "@babel/helper-module-transforms": "^7.12.13",
    3030                "@babel/helpers": "^7.12.13",
    31                 "@babel/parser": "^7.12.13",
     31                "@babel/parser": "^7.12.16",
    3232                "@babel/template": "^7.12.13",
    3333                "@babel/traverse": "^7.12.13",
     
    4343            "dependencies": {
    4444                "@babel/parser": {
    45                     "version": "7.12.15",
    46                     "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.15.tgz",
    47                     "integrity": "sha512-AQBOU2Z9kWwSZMd6lNjCX0GUgFonL1wAM1db8L8PMk9UDaGsRCArBkU4Sc+UCM3AE4hjbXx+h58Lb3QT4oRmrA==",
     45                    "version": "7.12.16",
     46                    "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.16.tgz",
     47                    "integrity": "sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw==",
    4848                    "dev": true
    4949                },
     
    9696        },
    9797        "@babel/helper-compilation-targets": {
    98             "version": "7.12.13",
    99             "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.13.tgz",
    100             "integrity": "sha512-dXof20y/6wB5HnLOGyLh/gobsMvDNoekcC+8MCV2iaTd5JemhFkPD73QB+tK3iFC9P0xJC73B6MvKkyUfS9cCw==",
     98            "version": "7.12.16",
     99            "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.16.tgz",
     100            "integrity": "sha512-dBHNEEaZx7F3KoUYqagIhRIeqyyuI65xMndMZ3WwGwEBI609I4TleYQHcrS627vbKyNTXqShoN+fvYD9HuQxAg==",
    101101            "dev": true,
    102102            "requires": {
    103103                "@babel/compat-data": "^7.12.13",
    104                 "@babel/helper-validator-option": "^7.12.11",
     104                "@babel/helper-validator-option": "^7.12.16",
    105105                "browserslist": "^4.14.5",
    106106                "semver": "^5.5.0"
     
    116116        },
    117117        "@babel/helper-create-class-features-plugin": {
    118             "version": "7.12.13",
    119             "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.13.tgz",
    120             "integrity": "sha512-Vs/e9wv7rakKYeywsmEBSRC9KtmE7Px+YBlESekLeJOF0zbGUicGfXSNi3o+tfXSNS48U/7K9mIOOCR79Cl3+Q==",
     118            "version": "7.12.16",
     119            "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.16.tgz",
     120            "integrity": "sha512-KbSEj8l9zYkMVHpQqM3wJNxS1d9h3U9vm/uE5tpjMbaj3lTp+0noe3KPsV5dSD9jxKnf9jO9Ip9FX5PKNZCKow==",
    121121            "dev": true,
    122122            "requires": {
    123123                "@babel/helper-function-name": "^7.12.13",
    124                 "@babel/helper-member-expression-to-functions": "^7.12.13",
     124                "@babel/helper-member-expression-to-functions": "^7.12.16",
    125125                "@babel/helper-optimise-call-expression": "^7.12.13",
    126126                "@babel/helper-replace-supers": "^7.12.13",
     
    129129        },
    130130        "@babel/helper-create-regexp-features-plugin": {
    131             "version": "7.12.13",
    132             "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.13.tgz",
    133             "integrity": "sha512-XC+kiA0J3at6E85dL5UnCYfVOcIZ834QcAY0TIpgUVnz0zDzg+0TtvZTnJ4g9L1dPRGe30Qi03XCIS4tYCLtqw==",
     131            "version": "7.12.16",
     132            "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.16.tgz",
     133            "integrity": "sha512-jAcQ1biDYZBdaAxB4yg46/XirgX7jBDiMHDbwYQOgtViLBXGxJpZQ24jutmBqAIB/q+AwB6j+NbBXjKxEY8vqg==",
    134134            "dev": true,
    135135            "requires": {
     
    177177        },
    178178        "@babel/helper-member-expression-to-functions": {
    179             "version": "7.12.13",
    180             "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.13.tgz",
    181             "integrity": "sha512-B+7nN0gIL8FZ8SvMcF+EPyB21KnCcZHQZFczCxbiNGV/O0rsrSBlWGLzmtBJ3GMjSVMIm4lpFhR+VdVBuIsUcQ==",
     179            "version": "7.12.16",
     180            "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.16.tgz",
     181            "integrity": "sha512-zYoZC1uvebBFmj1wFAlXwt35JLEgecefATtKp20xalwEK8vHAixLBXTGxNrVGEmTT+gzOThUgr8UEdgtalc1BQ==",
    182182            "dev": true,
    183183            "requires": {
     
    281281        },
    282282        "@babel/helper-validator-option": {
    283             "version": "7.12.11",
    284             "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.12.11.tgz",
    285             "integrity": "sha512-TBFCyj939mFSdeX7U7DDj32WtzYY7fDcalgq8v3fBZMNOJQNn7nOYzMaUCiPxPYfCup69mtIpqlKgMZLvQ8Xhw==",
     283            "version": "7.12.16",
     284            "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.12.16.tgz",
     285            "integrity": "sha512-uCgsDBPUQDvzr11ePPo4TVEocxj8RXjUVSC/Y8N1YpVAI/XDdUwGJu78xmlGhTxj2ntaWM7n9LQdRtyhOzT2YQ==",
    286286            "dev": true
    287287        },
     
    359359        },
    360360        "@babel/plugin-proposal-dynamic-import": {
    361             "version": "7.12.1",
    362             "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.1.tgz",
    363             "integrity": "sha512-a4rhUSZFuq5W8/OO8H7BL5zspjnc1FLd9hlOxIK/f7qG4a0qsqk8uvF/ywgBA8/OmjsapjpvaEOYItfGG1qIvQ==",
    364             "dev": true,
    365             "requires": {
    366                 "@babel/helper-plugin-utils": "^7.10.4",
     361            "version": "7.12.16",
     362            "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.16.tgz",
     363            "integrity": "sha512-yiDkYFapVxNOCcBfLnsb/qdsliroM+vc3LHiZwS4gh7pFjo5Xq3BDhYBNn3H3ao+hWPvqeeTdU+s+FIvokov+w==",
     364            "dev": true,
     365            "requires": {
     366                "@babel/helper-plugin-utils": "^7.12.13",
    367367                "@babel/plugin-syntax-dynamic-import": "^7.8.0"
    368368            }
     
    440440        },
    441441        "@babel/plugin-proposal-optional-chaining": {
    442             "version": "7.12.13",
    443             "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.13.tgz",
    444             "integrity": "sha512-0ZwjGfTcnZqyV3y9DSD1Yk3ebp+sIUpT2YDqP8hovzaNZnQq2Kd7PEqa6iOIUDBXBt7Jl3P7YAcEIL5Pz8u09Q==",
     442            "version": "7.12.16",
     443            "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.16.tgz",
     444            "integrity": "sha512-O3ohPwOhkwji5Mckb7F/PJpJVJY3DpPsrt/F0Bk40+QMk9QpAIqeGusHWqu/mYqsM8oBa6TziL/2mbERWsUZjg==",
    445445            "dev": true,
    446446            "requires": {
     
    853853        },
    854854        "@babel/plugin-transform-react-jsx": {
    855             "version": "7.12.13",
    856             "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.13.tgz",
    857             "integrity": "sha512-hhXZMYR8t9RvduN2uW4sjl6MRtUhzNE726JvoJhpjhxKgRUVkZqTsA0xc49ALZxQM7H26pZ/lLvB2Yrea9dllA==",
     855            "version": "7.12.16",
     856            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.16.tgz",
     857            "integrity": "sha512-dNu0vAbIk8OkqJfGtYF6ADk6jagoyAl+Ks5aoltbAlfoKv8d6yooi3j+kObeSQaCj9PgN6KMZPB90wWyek5TmQ==",
    858858            "dev": true,
    859859            "requires": {
     
    866866        },
    867867        "@babel/plugin-transform-react-jsx-development": {
    868             "version": "7.12.12",
    869             "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.12.12.tgz",
    870             "integrity": "sha512-i1AxnKxHeMxUaWVXQOSIco4tvVvvCxMSfeBMnMM06mpaJt3g+MpxYQQrDfojUQldP1xxraPSJYSMEljoWM/dCg==",
    871             "dev": true,
    872             "requires": {
    873                 "@babel/plugin-transform-react-jsx": "^7.12.12"
     868            "version": "7.12.16",
     869            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.12.16.tgz",
     870            "integrity": "sha512-GOp5SkMC4zhHwLbOSYhF+WpIZSf5bGzaKQTT9jWkemJRDM/CE6FtPydXjEYO3pHcna2Zjvg4mQ1lfjOR/4jsaQ==",
     871            "dev": true,
     872            "requires": {
     873                "@babel/plugin-transform-react-jsx": "^7.12.16"
    874874            }
    875875        },
     
    996996        },
    997997        "@babel/preset-env": {
    998             "version": "7.12.13",
    999             "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.13.tgz",
    1000             "integrity": "sha512-JUVlizG8SoFTz4LmVUL8++aVwzwxcvey3N0j1tRbMAXVEy95uQ/cnEkmEKHN00Bwq4voAV3imQGnQvpkLAxsrw==",
     998            "version": "7.12.16",
     999            "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.16.tgz",
     1000            "integrity": "sha512-BXCAXy8RE/TzX416pD2hsVdkWo0G+tYd16pwnRV4Sc0fRwTLRS/Ssv8G5RLXUGQv7g4FG7TXkdDJxCjQ5I+Zjg==",
    10011001            "dev": true,
    10021002            "requires": {
    10031003                "@babel/compat-data": "^7.12.13",
    1004                 "@babel/helper-compilation-targets": "^7.12.13",
     1004                "@babel/helper-compilation-targets": "^7.12.16",
    10051005                "@babel/helper-module-imports": "^7.12.13",
    10061006                "@babel/helper-plugin-utils": "^7.12.13",
    1007                 "@babel/helper-validator-option": "^7.12.11",
     1007                "@babel/helper-validator-option": "^7.12.16",
    10081008                "@babel/plugin-proposal-async-generator-functions": "^7.12.13",
    10091009                "@babel/plugin-proposal-class-properties": "^7.12.13",
    1010                 "@babel/plugin-proposal-dynamic-import": "^7.12.1",
     1010                "@babel/plugin-proposal-dynamic-import": "^7.12.16",
    10111011                "@babel/plugin-proposal-export-namespace-from": "^7.12.13",
    10121012                "@babel/plugin-proposal-json-strings": "^7.12.13",
     
    10161016                "@babel/plugin-proposal-object-rest-spread": "^7.12.13",
    10171017                "@babel/plugin-proposal-optional-catch-binding": "^7.12.13",
    1018                 "@babel/plugin-proposal-optional-chaining": "^7.12.13",
     1018                "@babel/plugin-proposal-optional-chaining": "^7.12.16",
    10191019                "@babel/plugin-proposal-private-methods": "^7.12.13",
    10201020                "@babel/plugin-proposal-unicode-property-regex": "^7.12.13",
     
    11041104        },
    11051105        "@babel/runtime": {
    1106             "version": "7.12.5",
    1107             "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz",
    1108             "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==",
     1106            "version": "7.12.13",
     1107            "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.13.tgz",
     1108            "integrity": "sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==",
    11091109            "requires": {
    11101110                "regenerator-runtime": "^0.13.4"
     
    11331133            "dependencies": {
    11341134                "@babel/parser": {
    1135                     "version": "7.12.15",
    1136                     "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.15.tgz",
    1137                     "integrity": "sha512-AQBOU2Z9kWwSZMd6lNjCX0GUgFonL1wAM1db8L8PMk9UDaGsRCArBkU4Sc+UCM3AE4hjbXx+h58Lb3QT4oRmrA==",
     1135                    "version": "7.12.16",
     1136                    "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.16.tgz",
     1137                    "integrity": "sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw==",
    11381138                    "dev": true
    11391139                }
     
    11581158            "dependencies": {
    11591159                "@babel/parser": {
    1160                     "version": "7.12.15",
    1161                     "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.15.tgz",
    1162                     "integrity": "sha512-AQBOU2Z9kWwSZMd6lNjCX0GUgFonL1wAM1db8L8PMk9UDaGsRCArBkU4Sc+UCM3AE4hjbXx+h58Lb3QT4oRmrA==",
     1160                    "version": "7.12.16",
     1161                    "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.16.tgz",
     1162                    "integrity": "sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw==",
    11631163                    "dev": true
    11641164                }
     
    14861486        },
    14871487        "@istanbuljs/schema": {
    1488             "version": "0.1.2",
    1489             "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.2.tgz",
    1490             "integrity": "sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw==",
     1488            "version": "0.1.3",
     1489            "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
     1490            "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
    14911491            "dev": true
    14921492        },
     
    18611861        },
    18621862        "@npmcli/move-file": {
    1863             "version": "1.1.1",
    1864             "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.1.tgz",
    1865             "integrity": "sha512-LtWTicuF2wp7PNTuyCwABx7nNG+DnzSE8gN0iWxkC6mpgm/iOPu0ZMTkXuCxmJxtWFsDxUaixM9COSNJEMUfuQ==",
     1863            "version": "1.1.2",
     1864            "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz",
     1865            "integrity": "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==",
    18661866            "dev": true,
    18671867            "requires": {
     
    22442244        },
    22452245        "@types/cheerio": {
    2246             "version": "0.22.23",
    2247             "resolved": "https://registry.npmjs.org/@types/cheerio/-/cheerio-0.22.23.tgz",
    2248             "integrity": "sha512-QfHLujVMlGqcS/ePSf3Oe5hK3H8wi/yN2JYuxSB1U10VvW1fO3K8C+mURQesFYS1Hn7lspOsTT75SKq/XtydQg==",
     2246            "version": "0.22.24",
     2247            "resolved": "https://registry.npmjs.org/@types/cheerio/-/cheerio-0.22.24.tgz",
     2248            "integrity": "sha512-iKXt/cwltGvN06Dd6zwQG1U35edPwId9lmcSeYfcxSNvvNg4vysnFB+iBQNjj06tSVV7MBj0GWMQ7dwb4Z+p8Q==",
    22492249            "dev": true,
    22502250            "requires": {
     
    22632263        },
    22642264        "@types/graceful-fs": {
    2265             "version": "4.1.4",
    2266             "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.4.tgz",
    2267             "integrity": "sha512-mWA/4zFQhfvOA8zWkXobwJvBD7vzcxgrOQ0J5CH1votGqdq9m7+FwtGaqyCZqC3NyyBkc9z4m+iry4LlqcMWJg==",
     2265            "version": "4.1.5",
     2266            "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.5.tgz",
     2267            "integrity": "sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==",
    22682268            "dev": true,
    22692269            "requires": {
     
    23522352        },
    23532353        "@types/prettier": {
    2354             "version": "2.2.0",
    2355             "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.2.0.tgz",
    2356             "integrity": "sha512-O3SQC6+6AySHwrspYn2UvC6tjo6jCTMMmylxZUFhE1CulVu5l3AxU6ca9lrJDTQDVllF62LIxVSx5fuYL6LiZg==",
     2354            "version": "2.2.1",
     2355            "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.2.1.tgz",
     2356            "integrity": "sha512-DxZZbyMAM9GWEzXL+BMZROWz9oo6A9EilwwOMET2UVu2uZTqMWS5S69KVtuVKaRjCUpcrOXRalet86/OpG4kqw==",
    23572357            "dev": true
    23582358        },
     
    23692369        },
    23702370        "@types/react": {
    2371             "version": "16.14.2",
    2372             "resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.2.tgz",
    2373             "integrity": "sha512-BzzcAlyDxXl2nANlabtT4thtvbbnhee8hMmH/CcJrISDBVcJS1iOsP1f0OAgSdGE0MsY9tqcrb9YoZcOFv9dbQ==",
     2371            "version": "16.14.4",
     2372            "resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.4.tgz",
     2373            "integrity": "sha512-ETj7GbkPGjca/A4trkVeGvoIakmLV6ZtX3J8dcmOpzKzWVybbrOxanwaIPG71GZwImoMDY6Fq4wIe34lEqZ0FQ==",
    23742374            "requires": {
    23752375                "@types/prop-types": "*",
     
    23782378        },
    23792379        "@types/react-dom": {
    2380             "version": "16.9.10",
    2381             "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.10.tgz",
    2382             "integrity": "sha512-ItatOrnXDMAYpv6G8UCk2VhbYVTjZT9aorLtA/OzDN9XJ2GKcfam68jutoAcILdRjsRUO8qb7AmyObF77Q8QFw==",
     2380            "version": "16.9.11",
     2381            "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.11.tgz",
     2382            "integrity": "sha512-3UuR4MoWf5spNgrG6cwsmT9DdRghcR4IDFOzNZ6+wcmacxkFykcb5ji0nNVm9ckBT4BCxvCrJJbM4+EYsEEVIg==",
    23832383            "requires": {
    23842384                "@types/react": "^16"
     
    24932493        },
    24942494        "@typescript-eslint/experimental-utils": {
    2495             "version": "4.14.2",
    2496             "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.14.2.tgz",
    2497             "integrity": "sha512-mV9pmET4C2y2WlyHmD+Iun8SAEqkLahHGBkGqDVslHkmoj3VnxnGP4ANlwuxxfq1BsKdl/MPieDbohCEQgKrwA==",
     2495            "version": "4.15.0",
     2496            "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.15.0.tgz",
     2497            "integrity": "sha512-V4vaDWvxA2zgesg4KPgEGiomWEBpJXvY4ZX34Y3qxK8LUm5I87L+qGIOTd9tHZOARXNRt9pLbblSKiYBlGMawg==",
    24982498            "dev": true,
    24992499            "requires": {
    25002500                "@types/json-schema": "^7.0.3",
    2501                 "@typescript-eslint/scope-manager": "4.14.2",
    2502                 "@typescript-eslint/types": "4.14.2",
    2503                 "@typescript-eslint/typescript-estree": "4.14.2",
     2501                "@typescript-eslint/scope-manager": "4.15.0",
     2502                "@typescript-eslint/types": "4.15.0",
     2503                "@typescript-eslint/typescript-estree": "4.15.0",
    25042504                "eslint-scope": "^5.0.0",
    25052505                "eslint-utils": "^2.0.0"
     
    25192519        },
    25202520        "@typescript-eslint/scope-manager": {
    2521             "version": "4.14.2",
    2522             "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.14.2.tgz",
    2523             "integrity": "sha512-cuV9wMrzKm6yIuV48aTPfIeqErt5xceTheAgk70N1V4/2Ecj+fhl34iro/vIssJlb7XtzcaD07hWk7Jk0nKghg==",
    2524             "dev": true,
    2525             "requires": {
    2526                 "@typescript-eslint/types": "4.14.2",
    2527                 "@typescript-eslint/visitor-keys": "4.14.2"
     2521            "version": "4.15.0",
     2522            "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.15.0.tgz",
     2523            "integrity": "sha512-CSNBZnCC2jEA/a+pR9Ljh8Y+5TY5qgbPz7ICEk9WCpSEgT6Pi7H2RIjxfrrbUXvotd6ta+i27sssKEH8Azm75g==",
     2524            "dev": true,
     2525            "requires": {
     2526                "@typescript-eslint/types": "4.15.0",
     2527                "@typescript-eslint/visitor-keys": "4.15.0"
    25282528            }
    25292529        },
    25302530        "@typescript-eslint/types": {
    2531             "version": "4.14.2",
    2532             "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.14.2.tgz",
    2533             "integrity": "sha512-LltxawRW6wXy4Gck6ZKlBD05tCHQUj4KLn4iR69IyRiDHX3d3NCAhO+ix5OR2Q+q9bjCrHE/HKt+riZkd1At8Q==",
     2531            "version": "4.15.0",
     2532            "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.15.0.tgz",
     2533            "integrity": "sha512-su4RHkJhS+iFwyqyXHcS8EGPlUVoC+XREfy5daivjLur9JP8GhvTmDipuRpcujtGC4M+GYhUOJCPDE3rC5NJrg==",
    25342534            "dev": true
    25352535        },
    25362536        "@typescript-eslint/typescript-estree": {
    2537             "version": "4.14.2",
    2538             "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.14.2.tgz",
    2539             "integrity": "sha512-ESiFl8afXxt1dNj8ENEZT12p+jl9PqRur+Y19m0Z/SPikGL6rqq4e7Me60SU9a2M28uz48/8yct97VQYaGl0Vg==",
    2540             "dev": true,
    2541             "requires": {
    2542                 "@typescript-eslint/types": "4.14.2",
    2543                 "@typescript-eslint/visitor-keys": "4.14.2",
     2537            "version": "4.15.0",
     2538            "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.15.0.tgz",
     2539            "integrity": "sha512-jG6xTmcNbi6xzZq0SdWh7wQ9cMb2pqXaUp6bUZOMsIlu5aOlxGxgE/t6L/gPybybQGvdguajXGkZKSndZJpksA==",
     2540            "dev": true,
     2541            "requires": {
     2542                "@typescript-eslint/types": "4.15.0",
     2543                "@typescript-eslint/visitor-keys": "4.15.0",
    25442544                "debug": "^4.1.1",
    25452545                "globby": "^11.0.1",
    25462546                "is-glob": "^4.0.1",
    2547                 "lodash": "^4.17.15",
    25482547                "semver": "^7.3.2",
    25492548                "tsutils": "^3.17.1"
     
    25732572        },
    25742573        "@typescript-eslint/visitor-keys": {
    2575             "version": "4.14.2",
    2576             "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.14.2.tgz",
    2577             "integrity": "sha512-KBB+xLBxnBdTENs/rUgeUKO0UkPBRs2vD09oMRRIkj5BEN8PX1ToXV532desXfpQnZsYTyLLviS7JrPhdL154w==",
    2578             "dev": true,
    2579             "requires": {
    2580                 "@typescript-eslint/types": "4.14.2",
     2574            "version": "4.15.0",
     2575            "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.15.0.tgz",
     2576            "integrity": "sha512-RnDtJwOwFucWFAMjG3ghCG/ikImFJFEg20DI7mn4pHEx3vC48lIAoyjhffvfHmErRDboUPC7p9Z2il4CLb7qxA==",
     2577            "dev": true,
     2578            "requires": {
     2579                "@typescript-eslint/types": "4.15.0",
    25812580                "eslint-visitor-keys": "^2.0.0"
    25822581            },
     
    28602859        },
    28612860        "@wordpress/block-directory": {
    2862             "version": "1.18.6",
    2863             "resolved": "https://registry.npmjs.org/@wordpress/block-directory/-/block-directory-1.18.6.tgz",
    2864             "integrity": "sha512-LkpC0IDjdvE3AcXy205fW5kYGO3MFTS2PYAQejcVqTJaG+EdBGGOun8G+gioL+C0PTbJdnqw8LjzYscX7p/AVg==",
     2861            "version": "1.18.7",
     2862            "resolved": "https://registry.npmjs.org/@wordpress/block-directory/-/block-directory-1.18.7.tgz",
     2863            "integrity": "sha512-+d3s88lnb/ANg4Z5VVZzcpYU+MCaortzS9OzU0KjTD6GNxDDTvjp2VA9QM+XQ1TFY+OgQ8n8QtxiqI9NI3JCfg==",
    28652864            "requires": {
    28662865                "@babel/runtime": "^7.12.5",
    28672866                "@wordpress/a11y": "^2.14.3",
    28682867                "@wordpress/api-fetch": "^3.21.5",
    2869                 "@wordpress/block-editor": "^5.2.6",
     2868                "@wordpress/block-editor": "^5.2.7",
    28702869                "@wordpress/blocks": "^7.0.3",
    28712870                "@wordpress/components": "^12.0.6",
     
    28732872                "@wordpress/data": "^4.26.6",
    28742873                "@wordpress/data-controls": "^1.20.6",
    2875                 "@wordpress/edit-post": "^3.26.6",
     2874                "@wordpress/edit-post": "^3.26.7",
    28762875                "@wordpress/element": "^2.19.1",
    28772876                "@wordpress/hooks": "^2.11.1",
     
    28862885        },
    28872886        "@wordpress/block-editor": {
    2888             "version": "5.2.6",
    2889             "resolved": "https://registry.npmjs.org/@wordpress/block-editor/-/block-editor-5.2.6.tgz",
    2890             "integrity": "sha512-uoTw7ewvQDhVT8s59oRXg63AhlkjFAol65vFNrR4G2ZhC+qv+alwTZGNaqRsfAozxm7HIRw8TqqrjEeXii9fJg==",
     2887            "version": "5.2.7",
     2888            "resolved": "https://registry.npmjs.org/@wordpress/block-editor/-/block-editor-5.2.7.tgz",
     2889            "integrity": "sha512-zobQkBHiEqryatR6aB/kSSRUTlkt3F0KZHTSjt+0Vd2LOg25Wdv1SP0XpPftDCxr/6EHBSHPxBweHZxpy70Mkw==",
    28912890            "requires": {
    28922891                "@babel/runtime": "^7.12.5",
     
    29312930        },
    29322931        "@wordpress/block-library": {
    2933             "version": "2.28.3",
    2934             "resolved": "https://registry.npmjs.org/@wordpress/block-library/-/block-library-2.28.3.tgz",
    2935             "integrity": "sha512-g7rmaCADP795UOuvb2oUaUd1A7ci6xqtfcOj6inT+oJxf+2SYcawJCwndUI6pNEcfOVd448EAhm0ump+fwQJDw==",
     2932            "version": "2.28.4",
     2933            "resolved": "https://registry.npmjs.org/@wordpress/block-library/-/block-library-2.28.4.tgz",
     2934            "integrity": "sha512-9cu0YMeuRqdHYqhHVOo5fqmo5hR3HgI/inS5jgzBgij+C9SG+fE+mq6CFXWBAQKIi913VL5cIgbxHu9vCGniTQ==",
    29362935            "requires": {
    29372936                "@babel/runtime": "^7.12.5",
     
    29402939                "@wordpress/autop": "^2.11.1",
    29412940                "@wordpress/blob": "^2.12.1",
    2942                 "@wordpress/block-editor": "^5.2.6",
     2941                "@wordpress/block-editor": "^5.2.7",
    29432942                "@wordpress/blocks": "^7.0.3",
    29442943                "@wordpress/components": "^12.0.6",
     
    29492948                "@wordpress/deprecated": "^2.11.1",
    29502949                "@wordpress/dom": "^2.16.2",
    2951                 "@wordpress/editor": "^9.25.6",
     2950                "@wordpress/editor": "^9.25.7",
    29522951                "@wordpress/element": "^2.19.1",
    29532952                "@wordpress/escape-html": "^1.11.1",
     
    29592958                "@wordpress/notices": "^2.12.6",
    29602959                "@wordpress/primitives": "^1.11.1",
    2961                 "@wordpress/reusable-blocks": "^1.1.6",
     2960                "@wordpress/reusable-blocks": "^1.1.7",
    29622961                "@wordpress/rich-text": "^3.24.6",
    29632962                "@wordpress/server-side-render": "^1.20.6",
     
    32253224        },
    32263225        "@wordpress/edit-post": {
    3227             "version": "3.26.6",
    3228             "resolved": "https://registry.npmjs.org/@wordpress/edit-post/-/edit-post-3.26.6.tgz",
    3229             "integrity": "sha512-nbHvJqQXc4taScRzYicfL+cHl4W6W/3gGddcpwZV+KtGwHapDeOVat1dzkPvqX21DEjwJMqwF4XaQxKAv3b4kw==",
     3226            "version": "3.26.7",
     3227            "resolved": "https://registry.npmjs.org/@wordpress/edit-post/-/edit-post-3.26.7.tgz",
     3228            "integrity": "sha512-3Ne0wZ18GMX1Rmrfz79b6FDXrzjEozABh692M2ixMvvr0mAw46eHtO9ZA5b2YBUHntvszF0ectca86uGTBGMrw==",
    32303229            "requires": {
    32313230                "@babel/runtime": "^7.12.5",
    32323231                "@wordpress/a11y": "^2.14.3",
    32333232                "@wordpress/api-fetch": "^3.21.5",
    3234                 "@wordpress/block-editor": "^5.2.6",
    3235                 "@wordpress/block-library": "^2.28.3",
     3233                "@wordpress/block-editor": "^5.2.7",
     3234                "@wordpress/block-library": "^2.28.4",
    32363235                "@wordpress/blocks": "^7.0.3",
    32373236                "@wordpress/components": "^12.0.6",
     
    32403239                "@wordpress/data": "^4.26.6",
    32413240                "@wordpress/data-controls": "^1.20.6",
    3242                 "@wordpress/editor": "^9.25.6",
     3241                "@wordpress/editor": "^9.25.7",
    32433242                "@wordpress/element": "^2.19.1",
    32443243                "@wordpress/hooks": "^2.11.1",
     
    32633262        },
    32643263        "@wordpress/editor": {
    3265             "version": "9.25.6",
    3266             "resolved": "https://registry.npmjs.org/@wordpress/editor/-/editor-9.25.6.tgz",
    3267             "integrity": "sha512-QBUZuepgq8ok1bwuVji1TA5GHN8Lnwmy/2olAOL4EJDxlfzVxiRw4I/p9XCO2Afx87fYmIRKgrlLJW5ZZ93n3A==",
     3264            "version": "9.25.7",
     3265            "resolved": "https://registry.npmjs.org/@wordpress/editor/-/editor-9.25.7.tgz",
     3266            "integrity": "sha512-wU/X5pFROvDvHRvKw+U4SYXdQVeOTL01gCBIYN8zQgSTxHXH6+GIdW13M2FzS+ngUryj2Pf6/++l8SqA7OxupQ==",
    32683267            "requires": {
    32693268                "@babel/runtime": "^7.12.5",
     
    32713270                "@wordpress/autop": "^2.11.1",
    32723271                "@wordpress/blob": "^2.12.1",
    3273                 "@wordpress/block-editor": "^5.2.6",
     3272                "@wordpress/block-editor": "^5.2.7",
    32743273                "@wordpress/blocks": "^7.0.3",
    32753274                "@wordpress/components": "^12.0.6",
     
    32903289                "@wordpress/media-utils": "^1.19.5",
    32913290                "@wordpress/notices": "^2.12.6",
    3292                 "@wordpress/reusable-blocks": "^1.1.6",
     3291                "@wordpress/reusable-blocks": "^1.1.7",
    32933292                "@wordpress/rich-text": "^3.24.6",
    32943293                "@wordpress/server-side-render": "^1.20.6",
     
    33773376        },
    33783377        "@wordpress/format-library": {
    3379             "version": "1.26.6",
    3380             "resolved": "https://registry.npmjs.org/@wordpress/format-library/-/format-library-1.26.6.tgz",
    3381             "integrity": "sha512-4JTOz8EYS2Xwflz2niTsbDTAdJp0+ZcXvMt2fqPzB9MC+fj5C2XqBzdMUNSQ6VUzWj9W6/uZooodWMwwQG76/Q==",
     3378            "version": "1.26.7",
     3379            "resolved": "https://registry.npmjs.org/@wordpress/format-library/-/format-library-1.26.7.tgz",
     3380            "integrity": "sha512-0UjiyP1OB1wm7FjyCJqY3peJyAYH7l3DjTp+n1YbymaONdpC1K0tSo5LUj6WhXz/oGflOxleNDbKOd7h1vpUUw==",
    33823381            "requires": {
    33833382                "@babel/runtime": "^7.12.5",
    33843383                "@wordpress/a11y": "^2.14.3",
    3385                 "@wordpress/block-editor": "^5.2.6",
     3384                "@wordpress/block-editor": "^5.2.7",
    33863385                "@wordpress/components": "^12.0.6",
    33873386                "@wordpress/compose": "^3.24.3",
     
    36723671        },
    36733672        "@wordpress/reusable-blocks": {
    3674             "version": "1.1.6",
    3675             "resolved": "https://registry.npmjs.org/@wordpress/reusable-blocks/-/reusable-blocks-1.1.6.tgz",
    3676             "integrity": "sha512-LYY3NUR6LCucIn1TVIYNaB/hkXbFt7faKUkPBWBiVZASEIv/DiYPzIkYWIQUYRyc1cev5WPHUi8xOThCiORijQ==",
    3677             "requires": {
    3678                 "@wordpress/block-editor": "^5.2.6",
     3673            "version": "1.1.7",
     3674            "resolved": "https://registry.npmjs.org/@wordpress/reusable-blocks/-/reusable-blocks-1.1.7.tgz",
     3675            "integrity": "sha512-NnLHvnVjKzBSmGZYAambLVVZ5GJxsKvGm9dLS/JKeae2XEn3XA0sqez5m35GCkxgCLXAsVd49T4OeLZiaEuwqg==",
     3676            "requires": {
     3677                "@wordpress/block-editor": "^5.2.7",
    36793678                "@wordpress/blocks": "^7.0.3",
    36803679                "@wordpress/components": "^12.0.6",
     
    39323931                        "unbzip2-stream": "^1.3.3",
    39333932                        "ws": "^7.2.3"
    3934                     },
    3935                     "dependencies": {
    3936                         "devtools-protocol": {
    3937                             "version": "0.0.818844",
    3938                             "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.818844.tgz",
    3939                             "integrity": "sha512-AD1hi7iVJ8OD0aMLQU5VK0XH9LDlA1+BcPIgrAxPfaibx2DbWucuyOhc4oyQCbnvDDO68nN6/LcKfqTP343Jjg==",
    3940                             "dev": true
    3941                         }
    39423933                    }
    39433934                },
     
    49024893        },
    49034894        "axe-core": {
    4904             "version": "4.1.1",
    4905             "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.1.1.tgz",
    4906             "integrity": "sha512-5Kgy8Cz6LPC9DJcNb3yjAXTu3XihQgEdnIg50c//zOC/MyLP0Clg+Y8Sh9ZjjnvBrDZU4DgXS9C3T9r4/scGZQ==",
     4895            "version": "4.1.2",
     4896            "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.1.2.tgz",
     4897            "integrity": "sha512-V+Nq70NxKhYt89ArVcaNL9FDryB3vQOd+BFXZIfO3RP6rwtj+2yqqqdHEkacutglPaZLkJeuXKCjCJDMGPtPqg==",
    49074898            "dev": true
    49084899        },
     
    50565047        },
    50575048        "babel-plugin-emotion": {
    5058             "version": "10.0.33",
    5059             "resolved": "https://registry.npmjs.org/babel-plugin-emotion/-/babel-plugin-emotion-10.0.33.tgz",
    5060             "integrity": "sha512-bxZbTTGz0AJQDHm8k6Rf3RQJ8tX2scsfsRyKVgAbiUPUNIRtlK+7JxP+TAd1kRLABFxe0CFm2VdK4ePkoA9FxQ==",
     5049            "version": "10.2.2",
     5050            "resolved": "https://registry.npmjs.org/babel-plugin-emotion/-/babel-plugin-emotion-10.2.2.tgz",
     5051            "integrity": "sha512-SMSkGoqTbTyUTDeuVuPIWifPdUGkTk1Kf9BWRiXIOIcuyMfsdp2EjeiiFvOzX8NOBvEh/ypKYvUh2rkgAJMCLA==",
    50615052            "requires": {
    50625053                "@babel/helper-module-imports": "^7.0.0",
     
    80678058            "dev": true
    80688059        },
     8060        "devtools-protocol": {
     8061            "version": "0.0.818844",
     8062            "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.818844.tgz",
     8063            "integrity": "sha512-AD1hi7iVJ8OD0aMLQU5VK0XH9LDlA1+BcPIgrAxPfaibx2DbWucuyOhc4oyQCbnvDDO68nN6/LcKfqTP343Jjg==",
     8064            "dev": true
     8065        },
    80698066        "diff": {
    80708067            "version": "4.0.2",
     
    87328729        },
    87338730        "eslint": {
    8734             "version": "7.19.0",
    8735             "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.19.0.tgz",
    8736             "integrity": "sha512-CGlMgJY56JZ9ZSYhJuhow61lMPPjUzWmChFya71Z/jilVos7mR/jPgaEfVGgMBY5DshbKdG8Ezb8FDCHcoMEMg==",
    8737             "dev": true,
    8738             "requires": {
    8739                 "@babel/code-frame": "^7.0.0",
     8731            "version": "7.20.0",
     8732            "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.20.0.tgz",
     8733            "integrity": "sha512-qGi0CTcOGP2OtCQBgWZlQjcTuP0XkIpYFj25XtRTQSHC+umNnp7UMshr2G8SLsRFYDdAPFeHOsiteadmMH02Yw==",
     8734            "dev": true,
     8735            "requires": {
     8736                "@babel/code-frame": "7.12.11",
    87408737                "@eslint/eslintrc": "^0.3.0",
    87418738                "ajv": "^6.10.0",
     
    87498746                "eslint-visitor-keys": "^2.0.0",
    87508747                "espree": "^7.3.1",
    8751                 "esquery": "^1.2.0",
     8748                "esquery": "^1.4.0",
    87528749                "esutils": "^2.0.2",
    87538750                "file-entry-cache": "^6.0.0",
     
    87768773            },
    87778774            "dependencies": {
     8775                "@babel/code-frame": {
     8776                    "version": "7.12.11",
     8777                    "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz",
     8778                    "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==",
     8779                    "dev": true,
     8780                    "requires": {
     8781                        "@babel/highlight": "^7.10.4"
     8782                    }
     8783                },
    87788784                "ansi-regex": {
    87798785                    "version": "5.0.0",
     
    1496714973        },
    1496814974        "known-css-properties": {
    14969             "version": "0.20.0",
    14970             "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.20.0.tgz",
    14971             "integrity": "sha512-URvsjaA9ypfreqJ2/ylDr5MUERhJZ+DhguoWRr2xgS5C7aGCalXo+ewL+GixgKBfhT2vuL02nbIgNGqVWgTOYw==",
     14975            "version": "0.21.0",
     14976            "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.21.0.tgz",
     14977            "integrity": "sha512-sZLUnTqimCkvkgRS+kbPlYW5o8q5w1cu+uIisKpEWkj31I8mx8kNG162DwRav8Zirkva6N5uoFsm9kzK4mUXjw==",
    1497214978            "dev": true
    1497314979        },
     
    1616616172        },
    1616716173        "moment-timezone": {
    16168             "version": "0.5.32",
    16169             "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.32.tgz",
    16170             "integrity": "sha512-Z8QNyuQHQAmWucp8Knmgei8YNo28aLjJq6Ma+jy1ZSpSk5nyfRT8xgUbSQvD2+2UajISfenndwvFuH3NGS+nvA==",
     16174            "version": "0.5.33",
     16175            "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.33.tgz",
     16176            "integrity": "sha512-PTc2vcT8K9J5/9rDEPe5czSIKgLoGsH8UNpA4qZTVw0Vd/Uz19geE9abbIOQKaAQFcnQ3v5YEXrbSc5BpshH+w==",
    1617116177            "requires": {
    1617216178                "moment": ">= 2.9.0"
     
    1896718973        },
    1896818974        "react-textarea-autosize": {
    18969             "version": "8.3.0",
    18970             "resolved": "https://registry.npmjs.org/react-textarea-autosize/-/react-textarea-autosize-8.3.0.tgz",
    18971             "integrity": "sha512-3GLWFAan2pbwBeoeNDoqGmSbrShORtgWfaWX0RJDivsUrpShh01saRM5RU/i4Zmf+whpBVEY5cA90Eq8Ub1N3w==",
     18975            "version": "8.3.1",
     18976            "resolved": "https://registry.npmjs.org/react-textarea-autosize/-/react-textarea-autosize-8.3.1.tgz",
     18977            "integrity": "sha512-Vk02C3RWKLjx1wSwcVuPwfTuyGIemBB2MjDi01OnBYxKWSJFA/O7IOzr9FrO8AuRlkupk4X6Kjew2mYyEDXi0A==",
    1897218978            "requires": {
    1897318979                "@babel/runtime": "^7.10.2",
     
    1897718983        },
    1897818984        "react-use-gesture": {
    18979             "version": "9.0.0",
    18980             "resolved": "https://registry.npmjs.org/react-use-gesture/-/react-use-gesture-9.0.0.tgz",
    18981             "integrity": "sha512-inTAcmX0Y8LWr7XViim5+6XlTsJ7kCgwYRrwxSu1Vkjv+8GyClHITFkGGKYXAv5QywZ8YqiJXpzFx8RZpEVF+w=="
     18985            "version": "9.0.4",
     18986            "resolved": "https://registry.npmjs.org/react-use-gesture/-/react-use-gesture-9.0.4.tgz",
     18987            "integrity": "sha512-G0sbQY+HSm2gSVIlD+LE1unpVpG7YZRTr8TI72vo0Nu1lecJtvjbcY3ZLonEZLTtODJgLL6nBllMRXyy0bRSQA=="
    1898218988        },
    1898318989        "react-with-direction": {
     
    2152721533        },
    2152821534        "stylelint": {
    21529             "version": "13.9.0",
    21530             "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.9.0.tgz",
    21531             "integrity": "sha512-VVWH2oixOAxpWL1vH+V42ReCzBjW2AeqskSAbi8+3OjV1Xg3VZkmTcAqBZfRRvJeF4BvYuDLXebW3tIHxgZDEg==",
     21535            "version": "13.10.0",
     21536            "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.10.0.tgz",
     21537            "integrity": "sha512-eDuLrL0wzPKbl5/TbNGZcbw0lTIGbDEr5W6lCODvb1gAg0ncbgCRt7oU0C2VFDvbrcY0A3MFZOwltwTRmc0XCw==",
    2153221538            "dev": true,
    2153321539            "requires": {
     
    2155121557                "import-lazy": "^4.0.0",
    2155221558                "imurmurhash": "^0.1.4",
    21553                 "known-css-properties": "^0.20.0",
     21559                "known-css-properties": "^0.21.0",
    2155421560                "lodash": "^4.17.20",
    2155521561                "log-symbols": "^4.0.0",
     
    2196321969                },
    2196421970                "yargs-parser": {
    21965                     "version": "20.2.4",
    21966                     "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.4.tgz",
    21967                     "integrity": "sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==",
     21971                    "version": "20.2.5",
     21972                    "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.5.tgz",
     21973                    "integrity": "sha512-jYRGS3zWy20NtDtK2kBgo/TlAoy5YUuhD9/LZ7z7W4j1Fdw2cqD0xEEclf8fxc8xjD6X5Qr+qQQwCEsP8iRiYg==",
    2196821974                    "dev": true
    2196921975                }
     
    2198621992        },
    2198721993        "stylelint-scss": {
    21988             "version": "3.18.0",
    21989             "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.18.0.tgz",
    21990             "integrity": "sha512-LD7+hv/6/ApNGt7+nR/50ft7cezKP2HM5rI8avIdGaUWre3xlHfV4jKO/DRZhscfuN+Ewy9FMhcTq0CcS0C/SA==",
     21994            "version": "3.19.0",
     21995            "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.19.0.tgz",
     21996            "integrity": "sha512-Ic5bsmpS4wVucOw44doC1Yi9f5qbeVL4wPFiEOaUElgsOuLEN6Ofn/krKI8BeNL2gAn53Zu+IcVV4E345r6rBw==",
    2199121997            "dev": true,
    2199221998            "requires": {
     
    2212022126            "dependencies": {
    2212122127                "ajv": {
    22122                     "version": "7.0.4",
    22123                     "resolved": "https://registry.npmjs.org/ajv/-/ajv-7.0.4.tgz",
    22124                     "integrity": "sha512-xzzzaqgEQfmuhbhAoqjJ8T/1okb6gAzXn/eQRNpAN1AEUoHJTNF9xCDRTtf/s3SKldtZfa+RJeTs+BQq+eZ/sw==",
     22128                    "version": "7.1.0",
     22129                    "resolved": "https://registry.npmjs.org/ajv/-/ajv-7.1.0.tgz",
     22130                    "integrity": "sha512-svS9uILze/cXbH0z2myCK2Brqprx/+JJYK5pHicT/GQiBfzzhUVAIT6MwqJg8y4xV/zoGsUeuPuwtoiKSGE15g==",
    2212522131                    "dev": true,
    2212622132                    "requires": {
  • trunk/package.json

    r50267 r50343  
    8585        "@wordpress/autop": "2.11.1",
    8686        "@wordpress/blob": "2.12.1",
    87         "@wordpress/block-directory": "1.18.6",
    88         "@wordpress/block-editor": "5.2.6",
    89         "@wordpress/block-library": "2.28.3",
     87        "@wordpress/block-directory": "1.18.7",
     88        "@wordpress/block-editor": "5.2.7",
     89        "@wordpress/block-library": "2.28.4",
    9090        "@wordpress/block-serialization-default-parser": "3.9.1",
    9191        "@wordpress/blocks": "7.0.3",
     
    9999        "@wordpress/dom": "2.16.2",
    100100        "@wordpress/dom-ready": "2.12.1",
    101         "@wordpress/edit-post": "3.26.6",
    102         "@wordpress/editor": "9.25.6",
     101        "@wordpress/edit-post": "3.26.7",
     102        "@wordpress/editor": "9.25.7",
    103103        "@wordpress/element": "2.19.1",
    104104        "@wordpress/escape-html": "1.11.1",
    105         "@wordpress/format-library": "1.26.6",
     105        "@wordpress/format-library": "1.26.7",
    106106        "@wordpress/hooks": "2.11.1",
    107107        "@wordpress/html-entities": "2.10.1",
     
    119119        "@wordpress/priority-queue": "1.10.1",
    120120        "@wordpress/redux-routine": "3.13.1",
    121         "@wordpress/reusable-blocks": "1.1.6",
     121        "@wordpress/reusable-blocks": "1.1.7",
    122122        "@wordpress/rich-text": "3.24.6",
    123123        "@wordpress/server-side-render": "1.20.6",
  • trunk/src/wp-includes/assets/script-loader-packages.php

    r50235 r50343  
    1 <?php return array('a11y.js' => array('dependencies' => array('wp-dom-ready', 'wp-i18n', 'wp-polyfill'), 'version' => '3d65a2b0e4dd8e5d0910ccf21d7a4560'), 'annotations.js' => array('dependencies' => array('lodash', 'wp-data', 'wp-hooks', 'wp-i18n', 'wp-polyfill', 'wp-rich-text'), 'version' => '79f738bcbbed3bb14952928eaa00dfe5'), 'api-fetch.js' => array('dependencies' => array('wp-i18n', 'wp-polyfill', 'wp-url'), 'version' => 'd2b6a025819ad8208c1b274a36609d3b'), 'autop.js' => array('dependencies' => array('wp-polyfill'), 'version' => '46344923664714dbd8b729a8e45156f8'), 'blob.js' => array('dependencies' => array('wp-polyfill'), 'version' => '72222aa8da2b1686a4f3ff592e15ff3b'), 'block-directory.js' => array('dependencies' => array('lodash', 'wp-a11y', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-data-controls', 'wp-edit-post', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives'), 'version' => '7c632bb9e8f42020a8f6faf1bbe78189'), 'block-editor.js' => array('dependencies' => array('lodash', 'react', 'wp-a11y', 'wp-blob', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-is-shallow-equal', 'wp-keyboard-shortcuts', 'wp-keycodes', 'wp-notices', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-shortcode', 'wp-token-list', 'wp-url', 'wp-wordcount'), 'version' => '386d861b7bd63537a9bc77f59c6a7a29'), 'block-library.js' => array('dependencies' => array('lodash', 'moment', 'react', 'wp-api-fetch', 'wp-autop', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-notices', 'wp-polyfill', 'wp-primitives', 'wp-reusable-blocks', 'wp-rich-text', 'wp-server-side-render', 'wp-url', 'wp-viewport'), 'version' => '7b985c2d1f0db11e3f603ecdbf9e50cc'), 'block-serialization-default-parser.js' => array('dependencies' => array('wp-polyfill'), 'version' => 'd7f227adbbfd6d572c13e978b02a0c1b'), 'blocks.js' => array('dependencies' => array('lodash', 'wp-autop', 'wp-blob', 'wp-block-serialization-default-parser', 'wp-compose', 'wp-data', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-is-shallow-equal', 'wp-polyfill', 'wp-primitives', 'wp-shortcode'), 'version' => '3b3a2d6810bb37aa17a8514109d07e84'), 'components.js' => array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wp-a11y', 'wp-compose', 'wp-data', 'wp-date', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-is-shallow-equal', 'wp-keycodes', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-warning'), 'version' => '6a857b6c6b3bdea11421b901762a285d'), 'compose.js' => array('dependencies' => array('lodash', 'react', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-is-shallow-equal', 'wp-keycodes', 'wp-polyfill', 'wp-priority-queue'), 'version' => 'da04f6bba4cad9e401ec52b71e3c21c0'), 'core-data.js' => array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-blocks', 'wp-data', 'wp-data-controls', 'wp-deprecated', 'wp-element', 'wp-i18n', 'wp-is-shallow-equal', 'wp-polyfill', 'wp-url'), 'version' => 'aede82e836ad96c5da78b33726ba0200'), 'data.js' => array('dependencies' => array('lodash', 'react', 'wp-compose', 'wp-deprecated', 'wp-element', 'wp-is-shallow-equal', 'wp-polyfill', 'wp-priority-queue', 'wp-redux-routine'), 'version' => 'bb6156027227357c5144f2ce79e44898'), 'data-controls.js' => array('dependencies' => array('wp-api-fetch', 'wp-data', 'wp-deprecated', 'wp-polyfill'), 'version' => '66cae8f9d16ae3d95f20e0293c854e07'), 'date.js' => array('dependencies' => array('moment', 'wp-polyfill'), 'version' => 'f35a6c8c0acabb6a2a12122164dc08c7'), 'deprecated.js' => array('dependencies' => array('wp-hooks', 'wp-polyfill'), 'version' => 'a357bf9043352328db51898ba95ba577'), 'dom.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => '532b537bde7ef88298ca471ebdb0dab7'), 'dom-ready.js' => array('dependencies' => array('wp-polyfill'), 'version' => 'a6586b64552c9c6924b8093e9ef4f74e'), 'edit-post.js' => array('dependencies' => array('lodash', 'wp-a11y', 'wp-block-editor', 'wp-block-library', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-data-controls', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-keyboard-shortcuts', 'wp-keycodes', 'wp-media-utils', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url', 'wp-viewport', 'wp-warning'), 'version' => '12faa2fac0693518c5014477c85602a9'), 'editor.js' => array('dependencies' => array('lodash', 'react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-data-controls', 'wp-date', 'wp-deprecated', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keyboard-shortcuts', 'wp-keycodes', 'wp-media-utils', 'wp-notices', 'wp-polyfill', 'wp-primitives', 'wp-reusable-blocks', 'wp-rich-text', 'wp-server-side-render', 'wp-url', 'wp-wordcount'), 'version' => '16283649339803230b71f4a09e6375a2'), 'element.js' => array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-escape-html', 'wp-polyfill'), 'version' => 'e303eef732dc2e9cd184f99edbdf0718'), 'escape-html.js' => array('dependencies' => array('wp-polyfill'), 'version' => '11a9ed20aa0e5b49a24e416455d2311e'), 'format-library.js' => array('dependencies' => array('lodash', 'wp-a11y', 'wp-block-editor', 'wp-components', 'wp-data', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-url'), 'version' => '9659c1250fe57267a58f515cd6be4d2c'), 'hooks.js' => array('dependencies' => array('wp-polyfill'), 'version' => 'a87162d1d1d85315469fd50cf6cdf719'), 'html-entities.js' => array('dependencies' => array('wp-polyfill'), 'version' => '5f0f2fc8f6cde41ab343549aa0b50183'), 'i18n.js' => array('dependencies' => array('wp-hooks', 'wp-polyfill'), 'version' => 'c7d029d5a62250e1766ab5b0ed1d85f5'), 'is-shallow-equal.js' => array('dependencies' => array('wp-polyfill'), 'version' => 'fe40c677e873194b3edb895c13f6f925'), 'keyboard-shortcuts.js' => array('dependencies' => array('lodash', 'wp-compose', 'wp-data', 'wp-keycodes', 'wp-polyfill'), 'version' => 'dc3c07735b6f3714460244bbb75dbbb3'), 'keycodes.js' => array('dependencies' => array('lodash', 'wp-i18n', 'wp-polyfill'), 'version' => 'd0d1ad750ba4fba87563fd335b18503f'), 'list-reusable-blocks.js' => array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => 'e5e916e1168f00c6dd3a7a86fd4a8f03'), 'media-utils.js' => array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-blob', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '02ad50a61fac438c77e3cbfff0c59f11'), 'notices.js' => array('dependencies' => array('lodash', 'wp-data', 'wp-polyfill'), 'version' => 'cecb3afc20c05900c1d7d3138f8dd402'), 'nux.js' => array('dependencies' => array('lodash', 'wp-components', 'wp-compose', 'wp-data', 'wp-deprecated', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives'), 'version' => 'a179978e1113c736bc5f9ed0880125dc'), 'plugins.js' => array('dependencies' => array('lodash', 'wp-compose', 'wp-element', 'wp-hooks', 'wp-polyfill', 'wp-primitives'), 'version' => '33a2837df2c275e8e733af1ed03a22e7'), 'primitives.js' => array('dependencies' => array('wp-element', 'wp-polyfill'), 'version' => 'bb66102b2a31b6dc6e8290d236ecad64'), 'priority-queue.js' => array('dependencies' => array('wp-polyfill'), 'version' => '61fc9b8c45afe763799612e733d04e5d'), 'redux-routine.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => '33a44623489eaa8d30939e9819134a90'), 'reusable-blocks.js' => array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-core-data', 'wp-data', 'wp-element', 'wp-i18n', 'wp-notices', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'd8439e9f0d9a264cb4387ef8c7518739'), 'rich-text.js' => array('dependencies' => array('lodash', 'wp-data', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-escape-html', 'wp-keycodes', 'wp-polyfill'), 'version' => '76bd61e80e968fb2ab1ef4062f63dc44'), 'server-side-render.js' => array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-deprecated', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-url'), 'version' => '5d2c2ba50c9fa1f13a4c80bc64bac7f9'), 'shortcode.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => '52c3ddfa4f24d3398dbdbd7a3961a44f'), 'token-list.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => '689e952535e84d8c2aaacf18c3558dd7'), 'url.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => '52e8fcfbf62fea3cb7bce8453d6a41a8'), 'viewport.js' => array('dependencies' => array('lodash', 'wp-compose', 'wp-data', 'wp-element', 'wp-polyfill'), 'version' => 'da553959200b02499cb31e9fab28985f'), 'warning.js' => array('dependencies' => array('wp-polyfill'), 'version' => '202ac16e99afe7c33c257b248625a947'), 'wordcount.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => 'e28e72fe639512e55d7cbca06d6470a7'));
     1<?php return array('a11y.js' => array('dependencies' => array('wp-dom-ready', 'wp-i18n', 'wp-polyfill'), 'version' => '3d65a2b0e4dd8e5d0910ccf21d7a4560'), 'annotations.js' => array('dependencies' => array('lodash', 'wp-data', 'wp-hooks', 'wp-i18n', 'wp-polyfill', 'wp-rich-text'), 'version' => '79f738bcbbed3bb14952928eaa00dfe5'), 'api-fetch.js' => array('dependencies' => array('wp-i18n', 'wp-polyfill', 'wp-url'), 'version' => 'd2b6a025819ad8208c1b274a36609d3b'), 'autop.js' => array('dependencies' => array('wp-polyfill'), 'version' => '46344923664714dbd8b729a8e45156f8'), 'blob.js' => array('dependencies' => array('wp-polyfill'), 'version' => '72222aa8da2b1686a4f3ff592e15ff3b'), 'block-directory.js' => array('dependencies' => array('lodash', 'wp-a11y', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-data-controls', 'wp-edit-post', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives'), 'version' => '7c632bb9e8f42020a8f6faf1bbe78189'), 'block-editor.js' => array('dependencies' => array('lodash', 'react', 'wp-a11y', 'wp-blob', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-is-shallow-equal', 'wp-keyboard-shortcuts', 'wp-keycodes', 'wp-notices', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-shortcode', 'wp-token-list', 'wp-url', 'wp-wordcount'), 'version' => '1706024e53c64704d846e819cf057896'), 'block-library.js' => array('dependencies' => array('lodash', 'moment', 'react', 'wp-api-fetch', 'wp-autop', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-notices', 'wp-polyfill', 'wp-primitives', 'wp-reusable-blocks', 'wp-rich-text', 'wp-server-side-render', 'wp-url', 'wp-viewport'), 'version' => '7b985c2d1f0db11e3f603ecdbf9e50cc'), 'block-serialization-default-parser.js' => array('dependencies' => array('wp-polyfill'), 'version' => 'd7f227adbbfd6d572c13e978b02a0c1b'), 'blocks.js' => array('dependencies' => array('lodash', 'wp-autop', 'wp-blob', 'wp-block-serialization-default-parser', 'wp-compose', 'wp-data', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-is-shallow-equal', 'wp-polyfill', 'wp-primitives', 'wp-shortcode'), 'version' => '3b3a2d6810bb37aa17a8514109d07e84'), 'components.js' => array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wp-a11y', 'wp-compose', 'wp-data', 'wp-date', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-is-shallow-equal', 'wp-keycodes', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-warning'), 'version' => '4a89451a7ae7a7e267503d3c5fb186dc'), 'compose.js' => array('dependencies' => array('lodash', 'react', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-is-shallow-equal', 'wp-keycodes', 'wp-polyfill', 'wp-priority-queue'), 'version' => 'da04f6bba4cad9e401ec52b71e3c21c0'), 'core-data.js' => array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-blocks', 'wp-data', 'wp-data-controls', 'wp-deprecated', 'wp-element', 'wp-i18n', 'wp-is-shallow-equal', 'wp-polyfill', 'wp-url'), 'version' => 'aede82e836ad96c5da78b33726ba0200'), 'data.js' => array('dependencies' => array('lodash', 'react', 'wp-compose', 'wp-deprecated', 'wp-element', 'wp-is-shallow-equal', 'wp-polyfill', 'wp-priority-queue', 'wp-redux-routine'), 'version' => 'bb6156027227357c5144f2ce79e44898'), 'data-controls.js' => array('dependencies' => array('wp-api-fetch', 'wp-data', 'wp-deprecated', 'wp-polyfill'), 'version' => '66cae8f9d16ae3d95f20e0293c854e07'), 'date.js' => array('dependencies' => array('moment', 'wp-polyfill'), 'version' => '09c6df655145d6afaf482b0189346178'), 'deprecated.js' => array('dependencies' => array('wp-hooks', 'wp-polyfill'), 'version' => 'a357bf9043352328db51898ba95ba577'), 'dom.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => '532b537bde7ef88298ca471ebdb0dab7'), 'dom-ready.js' => array('dependencies' => array('wp-polyfill'), 'version' => 'a6586b64552c9c6924b8093e9ef4f74e'), 'edit-post.js' => array('dependencies' => array('lodash', 'wp-a11y', 'wp-block-editor', 'wp-block-library', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-data-controls', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-keyboard-shortcuts', 'wp-keycodes', 'wp-media-utils', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url', 'wp-viewport', 'wp-warning'), 'version' => '12faa2fac0693518c5014477c85602a9'), 'editor.js' => array('dependencies' => array('lodash', 'react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-data-controls', 'wp-date', 'wp-deprecated', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keyboard-shortcuts', 'wp-keycodes', 'wp-media-utils', 'wp-notices', 'wp-polyfill', 'wp-primitives', 'wp-reusable-blocks', 'wp-rich-text', 'wp-server-side-render', 'wp-url', 'wp-wordcount'), 'version' => '16283649339803230b71f4a09e6375a2'), 'element.js' => array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-escape-html', 'wp-polyfill'), 'version' => 'e303eef732dc2e9cd184f99edbdf0718'), 'escape-html.js' => array('dependencies' => array('wp-polyfill'), 'version' => '11a9ed20aa0e5b49a24e416455d2311e'), 'format-library.js' => array('dependencies' => array('lodash', 'wp-a11y', 'wp-block-editor', 'wp-components', 'wp-data', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-url'), 'version' => '9659c1250fe57267a58f515cd6be4d2c'), 'hooks.js' => array('dependencies' => array('wp-polyfill'), 'version' => 'a87162d1d1d85315469fd50cf6cdf719'), 'html-entities.js' => array('dependencies' => array('wp-polyfill'), 'version' => '5f0f2fc8f6cde41ab343549aa0b50183'), 'i18n.js' => array('dependencies' => array('wp-hooks', 'wp-polyfill'), 'version' => 'c7d029d5a62250e1766ab5b0ed1d85f5'), 'is-shallow-equal.js' => array('dependencies' => array('wp-polyfill'), 'version' => 'fe40c677e873194b3edb895c13f6f925'), 'keyboard-shortcuts.js' => array('dependencies' => array('lodash', 'wp-compose', 'wp-data', 'wp-keycodes', 'wp-polyfill'), 'version' => 'dc3c07735b6f3714460244bbb75dbbb3'), 'keycodes.js' => array('dependencies' => array('lodash', 'wp-i18n', 'wp-polyfill'), 'version' => 'd0d1ad750ba4fba87563fd335b18503f'), 'list-reusable-blocks.js' => array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => 'e5e916e1168f00c6dd3a7a86fd4a8f03'), 'media-utils.js' => array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-blob', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '02ad50a61fac438c77e3cbfff0c59f11'), 'notices.js' => array('dependencies' => array('lodash', 'wp-data', 'wp-polyfill'), 'version' => 'cecb3afc20c05900c1d7d3138f8dd402'), 'nux.js' => array('dependencies' => array('lodash', 'wp-components', 'wp-compose', 'wp-data', 'wp-deprecated', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives'), 'version' => 'a179978e1113c736bc5f9ed0880125dc'), 'plugins.js' => array('dependencies' => array('lodash', 'wp-compose', 'wp-element', 'wp-hooks', 'wp-polyfill', 'wp-primitives'), 'version' => '33a2837df2c275e8e733af1ed03a22e7'), 'primitives.js' => array('dependencies' => array('wp-element', 'wp-polyfill'), 'version' => 'bb66102b2a31b6dc6e8290d236ecad64'), 'priority-queue.js' => array('dependencies' => array('wp-polyfill'), 'version' => '61fc9b8c45afe763799612e733d04e5d'), 'redux-routine.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => '33a44623489eaa8d30939e9819134a90'), 'reusable-blocks.js' => array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-core-data', 'wp-data', 'wp-element', 'wp-i18n', 'wp-notices', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'd8439e9f0d9a264cb4387ef8c7518739'), 'rich-text.js' => array('dependencies' => array('lodash', 'wp-data', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-escape-html', 'wp-keycodes', 'wp-polyfill'), 'version' => '76bd61e80e968fb2ab1ef4062f63dc44'), 'server-side-render.js' => array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-deprecated', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-url'), 'version' => '5d2c2ba50c9fa1f13a4c80bc64bac7f9'), 'shortcode.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => '52c3ddfa4f24d3398dbdbd7a3961a44f'), 'token-list.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => '689e952535e84d8c2aaacf18c3558dd7'), 'url.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => '52e8fcfbf62fea3cb7bce8453d6a41a8'), 'viewport.js' => array('dependencies' => array('lodash', 'wp-compose', 'wp-data', 'wp-element', 'wp-polyfill'), 'version' => 'da553959200b02499cb31e9fab28985f'), 'warning.js' => array('dependencies' => array('wp-polyfill'), 'version' => '202ac16e99afe7c33c257b248625a947'), 'wordcount.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => 'e28e72fe639512e55d7cbca06d6470a7'));
Note: See TracChangeset for help on using the changeset viewer.