From 1da51fec2b8949c7f4007f4939ce761c0fb46f9f Mon Sep 17 00:00:00 2001 From: Oliver Sand Date: Mon, 13 Sep 2021 13:53:14 +0200 Subject: [PATCH] Adjust dependencies to `@types/react` and `react-router` to follow the pattern used by all other Backstage packages Signed-off-by: Oliver Sand --- .changeset/techdocs-small-bugs-exist.md | 6 ++++++ plugins/home/package.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .changeset/techdocs-small-bugs-exist.md diff --git a/.changeset/techdocs-small-bugs-exist.md b/.changeset/techdocs-small-bugs-exist.md new file mode 100644 index 0000000000..5e7c01c1a4 --- /dev/null +++ b/.changeset/techdocs-small-bugs-exist.md @@ -0,0 +1,6 @@ +--- +'@backstage/plugin-home': patch +--- + +Adjust dependencies to `@types/react` and `react-router` to follow the pattern +used by all other Backstage packages. diff --git a/plugins/home/package.json b/plugins/home/package.json index 8ae92e8ace..8fe7826e2e 100644 --- a/plugins/home/package.json +++ b/plugins/home/package.json @@ -26,10 +26,10 @@ "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.45", - "@types/react": "^16.9", + "@types/react": "*", "react": "^16.13.1", "react-dom": "^16.13.1", - "react-router": "^6.0.0-beta.0", + "react-router": "6.0.0-beta.0", "react-use": "^17.2.4" }, "devDependencies": {