Skip to content

Commit

Permalink
Bump Backstage dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Phoen committed Jan 16, 2023
1 parent ef675da commit 5a1fa9a
Show file tree
Hide file tree
Showing 5 changed files with 193 additions and 295 deletions.
6 changes: 6 additions & 0 deletions .changeset/dry-planes-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@k-phoen/backstage-plugin-confluence-backend': patch
'@k-phoen/backstage-plugin-confluence': patch
---

Bump Backstage dependencies
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"clean": "backstage-cli repo clean",
"test": "backstage-cli test",
"test:all": "backstage-cli test --all",
"lint": "backstage-cli repo lint",
"lint": "backstage-cli repo lint --since origin/main",
"lint:all": "backstage-cli repo lint",
"create-plugin": "backstage-cli create-plugin --scope kphoen --no-private",
"remove-plugin": "backstage-cli remove-plugin",
"version": "changeset version && (git commit -am 'Update internal dependencies' || true)",
Expand Down
4 changes: 2 additions & 2 deletions plugins/search-confluence-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
},
"dependencies": {
"@backstage/config": "^1.0.4",
"@backstage/plugin-search-common": "^1.1.1",
"@backstage/plugin-search-common": "^1.2.0",
"node-fetch": "^2.6.7",
"p-limit": "^3.1.0",
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.21.0",
"@backstage/cli": "^0.22.0",
"@types/node-fetch": "^2.6.1"
},
"files": [
Expand Down
8 changes: 4 additions & 4 deletions plugins/search-confluence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
},
"dependencies": {
"@backstage/core-components": "^0.12.0",
"@backstage/core-plugin-api": "^1.1.0",
"@backstage/plugin-search-common": "^1.1.1",
"@backstage/plugin-search-react": "^1.2.1",
"@backstage/core-plugin-api": "^1.2.0",
"@backstage/plugin-search-common": "^1.2.0",
"@backstage/plugin-search-react": "^1.3.1",
"@material-ui/core": "^4.12.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@backstage/cli": "^0.21.0",
"@backstage/cli": "^0.22.0",
"@backstage/dev-utils": "^1.0.8",
"@testing-library/jest-dom": "^5.10.1",
"node-fetch": "^2.6.1"
Expand Down
Loading

0 comments on commit 5a1fa9a

Please sign in to comment.