Version Packages

This commit is contained in:
github-actions[bot]
2022-03-17 09:02:30 +00:00
parent dd7cc848d5
commit 0bc1611d6e
327 changed files with 3178 additions and 1766 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/config-loader",
"description": "Config loading functionality used by Backstage backend, and CLI",
"version": "0.9.7",
"version": "1.0.0",
"private": false,
"publishConfig": {
"access": "public",
@@ -35,9 +35,9 @@
},
"dependencies": {
"@backstage/cli-common": "^0.1.8",
"@backstage/config": "^0.1.15",
"@backstage/errors": "^0.2.2",
"@backstage/types": "^0.1.3",
"@backstage/config": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/types": "^1.0.0",
"@types/json-schema": "^7.0.6",
"ajv": "^7.0.3",
"chokidar": "^3.5.2",