Make WordPress Core


Ignore:
Timestamp:
07/24/2023 12:50:12 AM (21 months ago)
Author:
isabel_brison
Message:

Editor: fix popover positioning.

Pins the floating-ui package versions to avoid breaking changes when they update.

Props ramonopoly, spacedmonkey, bhrugesh12, huzaifaalmesbah, audrasjb, azaozz.
See #58847.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package-lock.json

    r56267 r56284  
    17791779        },
    17801780        "@floating-ui/core": {
    1781             "version": "1.3.1",
    1782             "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.3.1.tgz",
    1783             "integrity": "sha512-Bu+AMaXNjrpjh41znzHqaz3r2Nr8hHuHZT6V2LBKMhyMl0FgKA62PNYbqnfgmzOhoWZj70Zecisbo4H1rotP5g=="
     1781            "version": "1.0.1",
     1782            "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.0.1.tgz",
     1783            "integrity": "sha512-bO37brCPfteXQfFY0DyNDGB3+IMe4j150KFQcgJ5aBP295p9nBGeHEs/p0czrRbtlHq4Px/yoPXO/+dOCcF4uA=="
    17841784        },
    17851785        "@floating-ui/dom": {
    1786             "version": "1.4.5",
    1787             "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.4.5.tgz",
    1788             "integrity": "sha512-96KnRWkRnuBSSFbj0sFGwwOUd8EkiecINVl0O9wiZlZ64EkpyAOG3Xc2vKKNJmru0Z7RqWNymA+6b8OZqjgyyw==",
    1789             "requires": {
    1790                 "@floating-ui/core": "^1.3.1"
     1786            "version": "1.0.1",
     1787            "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.0.1.tgz",
     1788            "integrity": "sha512-wBDiLUKWU8QNPNOTAFHiIAkBv1KlHauG2AhqjSeh2H+wR8PX+AArXfz8NkRexH5PgMJMmSOS70YS89AbWYh5dA==",
     1789            "requires": {
     1790                "@floating-ui/core": "^1.0.1"
    17911791            }
    17921792        },
Note: See TracChangeset for help on using the changeset viewer.