Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-07-12 13:19:14 +00:00
parent 68e9be3274
commit 0e967f188b
279 changed files with 4618 additions and 1114 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "example-backend-next",
"version": "0.0.0",
"version": "0.0.1-next.0",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -25,12 +25,12 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-app-api": "^0.0.0",
"@backstage/plugin-catalog-backend": "^1.2.1-next.2",
"@backstage/plugin-scaffolder-backend": "^1.4.0-next.2"
"@backstage/backend-app-api": "^0.1.0-next.0",
"@backstage/plugin-catalog-backend": "^1.3.0-next.3",
"@backstage/plugin-scaffolder-backend": "^1.4.0-next.3"
},
"devDependencies": {
"@backstage/cli": "^0.18.0-next.2"
"@backstage/cli": "^0.18.0-next.3"
},
"files": [
"dist"