permission-docs: update versions in example packages

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
MT Lewis
2022-03-15 12:55:04 +00:00
committed by Joon Park
parent ac976be7ee
commit 69fa90f181
2 changed files with 8 additions and 8 deletions
@@ -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"
+3 -3
View File
@@ -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",