Skip to content

Commit

Permalink
[8.x] Move react-is as devDependency (#197568) (#197681)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.x`:
- [Move react-is as devDependency
(#197568)](#197568)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Marco
Vettorello","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-24T16:02:42Z","message":"Move
react-is as devDependency (#197568)\n\n## Summary\r\n\r\n`react-is` is
used only in a single test. As suggested by the ops team\r\nwe should
move this dependency in the `devDependencies`
list.","sha":"9f3506544e6e8c9e1aad9416eb68b84ad3867f69","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Visualizations","release_note:skip","dependencies","v9.0.0","backport:version","v8.17.0"],"title":"Move
react-is as
devDependency","number":197568,"url":"https://github.com/elastic/kibana/pull/197568","mergeCommit":{"message":"Move
react-is as devDependency (#197568)\n\n## Summary\r\n\r\n`react-is` is
used only in a single test. As suggested by the ops team\r\nwe should
move this dependency in the `devDependencies`
list.","sha":"9f3506544e6e8c9e1aad9416eb68b84ad3867f69"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/197568","number":197568,"mergeCommit":{"message":"Move
react-is as devDependency (#197568)\n\n## Summary\r\n\r\n`react-is` is
used only in a single test. As suggested by the ops team\r\nwe should
move this dependency in the `devDependencies`
list.","sha":"9f3506544e6e8c9e1aad9416eb68b84ad3867f69"}},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Marco Vettorello <[email protected]>
  • Loading branch information
kibanamachine and markov00 authored Oct 24, 2024
1 parent f64488a commit 107344d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,6 @@
"react-grid-layout": "^1.3.4",
"react-hook-form": "^7.44.2",
"react-intl": "6.6.6",
"react-is": "^17.0.2",
"react-markdown": "^6.0.3",
"react-popper-tooltip": "^3.1.1",
"react-recompose": "^0.33.0",
Expand Down Expand Up @@ -1790,6 +1789,7 @@
"prettier": "^2.8.8",
"proxy": "^2.1.1",
"raw-loader": "^3.1.0",
"react-is": "^17.0.2",
"react-test-renderer": "^17.0.2",
"recast": "^0.23.9",
"regenerate": "^1.4.0",
Expand Down

0 comments on commit 107344d

Please sign in to comment.