From 893ff145bc9cbed1e583f0de81e97ad03b5d3fa7 Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Wed, 27 Apr 2022 22:59:14 +0200 Subject: [PATCH] todo-list: bump dependencies Signed-off-by: Vincenzo Scamporlino --- .../example-todo-list-backend/package.json | 20 ++++++------- plugins/example-todo-list-common/package.json | 18 ++++-------- plugins/example-todo-list/package.json | 28 +++++++++---------- 3 files changed, 30 insertions(+), 36 deletions(-) diff --git a/plugins/example-todo-list-backend/package.json b/plugins/example-todo-list-backend/package.json index 17c6d49057..471a496fd8 100644 --- a/plugins/example-todo-list-backend/package.json +++ b/plugins/example-todo-list-backend/package.json @@ -11,19 +11,19 @@ "types": "dist/index.d.ts" }, "scripts": { - "start": "backstage-cli backend:dev", - "build": "backstage-cli backend:build", - "lint": "backstage-cli lint", - "test": "backstage-cli test", - "prepack": "backstage-cli prepack", - "postpack": "backstage-cli postpack", - "clean": "backstage-cli clean" + "start": "backstage-cli package start", + "build": "backstage-cli package build", + "lint": "backstage-cli package lint", + "test": "backstage-cli package test", + "prepack": "backstage-cli package prepack", + "postpack": "backstage-cli package postpack", + "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/backend-common": "^0.13.2-next.1", + "@backstage/backend-common": "^0.13.3-next.0", "@backstage/config": "^1.0.0", "@backstage/errors": "^1.0.0", - "@backstage/plugin-auth-node": "^0.2.0-next.0", + "@backstage/plugin-auth-node": "^0.2.1-next.0", "@types/express": "^4.17.6", "cross-fetch": "^3.1.5", "express": "^4.17.1", @@ -33,7 +33,7 @@ "yn": "^4.0.0" }, "devDependencies": { - "@backstage/cli": "^0.17.0-next.1", + "@backstage/cli": "^0.17.1-next.0", "@types/supertest": "^2.0.8", "@types/uuid": "^8.0.0", "msw": "^0.35.0", diff --git a/plugins/example-todo-list-common/package.json b/plugins/example-todo-list-common/package.json index e6220c878b..746fbb3233 100644 --- a/plugins/example-todo-list-common/package.json +++ b/plugins/example-todo-list-common/package.json @@ -23,20 +23,14 @@ "postpack": "backstage-cli package postpack" }, "dependencies": { - "@backstage/core-components": "^0.9.3-next.0", - "@backstage/core-plugin-api": "^1.0.0", - "@backstage/plugin-permission-common": "^0.6.0-next.0", - "@backstage/theme": "^0.2.15" - }, - "peerDependencies": { - "react": "^16.13.1 || ^17.0.0" + "@backstage/plugin-permission-common": "^0.6.0" }, "devDependencies": { - "@backstage/cli": "^0.17.0-next.1", - "@backstage/core-app-api": "^1.0.1-next.0", - "@backstage/dev-utils": "^1.0.1-next.0", - "@backstage/test-utils": "^1.0.1-next.1", - "@types/node": "^14.14.32", + "@backstage/cli": "^0.17.1-next.0", + "@backstage/core-app-api": "^1.0.1", + "@backstage/dev-utils": "^1.0.2-next.0", + "@backstage/test-utils": "^1.0.2-next.0", + "@types/node": "^16.11.26", "msw": "^0.35.0", "cross-fetch": "^3.1.5" }, diff --git a/plugins/example-todo-list/package.json b/plugins/example-todo-list/package.json index 5cf6959383..e3431e5773 100644 --- a/plugins/example-todo-list/package.json +++ b/plugins/example-todo-list/package.json @@ -11,18 +11,18 @@ "types": "dist/index.d.ts" }, "scripts": { - "build": "backstage-cli plugin:build", - "start": "backstage-cli plugin:serve", - "lint": "backstage-cli lint", - "test": "backstage-cli test", + "build": "backstage-cli package build", + "start": "backstage-cli package start", + "lint": "backstage-cli package lint", + "test": "backstage-cli package test", "diff": "backstage-cli plugin:diff", - "prepack": "backstage-cli prepack", - "postpack": "backstage-cli postpack", - "clean": "backstage-cli clean" + "prepack": "backstage-cli package prepack", + "postpack": "backstage-cli package postpack", + "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/core-components": "^0.9.3-next.0", - "@backstage/core-plugin-api": "^1.0.0", + "@backstage/core-components": "^0.9.3", + "@backstage/core-plugin-api": "^1.0.1", "@backstage/theme": "^0.2.15", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", @@ -33,15 +33,15 @@ "react": "^16.13.1 || ^17.0.0" }, "devDependencies": { - "@backstage/cli": "^0.17.0-next.1", - "@backstage/core-app-api": "^1.0.1-next.0", - "@backstage/dev-utils": "^1.0.1-next.0", - "@backstage/test-utils": "^1.0.1-next.1", + "@backstage/cli": "^0.17.1-next.0", + "@backstage/core-app-api": "^1.0.1", + "@backstage/dev-utils": "^1.0.2-next.0", + "@backstage/test-utils": "^1.0.2-next.0", "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", "@types/jest": "^26.0.7", - "@types/node": "^14.14.32", + "@types/node": "^16.11.26", "msw": "^0.35.0" }, "files": [