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
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/config",
"description": "Config API used by Backstage core, backend, and CLI",
"version": "0.1.15",
"version": "1.0.0",
"private": false,
"publishConfig": {
"access": "public",
@@ -33,11 +33,11 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/types": "^0.1.3",
"@backstage/types": "^1.0.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@backstage/test-utils": "^0.3.0",
"@backstage/test-utils": "^1.0.0",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32"
},