Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-09-06 13:11:16 +00:00
parent fc3f9cea9c
commit f275697d2b
236 changed files with 4502 additions and 1411 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/integration",
"description": "Helpers for managing integrations towards external systems",
"version": "1.3.1-next.0",
"version": "1.3.1-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -42,9 +42,9 @@
"luxon": "^3.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.19.0-next.1",
"@backstage/config-loader": "^1.1.4-next.0",
"@backstage/test-utils": "^1.2.0-next.1",
"@backstage/cli": "^0.19.0-next.2",
"@backstage/config-loader": "^1.1.4-next.1",
"@backstage/test-utils": "^1.2.0-next.2",
"@types/jest": "^26.0.7",
"@types/luxon": "^3.0.0",
"msw": "^0.47.0"