Skip to content

Commit

Permalink
Build: update to latest stable of @wordpress/element (#16478)
Browse files Browse the repository at this point in the history
Updating this will allow us to start using things like `createInterpolateElement` in the React dashboard.
  • Loading branch information
jeherve authored Jul 14, 2020
1 parent 0b1968f commit 8babe85
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@wordpress/browserslist-config": "2.6.0",
"@wordpress/compose": "3.11.0",
"@wordpress/data": "4.14.2",
"@wordpress/element": "2.11.0",
"@wordpress/element": "2.16.0",
"@wordpress/i18n": "3.9.0",
"@wordpress/url": "2.11.0",
"babel-jest": "24.9.0",
Expand Down
24 changes: 21 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2791,7 +2791,18 @@
refx "^3.0.0"
rememo "^3.0.0"

"@wordpress/element@2.11.0", "@wordpress/element@^2.11.0":
"@wordpress/element@2.16.0":
version "2.16.0"
resolved "https://registry.yarnpkg.com/@wordpress/element/-/element-2.16.0.tgz#8196a74a6a9049eed2a5b7a51eb696fd553bbf4c"
integrity sha512-1ijo/GR/uBfL4teCQ3oFdUTqkeV2EZ32SCvXl30iPbqYmaNSzT1ZI1dlW8GO5o5UBja9BG11hnaOwm93pE2y2A==
dependencies:
"@babel/runtime" "^7.9.2"
"@wordpress/escape-html" "^1.9.0"
lodash "^4.17.15"
react "^16.9.0"
react-dom "^16.9.0"

"@wordpress/element@^2.11.0":
version "2.11.0"
resolved "https://registry.yarnpkg.com/@wordpress/element/-/element-2.11.0.tgz#7bd6bad7bc90cca88746cb333d0c79c870e2064b"
integrity sha512-56ZO8a+E7QEsYwiqS+3BQPSHrCPsOAIEz5smXzntb2f6BjvOKeA64pup40mdn1pNGexe06LBA8cjoZVdLBHB1w==
Expand All @@ -2809,6 +2820,13 @@
dependencies:
"@babel/runtime" "^7.8.3"

"@wordpress/escape-html@^1.9.0":
version "1.9.0"
resolved "https://registry.yarnpkg.com/@wordpress/escape-html/-/escape-html-1.9.0.tgz#d982cac20a21018a471dff0942fe7e37e3f66caf"
integrity sha512-XW0GGqxpFauOgTjfQ9603hCDnUE+HhD0HVFMIEphIrTpTreLW3lJbfTibPTn0dWWPATqanH2TlPurOagUubh4g==
dependencies:
"@babel/runtime" "^7.9.2"

"@wordpress/eslint-plugin@4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@wordpress/eslint-plugin/-/eslint-plugin-4.0.0.tgz#cb44c51ecba03e220c9c6547fab1d4f34b172e55"
Expand Down Expand Up @@ -10684,12 +10702,12 @@ minimatch@3.0.4, minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch
dependencies:
brace-expansion "^1.1.7"

minimist@0.0.8, minimist@^0.2.1:
minimist@0.0.8, minimist@^0.2.1, minimist@^1.2.5:
version "0.2.1"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.2.1.tgz#827ba4e7593464e7c221e8c5bed930904ee2c455"
integrity sha512-GY8fANSrTMfBVfInqJAY41QkOM+upUTytK1jZ0c8+3HdHrJxBJ3rF5i9moClXTE8uUSnUo8cAsCoxDXvSY4DHg==

minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.5:
minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.3:
version "1.2.5"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
Expand Down

0 comments on commit 8babe85

Please sign in to comment.