From 69fa90f1815e314388a0b9998180173c9f0eabb1 Mon Sep 17 00:00:00 2001 From: MT Lewis Date: Tue, 15 Mar 2022 12:55:04 +0000 Subject: [PATCH] permission-docs: update versions in example packages Signed-off-by: MT Lewis --- contrib/plugins/todo-list-backend/package.json | 10 +++++----- contrib/plugins/todo-list/package.json | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/contrib/plugins/todo-list-backend/package.json b/contrib/plugins/todo-list-backend/package.json index b07675c8f1..614f5520af 100644 --- a/contrib/plugins/todo-list-backend/package.json +++ b/contrib/plugins/todo-list-backend/package.json @@ -20,10 +20,10 @@ "clean": "backstage-cli clean" }, "dependencies": { - "@backstage/backend-common": "^0.10.6", + "@backstage/backend-common": "^0.10.7", "@backstage/config": "^0.1.13", "@backstage/errors": "^0.2.0", - "@backstage/plugin-auth-node": "^0.1.2", + "@backstage/plugin-auth-node": "^0.1.0", "@types/express": "*", "cross-fetch": "^3.0.6", "express": "^4.17.1", @@ -33,11 +33,11 @@ "yn": "^4.0.0" }, "devDependencies": { - "@backstage/cli": "^0.13.1", + "@backstage/cli": "^0.13.2", "@types/supertest": "^2.0.8", - "@types/uuid": "^8.3.4", + "@types/uuid": "^8.0.0", "msw": "^0.35.0", - "supertest": "^4.0.2" + "supertest": "^6.1.6" }, "files": [ "dist" diff --git a/contrib/plugins/todo-list/package.json b/contrib/plugins/todo-list/package.json index a6ee069c00..74fa881803 100644 --- a/contrib/plugins/todo-list/package.json +++ b/contrib/plugins/todo-list/package.json @@ -21,7 +21,7 @@ "clean": "backstage-cli clean" }, "dependencies": { - "@backstage/core-components": "^0.8.7", + "@backstage/core-components": "^0.8.8", "@backstage/core-plugin-api": "^0.6.0", "@backstage/theme": "^0.2.14", "@material-ui/core": "^4.12.2", @@ -33,9 +33,9 @@ "react": "^16.13.1 || ^17.0.0" }, "devDependencies": { - "@backstage/cli": "^0.13.1", + "@backstage/cli": "^0.13.2", "@backstage/core-app-api": "^0.5.2", - "@backstage/dev-utils": "^0.2.12", + "@backstage/dev-utils": "^0.2.21", "@backstage/test-utils": "^0.2.4", "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^11.2.5",