Merge branch 'master' into stack-overflow-search-highlight-fix
This commit is contained in:
@@ -1,5 +1,32 @@
|
||||
# @backstage/plugin-stack-overflow
|
||||
|
||||
## 0.1.25-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8fe56a8: Widen `@types/react` dependency range to include version 18.
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.14.0-next.1
|
||||
- @backstage/core-plugin-api@1.9.0-next.1
|
||||
- @backstage/frontend-plugin-api@0.6.0-next.2
|
||||
- @backstage/plugin-search-react@1.7.6-next.2
|
||||
- @backstage/plugin-home-react@0.1.8-next.2
|
||||
- @backstage/config@1.1.1
|
||||
- @backstage/plugin-search-common@1.2.10
|
||||
|
||||
## 0.1.25-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/frontend-plugin-api@0.6.0-next.1
|
||||
- @backstage/core-components@0.14.0-next.0
|
||||
- @backstage/core-plugin-api@1.8.3-next.0
|
||||
- @backstage/plugin-search-react@1.7.6-next.1
|
||||
- @backstage/plugin-home-react@0.1.8-next.1
|
||||
- @backstage/config@1.1.1
|
||||
- @backstage/plugin-search-common@1.2.10
|
||||
|
||||
## 0.1.25-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
# Knip report
|
||||
|
||||
## Unused devDependencies (1)
|
||||
|
||||
| Name | Location |
|
||||
|:---------------------|:-------------|
|
||||
| @testing-library/dom | package.json |
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-stack-overflow",
|
||||
"version": "0.1.25-next.0",
|
||||
"version": "0.1.25-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -52,7 +52,7 @@
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@testing-library/jest-dom": "^6.0.0",
|
||||
"@types/react": "^16.13.1 || ^17.0.0",
|
||||
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
||||
"cross-fetch": "^4.0.0",
|
||||
"he": "^1.2.0",
|
||||
"lodash": "^4.17.21",
|
||||
|
||||
Reference in New Issue
Block a user