@backstage/plugin-techdocs-module-addons-contrib 1.1.3-next.3 → 1.1.4-next.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/package.json +11 -18
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @backstage/plugin-techdocs-module-addons-contrib
2
2
 
3
+ ## 1.1.4-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 4016f21: Remove some unused dependencies
8
+ - Updated dependencies
9
+ - @backstage/core-components@0.13.10-next.0
10
+ - @backstage/plugin-techdocs-react@1.1.15-next.0
11
+ - @backstage/integration-react@1.1.22
12
+ - @backstage/core-plugin-api@1.8.1
13
+ - @backstage/integration@1.8.0
14
+
15
+ ## 1.1.3
16
+
17
+ ### Patch Changes
18
+
19
+ - a518c5a: Updated dependency `@react-hookz/web` to `^23.0.0`.
20
+ - Updated dependencies
21
+ - @backstage/core-plugin-api@1.8.1
22
+ - @backstage/core-components@0.13.9
23
+ - @backstage/theme@0.5.0
24
+ - @backstage/integration@1.8.0
25
+ - @backstage/integration-react@1.1.22
26
+ - @backstage/plugin-techdocs-react@1.1.14
27
+
3
28
  ## 1.1.3-next.3
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-module-addons-contrib",
3
3
  "description": "Plugin module for contributed TechDocs Addons",
4
- "version": "1.1.3-next.3",
4
+ "version": "1.1.4-next.0",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,19 +34,16 @@
34
34
  "postpack": "backstage-cli package postpack"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/core-components": "^0.13.9-next.3",
38
- "@backstage/core-plugin-api": "^1.8.1-next.1",
39
- "@backstage/integration": "^1.8.0-next.1",
40
- "@backstage/integration-react": "^1.1.22-next.1",
41
- "@backstage/plugin-techdocs-react": "^1.1.14-next.3",
42
- "@backstage/theme": "^0.5.0-next.1",
37
+ "@backstage/core-components": "^0.13.10-next.0",
38
+ "@backstage/core-plugin-api": "^1.8.1",
39
+ "@backstage/integration": "^1.8.0",
40
+ "@backstage/integration-react": "^1.1.22",
41
+ "@backstage/plugin-techdocs-react": "^1.1.15-next.0",
43
42
  "@material-ui/core": "^4.12.2",
44
43
  "@material-ui/icons": "^4.9.1",
45
- "@material-ui/lab": "4.0.0-alpha.61",
46
44
  "@react-hookz/web": "^23.0.0",
47
45
  "git-url-parse": "^13.0.0",
48
- "photoswipe": "^5.3.7",
49
- "react-use": "^17.2.4"
46
+ "photoswipe": "^5.3.7"
50
47
  },
51
48
  "peerDependencies": {
52
49
  "react": "^16.13.1 || ^17.0.0 || ^18.0.0",
@@ -54,17 +51,13 @@
54
51
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
55
52
  },
56
53
  "devDependencies": {
57
- "@backstage/cli": "^0.25.0-next.3",
58
- "@backstage/core-app-api": "^1.11.2-next.1",
59
- "@backstage/dev-utils": "^1.0.25-next.3",
60
- "@backstage/plugin-techdocs-addons-test-utils": "^1.0.25-next.4",
61
- "@backstage/test-utils": "^1.4.6-next.2",
54
+ "@backstage/cli": "^0.25.1-next.0",
55
+ "@backstage/plugin-techdocs-addons-test-utils": "^1.0.26-next.0",
56
+ "@backstage/test-utils": "^1.4.7-next.0",
62
57
  "@testing-library/dom": "^9.0.0",
63
58
  "@testing-library/jest-dom": "^6.0.0",
64
59
  "@testing-library/react": "^14.0.0",
65
- "@testing-library/user-event": "^14.0.0",
66
- "@types/react": "^16.13.1 || ^17.0.0",
67
- "msw": "^1.0.0"
60
+ "@types/react": "^16.13.1 || ^17.0.0"
68
61
  },
69
62
  "files": [
70
63
  "dist"