@backstage/plugin-techdocs-backend 2.1.2-next.0 → 2.1.2-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +8 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @backstage/plugin-techdocs-backend
2
2
 
3
+ ## 2.1.2-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 71c22f3: Removed/moved unused dependencies
8
+ - Updated dependencies
9
+ - @backstage/plugin-catalog-node@1.20.0-next.1
10
+ - @backstage/backend-defaults@0.13.1-next.1
11
+ - @backstage/backend-plugin-api@1.5.0-next.1
12
+ - @backstage/plugin-techdocs-node@1.13.9-next.1
13
+
3
14
  ## 2.1.2-next.0
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-backend",
3
- "version": "2.1.2-next.0",
3
+ "version": "2.1.2-next.1",
4
4
  "description": "The Backstage backend plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -72,32 +72,27 @@
72
72
  "test": "backstage-cli package test"
73
73
  },
74
74
  "dependencies": {
75
- "@backstage/backend-defaults": "0.13.1-next.0",
76
- "@backstage/backend-plugin-api": "1.4.5-next.0",
75
+ "@backstage/backend-defaults": "0.13.1-next.1",
76
+ "@backstage/backend-plugin-api": "1.5.0-next.1",
77
77
  "@backstage/catalog-client": "1.12.1-next.0",
78
78
  "@backstage/catalog-model": "1.7.6-next.0",
79
79
  "@backstage/config": "1.3.6-next.0",
80
80
  "@backstage/errors": "1.2.7",
81
81
  "@backstage/integration": "1.18.2-next.0",
82
- "@backstage/plugin-catalog-common": "1.1.7-next.0",
83
- "@backstage/plugin-catalog-node": "1.19.2-next.0",
84
- "@backstage/plugin-permission-common": "0.9.3-next.0",
85
- "@backstage/plugin-search-backend-module-techdocs": "0.4.8-next.0",
86
- "@backstage/plugin-techdocs-common": "0.1.1",
87
- "@backstage/plugin-techdocs-node": "1.13.9-next.0",
82
+ "@backstage/plugin-catalog-node": "1.20.0-next.1",
83
+ "@backstage/plugin-techdocs-node": "1.13.9-next.1",
88
84
  "@backstage/types": "1.2.2",
89
85
  "express": "^4.17.1",
90
86
  "express-promise-router": "^4.1.0",
91
87
  "fs-extra": "^11.2.0",
92
88
  "knex": "^3.0.0",
93
- "lodash": "^4.17.21",
94
89
  "p-limit": "^3.1.0",
95
90
  "winston": "^3.2.1"
96
91
  },
97
92
  "devDependencies": {
98
- "@backstage/backend-defaults": "0.13.1-next.0",
99
- "@backstage/backend-test-utils": "1.10.0-next.0",
100
- "@backstage/cli": "0.34.5-next.0",
93
+ "@backstage/backend-defaults": "0.13.1-next.1",
94
+ "@backstage/backend-test-utils": "1.10.0-next.1",
95
+ "@backstage/cli": "0.34.5-next.1",
101
96
  "@types/express": "^4.17.6",
102
97
  "msw": "^2.0.0",
103
98
  "supertest": "^7.0.0"