Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-07-26 08:37:39 +00:00
parent ac052fac0e
commit 73cee58fc2
306 changed files with 4054 additions and 1056 deletions
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-tech-insights-node
## 0.3.3-next.0
### Patch Changes
- 29f782eb37: Updated dependency `@types/luxon` to `^3.0.0`.
- Updated dependencies
- @backstage/backend-common@0.15.0-next.0
- @backstage/plugin-tech-insights-common@0.2.6-next.0
## 0.3.2
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-tech-insights-node",
"version": "0.3.2",
"version": "0.3.3-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,16 +33,16 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "^0.14.1",
"@backstage/backend-common": "^0.15.0-next.0",
"@backstage/config": "^1.0.1",
"@backstage/plugin-tech-insights-common": "^0.2.5",
"@backstage/plugin-tech-insights-common": "^0.2.6-next.0",
"@backstage/types": "^1.0.0",
"@types/luxon": "^3.0.0",
"luxon": "^3.0.0",
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.18.0"
"@backstage/cli": "^0.18.1-next.0"
},
"files": [
"dist"