diff --git package-lock.json package-lock.json
index ea62f06f26..889a26c14e 100644
|
|
|
241 | 241 | } |
242 | 242 | }, |
243 | 243 | "@wordpress/annotations": { |
244 | | "version": "1.2.2", |
245 | | "resolved": "https://registry.npmjs.org/@wordpress/annotations/-/annotations-1.2.2.tgz", |
246 | | "integrity": "sha512-ZVljMC13AvbHhrDmMy1PcZag9U7hizdaLUQfU0fMWSWlSLMI6yQpAHZzOTJitgrPkZc3rmAoagvxojHkfsPnLA==", |
| 244 | "version": "1.2.3", |
| 245 | "resolved": "https://registry.npmjs.org/@wordpress/annotations/-/annotations-1.2.3.tgz", |
| 246 | "integrity": "sha512-3jJ5lEolHOfSYlmEJmh9bVTx8dt3o535RWmGmig6M/x96HoVqovehG35bTCO8Lq7Ugh2AonYf4WTDQa5ov31qA==", |
247 | 247 | "requires": { |
248 | 248 | "@babel/runtime": "^7.3.1", |
249 | 249 | "@wordpress/data": "^4.4.0", |
250 | 250 | "@wordpress/hooks": "^2.2.0", |
251 | 251 | "@wordpress/i18n": "^3.3.0", |
252 | | "@wordpress/rich-text": "^3.2.2", |
| 252 | "@wordpress/rich-text": "^3.2.3", |
253 | 253 | "lodash": "^4.17.11", |
254 | 254 | "memize": "^1.0.5", |
255 | 255 | "rememo": "^3.0.0", |
… |
… |
|
283 | 283 | } |
284 | 284 | }, |
285 | 285 | "@wordpress/block-editor": { |
286 | | "version": "2.0.1", |
287 | | "resolved": "https://registry.npmjs.org/@wordpress/block-editor/-/block-editor-2.0.1.tgz", |
288 | | "integrity": "sha512-CgTqyIO3ZxeyCtln3x7dkTbfw1wW9CMyRFRq2+FrWiaPYk8pz9fFxE++4hXZ8IHr+cb5qtqoEHdDuuqv1Wpc1A==", |
| 286 | "version": "2.0.2", |
| 287 | "resolved": "https://registry.npmjs.org/@wordpress/block-editor/-/block-editor-2.0.2.tgz", |
| 288 | "integrity": "sha512-Gvb3yqBk8KA7PqWHsDoIfgla9ZlTzwo7URu8PUUw2BC3C3irJPFMRgIYxSdImiRN8Y0pK5oRsZwip74geppfMw==", |
289 | 289 | "requires": { |
290 | 290 | "@babel/runtime": "^7.0.0", |
291 | 291 | "@wordpress/a11y": "^2.2.0", |
292 | 292 | "@wordpress/blob": "^2.3.0", |
293 | | "@wordpress/blocks": "^6.2.4", |
294 | | "@wordpress/components": "^7.3.1", |
| 293 | "@wordpress/blocks": "^6.2.5", |
| 294 | "@wordpress/components": "^7.3.2", |
295 | 295 | "@wordpress/compose": "^3.2.0", |
296 | 296 | "@wordpress/core-data": "^2.2.2", |
297 | 297 | "@wordpress/data": "^4.4.0", |
298 | | "@wordpress/dom": "^2.2.4", |
| 298 | "@wordpress/dom": "^2.2.5", |
299 | 299 | "@wordpress/element": "^2.3.0", |
300 | 300 | "@wordpress/hooks": "^2.2.0", |
301 | 301 | "@wordpress/html-entities": "^2.2.0", |
302 | 302 | "@wordpress/i18n": "^3.3.0", |
303 | 303 | "@wordpress/is-shallow-equal": "^1.2.0", |
304 | 304 | "@wordpress/keycodes": "^2.2.0", |
305 | | "@wordpress/rich-text": "^3.2.2", |
| 305 | "@wordpress/rich-text": "^3.2.3", |
306 | 306 | "@wordpress/token-list": "^1.2.0", |
307 | 307 | "@wordpress/url": "^2.5.0", |
308 | 308 | "@wordpress/viewport": "^2.3.0", |
… |
… |
|
317 | 317 | } |
318 | 318 | }, |
319 | 319 | "@wordpress/block-library": { |
320 | | "version": "2.4.4", |
321 | | "resolved": "https://registry.npmjs.org/@wordpress/block-library/-/block-library-2.4.4.tgz", |
322 | | "integrity": "sha512-Dk3AaLeG9WSnVsyf6zsjeQlQDW5RBXY96trS+KrP39UI8zhaScpvMrQye6jDkxLOnBlb3zAwWgoFjJSVSQn/hA==", |
| 320 | "version": "2.4.5", |
| 321 | "resolved": "https://registry.npmjs.org/@wordpress/block-library/-/block-library-2.4.5.tgz", |
| 322 | "integrity": "sha512-tzeYeGI19BlothHeDcia4uhe5Th5BO5OOObFaLDGcC8Zq9N8eEQxoDb+fjOmmJtFfpjz0l/pVsu34P7gd+cKAA==", |
323 | 323 | "requires": { |
324 | 324 | "@babel/runtime": "^7.3.1", |
325 | 325 | "@wordpress/autop": "^2.2.0", |
326 | 326 | "@wordpress/blob": "^2.3.0", |
327 | | "@wordpress/block-editor": "^2.0.1", |
328 | | "@wordpress/blocks": "^6.2.4", |
329 | | "@wordpress/components": "^7.3.1", |
| 327 | "@wordpress/block-editor": "^2.0.2", |
| 328 | "@wordpress/blocks": "^6.2.5", |
| 329 | "@wordpress/components": "^7.3.2", |
330 | 330 | "@wordpress/compose": "^3.2.0", |
331 | 331 | "@wordpress/core-data": "^2.2.2", |
332 | 332 | "@wordpress/data": "^4.4.0", |
333 | 333 | "@wordpress/deprecated": "^2.2.0", |
334 | | "@wordpress/editor": "^9.2.4", |
| 334 | "@wordpress/editor": "^9.2.5", |
335 | 335 | "@wordpress/element": "^2.3.0", |
336 | 336 | "@wordpress/html-entities": "^2.2.0", |
337 | 337 | "@wordpress/i18n": "^3.3.0", |
… |
… |
|
361 | 361 | } |
362 | 362 | }, |
363 | 363 | "@wordpress/blocks": { |
364 | | "version": "6.2.4", |
365 | | "resolved": "https://registry.npmjs.org/@wordpress/blocks/-/blocks-6.2.4.tgz", |
366 | | "integrity": "sha512-/ebC3wp5Bew973/GOM54kaA6JV2qgT8dhwJWJ4BH0FXvOrmA4fmZljR8R5Tl4UJJQ5Lm39LKPn7lg/sWq5tOMQ==", |
| 364 | "version": "6.2.5", |
| 365 | "resolved": "https://registry.npmjs.org/@wordpress/blocks/-/blocks-6.2.5.tgz", |
| 366 | "integrity": "sha512-rYS2vqC27Ypo9SdujWjDEzPx1r6c0BfV5WBsVfaAf1qypV77AusHN+keoht26j1d0u5eNUly3yGdN8GGQWkNSA==", |
367 | 367 | "requires": { |
368 | 368 | "@babel/runtime": "^7.3.1", |
369 | 369 | "@wordpress/autop": "^2.2.0", |
… |
… |
|
371 | 371 | "@wordpress/block-serialization-default-parser": "^3.1.0", |
372 | 372 | "@wordpress/block-serialization-spec-parser": "^3.0.0", |
373 | 373 | "@wordpress/data": "^4.4.0", |
374 | | "@wordpress/dom": "^2.2.4", |
| 374 | "@wordpress/dom": "^2.2.5", |
375 | 375 | "@wordpress/element": "^2.3.0", |
376 | 376 | "@wordpress/hooks": "^2.2.0", |
377 | 377 | "@wordpress/html-entities": "^2.2.0", |
… |
… |
|
388 | 388 | } |
389 | 389 | }, |
390 | 390 | "@wordpress/components": { |
391 | | "version": "7.3.1", |
392 | | "resolved": "https://registry.npmjs.org/@wordpress/components/-/components-7.3.1.tgz", |
393 | | "integrity": "sha512-vxx6tZoJCE0PoM3PejjXrxKlyyCp3n9zVRo9Pt9/KrPUAYUPPz0fffMhtrEvlHSa0KYZK1i4jv/H7yNU94plSg==", |
| 391 | "version": "7.3.2", |
| 392 | "resolved": "https://registry.npmjs.org/@wordpress/components/-/components-7.3.2.tgz", |
| 393 | "integrity": "sha512-sOdk/HOfhqTdL8ghiK/6JcgIqGA8T01mMwWsQ4TqvIHTGNGVbsVAHw2LtQAjYDjl0hZv4SmVlrpCWPlxBs3xUQ==", |
394 | 394 | "requires": { |
395 | 395 | "@babel/runtime": "^7.3.1", |
396 | 396 | "@wordpress/a11y": "^2.2.0", |
397 | 397 | "@wordpress/api-fetch": "^3.1.2", |
398 | 398 | "@wordpress/compose": "^3.2.0", |
399 | | "@wordpress/dom": "^2.2.4", |
| 399 | "@wordpress/dom": "^2.2.5", |
400 | 400 | "@wordpress/element": "^2.3.0", |
401 | 401 | "@wordpress/hooks": "^2.2.0", |
402 | 402 | "@wordpress/i18n": "^3.3.0", |
403 | 403 | "@wordpress/is-shallow-equal": "^1.2.0", |
404 | 404 | "@wordpress/keycodes": "^2.2.0", |
405 | | "@wordpress/rich-text": "^3.2.2", |
| 405 | "@wordpress/rich-text": "^3.2.3", |
406 | 406 | "@wordpress/url": "^2.5.0", |
407 | 407 | "classnames": "^2.2.5", |
408 | 408 | "clipboard": "^2.0.1", |
… |
… |
|
494 | 494 | } |
495 | 495 | }, |
496 | 496 | "@wordpress/dom": { |
497 | | "version": "2.2.4", |
498 | | "resolved": "https://registry.npmjs.org/@wordpress/dom/-/dom-2.2.4.tgz", |
499 | | "integrity": "sha512-+FX0F1VpTwZn/wiNIg4v4Rq8k8AShky0BB5TshnP91gOtkcS6AcclcjLUO7+RLF98SKTVhegYgFp6lf1eoIsXA==", |
| 497 | "version": "2.2.5", |
| 498 | "resolved": "https://registry.npmjs.org/@wordpress/dom/-/dom-2.2.5.tgz", |
| 499 | "integrity": "sha512-kVknuIIQ21HbmyiMpxTNqaOWU/07SGzzCxWrNjpzs+Kn5lB9zFi9yroTmEhcp97QpbGp3JwNJAVwMdZgmJSOzA==", |
500 | 500 | "requires": { |
501 | 501 | "@babel/runtime": "^7.3.1", |
502 | 502 | "lodash": "^4.17.11" |
… |
… |
|
511 | 511 | } |
512 | 512 | }, |
513 | 513 | "@wordpress/edit-post": { |
514 | | "version": "3.3.4", |
515 | | "resolved": "https://registry.npmjs.org/@wordpress/edit-post/-/edit-post-3.3.4.tgz", |
516 | | "integrity": "sha512-cEvf/DtR0FTPOg/BUqOPlhnYjGAYlMzI4qaL1wNNqEFYTivyIstak/6rkDsGp3rTWYdRw7VE5PoDnGrYduzVnA==", |
| 514 | "version": "3.3.5", |
| 515 | "resolved": "https://registry.npmjs.org/@wordpress/edit-post/-/edit-post-3.3.5.tgz", |
| 516 | "integrity": "sha512-JRmQPfM4JRwOoXnqs/vLrXOAZvNTSRL5KXTfDDDzlZ/WbVBbTv5e8EnA+rEMaX2g10rNF9IWk0vkStpqnqrLAw==", |
517 | 517 | "requires": { |
518 | 518 | "@babel/runtime": "^7.3.1", |
519 | 519 | "@wordpress/a11y": "^2.2.0", |
520 | 520 | "@wordpress/api-fetch": "^3.1.2", |
521 | | "@wordpress/block-editor": "^2.0.1", |
522 | | "@wordpress/block-library": "^2.4.4", |
523 | | "@wordpress/blocks": "^6.2.4", |
524 | | "@wordpress/components": "^7.3.1", |
| 521 | "@wordpress/block-editor": "^2.0.2", |
| 522 | "@wordpress/block-library": "^2.4.5", |
| 523 | "@wordpress/blocks": "^6.2.5", |
| 524 | "@wordpress/components": "^7.3.2", |
525 | 525 | "@wordpress/compose": "^3.2.0", |
526 | 526 | "@wordpress/core-data": "^2.2.2", |
527 | 527 | "@wordpress/data": "^4.4.0", |
528 | | "@wordpress/editor": "^9.2.4", |
| 528 | "@wordpress/editor": "^9.2.5", |
529 | 529 | "@wordpress/element": "^2.3.0", |
530 | | "@wordpress/format-library": "^1.4.4", |
| 530 | "@wordpress/format-library": "^1.4.5", |
531 | 531 | "@wordpress/hooks": "^2.2.0", |
532 | 532 | "@wordpress/i18n": "^3.3.0", |
533 | 533 | "@wordpress/keycodes": "^2.2.0", |
534 | | "@wordpress/nux": "^3.2.4", |
| 534 | "@wordpress/nux": "^3.2.5", |
535 | 535 | "@wordpress/plugins": "^2.2.0", |
536 | 536 | "@wordpress/url": "^2.5.0", |
537 | 537 | "@wordpress/viewport": "^2.3.0", |
… |
… |
|
541 | 541 | } |
542 | 542 | }, |
543 | 543 | "@wordpress/editor": { |
544 | | "version": "9.2.4", |
545 | | "resolved": "https://registry.npmjs.org/@wordpress/editor/-/editor-9.2.4.tgz", |
546 | | "integrity": "sha512-d8sjxSNjcph4HRL+OiMvXuSi7dv90fFr5DINrUJ266BfFlx5vRGQMUPdMV4kB/bKho839qKRZwVenzAmNvz9Ag==", |
| 544 | "version": "9.2.5", |
| 545 | "resolved": "https://registry.npmjs.org/@wordpress/editor/-/editor-9.2.5.tgz", |
| 546 | "integrity": "sha512-Ct92t9NDjMkmsiEMbX4439v7UUnUEmWVyjU0hCr6rKI45xo3i9Ijppi1eaLbyp8i9oS9qs6nyL9aaX2jAZf+Lg==", |
547 | 547 | "requires": { |
548 | 548 | "@babel/runtime": "^7.3.1", |
549 | 549 | "@wordpress/api-fetch": "^3.1.2", |
550 | 550 | "@wordpress/blob": "^2.3.0", |
551 | | "@wordpress/block-editor": "^2.0.1", |
552 | | "@wordpress/blocks": "^6.2.4", |
553 | | "@wordpress/components": "^7.3.1", |
| 551 | "@wordpress/block-editor": "^2.0.2", |
| 552 | "@wordpress/blocks": "^6.2.5", |
| 553 | "@wordpress/components": "^7.3.2", |
554 | 554 | "@wordpress/compose": "^3.2.0", |
555 | 555 | "@wordpress/core-data": "^2.2.2", |
556 | 556 | "@wordpress/data": "^4.4.0", |
… |
… |
|
562 | 562 | "@wordpress/i18n": "^3.3.0", |
563 | 563 | "@wordpress/keycodes": "^2.2.0", |
564 | 564 | "@wordpress/notices": "^1.3.0", |
565 | | "@wordpress/nux": "^3.2.4", |
| 565 | "@wordpress/nux": "^3.2.5", |
566 | 566 | "@wordpress/url": "^2.5.0", |
567 | 567 | "@wordpress/viewport": "^2.3.0", |
568 | 568 | "@wordpress/wordcount": "^2.2.0", |
… |
… |
|
632 | 632 | } |
633 | 633 | }, |
634 | 634 | "@wordpress/format-library": { |
635 | | "version": "1.4.4", |
636 | | "resolved": "https://registry.npmjs.org/@wordpress/format-library/-/format-library-1.4.4.tgz", |
637 | | "integrity": "sha512-KI8XU17nwOmJfPQbHTW+3bvkqmORqe7iD1vZ3ie6CTVsP0sjLgKEU9fsFuhmkfRIpzU6rX9zFQ7jWprU+szRAg==", |
| 635 | "version": "1.4.5", |
| 636 | "resolved": "https://registry.npmjs.org/@wordpress/format-library/-/format-library-1.4.5.tgz", |
| 637 | "integrity": "sha512-jP3tbjsf4D+kVXhNmdDu2arZH2L2jp3/buwxydXzm8+L7mBBL7YusSywb/PZlv9KyO6j2s7lUhnCx9oLnztwCw==", |
638 | 638 | "requires": { |
639 | 639 | "@babel/runtime": "^7.3.1", |
640 | | "@wordpress/block-editor": "^2.0.1", |
641 | | "@wordpress/components": "^7.3.1", |
642 | | "@wordpress/editor": "^9.2.4", |
| 640 | "@wordpress/block-editor": "^2.0.2", |
| 641 | "@wordpress/components": "^7.3.2", |
| 642 | "@wordpress/editor": "^9.2.5", |
643 | 643 | "@wordpress/element": "^2.3.0", |
644 | 644 | "@wordpress/i18n": "^3.3.0", |
645 | 645 | "@wordpress/keycodes": "^2.2.0", |
646 | | "@wordpress/rich-text": "^3.2.2", |
| 646 | "@wordpress/rich-text": "^3.2.3", |
647 | 647 | "@wordpress/url": "^2.5.0" |
648 | 648 | } |
649 | 649 | }, |
… |
… |
|
713 | 713 | } |
714 | 714 | }, |
715 | 715 | "@wordpress/list-reusable-blocks": { |
716 | | "version": "1.3.4", |
717 | | "resolved": "https://registry.npmjs.org/@wordpress/list-reusable-blocks/-/list-reusable-blocks-1.3.4.tgz", |
718 | | "integrity": "sha512-Q6WFgVsguqZ+4c36ARDTG54getwJpyyKlON5eH6BeSImwksZYw5M8LIfPYX7wfq2ViVmG5SB7KZJSOVHEBWtOg==", |
| 716 | "version": "1.3.5", |
| 717 | "resolved": "https://registry.npmjs.org/@wordpress/list-reusable-blocks/-/list-reusable-blocks-1.3.5.tgz", |
| 718 | "integrity": "sha512-Tif1dgVruWQrwvuqBX5pm0P505qXHgqeluvuUgGned/lbkJNOfQIylHEAImE8dpL6w1yTC/1mClbrOzCt6K+RA==", |
719 | 719 | "requires": { |
720 | 720 | "@babel/runtime": "^7.3.1", |
721 | 721 | "@wordpress/api-fetch": "^3.1.2", |
722 | | "@wordpress/components": "^7.3.1", |
| 722 | "@wordpress/components": "^7.3.2", |
723 | 723 | "@wordpress/compose": "^3.2.0", |
724 | 724 | "@wordpress/element": "^2.3.0", |
725 | 725 | "@wordpress/i18n": "^3.3.0", |
… |
… |
|
738 | 738 | } |
739 | 739 | }, |
740 | 740 | "@wordpress/nux": { |
741 | | "version": "3.2.4", |
742 | | "resolved": "https://registry.npmjs.org/@wordpress/nux/-/nux-3.2.4.tgz", |
743 | | "integrity": "sha512-5p/zg2fVL5+c7qHIWIV0IiKsRK6oRV29wO3pQbyfxex35UfxDd6SVZ7q+B96/WmIArdPx/o71ENwMT/YWrm1Uw==", |
| 741 | "version": "3.2.5", |
| 742 | "resolved": "https://registry.npmjs.org/@wordpress/nux/-/nux-3.2.5.tgz", |
| 743 | "integrity": "sha512-8xF3URBcDyFI8WKCdhrfOHwurD2Kuq1abWMC8AWouu45D7/WnQwcrKek6QUJr/EQ7/FmLBKf49OAfih8LRFUKA==", |
744 | 744 | "requires": { |
745 | 745 | "@babel/runtime": "^7.3.1", |
746 | | "@wordpress/components": "^7.3.1", |
| 746 | "@wordpress/components": "^7.3.2", |
747 | 747 | "@wordpress/compose": "^3.2.0", |
748 | 748 | "@wordpress/data": "^4.4.0", |
749 | 749 | "@wordpress/element": "^2.3.0", |
… |
… |
|
783 | 783 | } |
784 | 784 | }, |
785 | 785 | "@wordpress/rich-text": { |
786 | | "version": "3.2.2", |
787 | | "resolved": "https://registry.npmjs.org/@wordpress/rich-text/-/rich-text-3.2.2.tgz", |
788 | | "integrity": "sha512-aVRD++HqrGDULXUMaNOHjPwgJu0XSjdR9ov+7EL1NJL2U4hL6XQZsxPQPBWWojb+ZVkBvX1NHFl8kKAmi4UEog==", |
| 786 | "version": "3.2.3", |
| 787 | "resolved": "https://registry.npmjs.org/@wordpress/rich-text/-/rich-text-3.2.3.tgz", |
| 788 | "integrity": "sha512-/Wjhue4d9qIaxEVJl+gVUhO7DKnBBRwSFZOHTni5YRTx5+3VH4y4ApCvZ9wWmpV/keXLlKzoQOfvMjwtTonAaA==", |
789 | 789 | "requires": { |
790 | 790 | "@babel/runtime": "^7.3.1", |
791 | 791 | "@wordpress/compose": "^3.2.0", |
… |
… |
|
4651 | 4651 | } |
4652 | 4652 | }, |
4653 | 4653 | "direction": { |
4654 | | "version": "1.0.2", |
4655 | | "resolved": "https://registry.npmjs.org/direction/-/direction-1.0.2.tgz", |
4656 | | "integrity": "sha512-hSKoz5FBn+zhP9vWKkVQaaxnRDg3/MoPdcg2au54HIUDR8MrP8Ah1jXSJwCXel6SV3Afh5DSzc8Uqv2r1UoQwQ==" |
| 4654 | "version": "1.0.3", |
| 4655 | "resolved": "https://registry.npmjs.org/direction/-/direction-1.0.3.tgz", |
| 4656 | "integrity": "sha512-8bHRqMt4w/kND19KBksE4NOJo+gIOPuiZfxQvbd6xikfKbuNBYBdLIw0hA/4lWzBaDpwpW+Olmg1BjD9+0LU2w==" |
4657 | 4657 | }, |
4658 | 4658 | "dns-equal": { |
4659 | 4659 | "version": "1.0.0", |
diff --git package.json package.json
index 87d15c3105..b732005c22 100644
|
|
|
55 | 55 | "dependencies": { |
56 | 56 | "@babel/polyfill": "7.2.5", |
57 | 57 | "@wordpress/a11y": "2.2.0", |
58 | | "@wordpress/annotations": "1.2.2", |
| 58 | "@wordpress/annotations": "1.2.3", |
59 | 59 | "@wordpress/api-fetch": "3.1.2", |
60 | 60 | "@wordpress/autop": "2.2.0", |
61 | 61 | "@wordpress/blob": "2.3.0", |
62 | | "@wordpress/block-editor": "2.0.1", |
63 | | "@wordpress/block-library": "2.4.4", |
| 62 | "@wordpress/block-editor": "2.0.2", |
| 63 | "@wordpress/block-library": "2.4.5", |
64 | 64 | "@wordpress/block-serialization-default-parser": "3.1.0", |
65 | | "@wordpress/blocks": "6.2.4", |
66 | | "@wordpress/components": "7.3.1", |
| 65 | "@wordpress/blocks": "6.2.5", |
| 66 | "@wordpress/components": "7.3.2", |
67 | 67 | "@wordpress/compose": "3.2.0", |
68 | 68 | "@wordpress/core-data": "2.2.2", |
69 | 69 | "@wordpress/data": "4.4.0", |
70 | 70 | "@wordpress/date": "3.2.0", |
71 | 71 | "@wordpress/deprecated": "2.2.0", |
72 | | "@wordpress/dom": "2.2.4", |
| 72 | "@wordpress/dom": "2.2.5", |
73 | 73 | "@wordpress/dom-ready": "2.2.0", |
74 | | "@wordpress/edit-post": "3.3.4", |
75 | | "@wordpress/editor": "9.2.4", |
| 74 | "@wordpress/edit-post": "3.3.5", |
| 75 | "@wordpress/editor": "9.2.5", |
76 | 76 | "@wordpress/element": "2.3.0", |
77 | 77 | "@wordpress/escape-html": "1.2.0", |
78 | | "@wordpress/format-library": "1.4.4", |
| 78 | "@wordpress/format-library": "1.4.5", |
79 | 79 | "@wordpress/hooks": "2.2.0", |
80 | 80 | "@wordpress/html-entities": "2.2.0", |
81 | 81 | "@wordpress/i18n": "3.3.0", |
82 | 82 | "@wordpress/is-shallow-equal": "1.2.0", |
83 | 83 | "@wordpress/keycodes": "2.2.0", |
84 | | "@wordpress/list-reusable-blocks": "1.3.4", |
| 84 | "@wordpress/list-reusable-blocks": "1.3.5", |
85 | 85 | "@wordpress/notices": "1.3.0", |
86 | | "@wordpress/nux": "3.2.4", |
| 86 | "@wordpress/nux": "3.2.5", |
87 | 87 | "@wordpress/plugins": "2.2.0", |
88 | 88 | "@wordpress/priority-queue": "1.1.0", |
89 | 89 | "@wordpress/redux-routine": "3.2.0", |
90 | | "@wordpress/rich-text": "3.2.2", |
| 90 | "@wordpress/rich-text": "3.2.3", |
91 | 91 | "@wordpress/shortcode": "2.2.0", |
92 | 92 | "@wordpress/token-list": "1.2.0", |
93 | 93 | "@wordpress/url": "2.5.0", |
diff --git src/wp-includes/script-loader.php src/wp-includes/script-loader.php
index eec109dffa..9c1dc15b9e 100644
|
|
function wp_default_packages_scripts( &$scripts ) { |
225 | 225 | |
226 | 226 | $packages_versions = array( |
227 | 227 | 'a11y' => '2.2.0', |
228 | | 'annotations' => '1.2.2', |
| 228 | 'annotations' => '1.2.3', |
229 | 229 | 'api-fetch' => '3.1.2', |
230 | 230 | 'autop' => '2.0.0', |
231 | 231 | 'blob' => '2.3.0', |
232 | | 'block-editor' => '2.0.1', |
233 | | 'block-library' => '2.4.4', |
| 232 | 'block-editor' => '2.0.2', |
| 233 | 'block-library' => '2.4.5', |
234 | 234 | 'block-serialization-default-parser' => '3.1.0', |
235 | | 'blocks' => '6.2.4', |
236 | | 'components' => '7.3.1', |
| 235 | 'blocks' => '6.2.5', |
| 236 | 'components' => '7.3.2', |
237 | 237 | 'compose' => '3.2.0', |
238 | 238 | 'core-data' => '2.2.2', |
239 | 239 | 'data' => '4.4.0', |
240 | 240 | 'date' => '3.2.0', |
241 | 241 | 'deprecated' => '2.2.0', |
242 | | 'dom' => '2.2.4', |
| 242 | 'dom' => '2.2.5', |
243 | 243 | 'dom-ready' => '2.2.0', |
244 | | 'edit-post' => '3.3.4', |
245 | | 'editor' => '9.2.4', |
| 244 | 'edit-post' => '3.3.5', |
| 245 | 'editor' => '9.2.5', |
246 | 246 | 'element' => '2.3.0', |
247 | 247 | 'escape-html' => '1.2.0', |
248 | | 'format-library' => '1.4.4', |
| 248 | 'format-library' => '1.4.5', |
249 | 249 | 'hooks' => '2.2.0', |
250 | 250 | 'html-entities' => '2.2.0', |
251 | 251 | 'i18n' => '3.3.0', |
252 | 252 | 'is-shallow-equal' => '1.2.0', |
253 | 253 | 'keycodes' => '2.2.0', |
254 | | 'list-reusable-blocks' => '1.3.4', |
| 254 | 'list-reusable-blocks' => '1.3.5', |
255 | 255 | 'notices' => '1.3.0', |
256 | | 'nux' => '3.2.4', |
| 256 | 'nux' => '3.2.5', |
257 | 257 | 'plugins' => '2.2.0', |
258 | 258 | 'priority-queue' => '1.1.0', |
259 | 259 | 'redux-routine' => '3.2.0', |
260 | | 'rich-text' => '3.2.2', |
| 260 | 'rich-text' => '3.2.3', |
261 | 261 | 'shortcode' => '2.2.0', |
262 | 262 | 'token-list' => '1.2.0', |
263 | 263 | 'url' => '2.5.0', |