Skip to content

Commit

Permalink
Bump react-router-dom from 6.18.0 to 6.19.0 in /graylog2-web-interfac…
Browse files Browse the repository at this point in the history
…e/packages/graylog-web-plugin (#17358)

* Bump react-router-dom

Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.18.0 to 6.19.0.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.19.0/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Removing `unstable_` prefix (remix-run/react-router#10991)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dennis Oelkers <dennis@graylog.com>
  • Loading branch information
dependabot[bot] and dennisoelkers committed Feb 13, 2024
1 parent 2031a60 commit 822161e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -48,7 +48,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-bootstrap": "0.26.2",
"react-router-dom": "6.18.0",
"react-router-dom": "6.19.0",
"reflux": "0.2.13",
"styled-components": "6.1.1",
"typescript": "5.3.3",
Expand Down
Expand Up @@ -16,7 +16,7 @@
*/
import PropTypes from 'prop-types';
import type { Location } from 'react-router-dom';
import { unstable_useBlocker as useBlocker } from 'react-router-dom';
import { useBlocker } from 'react-router-dom';
import { useCallback, useEffect } from 'react';

import AppConfig from 'util/AppConfig';
Expand Down

0 comments on commit 822161e

Please sign in to comment.