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 Feb 20, 2023
1 parent 3b602cf commit b47bb9e
Show file tree
Hide file tree
Showing 6 changed files with 390 additions and 609 deletions.
6 changes: 6 additions & 0 deletions .changeset/slimy-planets-look.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-related dependencies
3 changes: 3 additions & 0 deletions backstage.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"version": "1.11.1"
}
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"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)",
"version": "changeset version && yarn install && (git commit -am 'Update internal dependencies' || true)",
"release": "changeset publish",
"prepare": "husky install",
"postinstall": "husky install || true"
Expand All @@ -30,14 +30,16 @@
"@changesets/cli": "^2.18.0"
},
"devDependencies": {
"@backstage/cli": "^0.22.0",
"@backstage/cli": "^0.22.3",
"@spotify/prettier-config": "^12.0.0",
"@types/webpack": "^5.28.0",
"concurrently": "^7.0.0",
"eslint-plugin-notice": "^0.9.10",
"husky": "^8.0.0",
"lint-staged": "^13.0.3",
"prettier": "^2.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"typescript": "~4.5.4"
Expand Down
6 changes: 3 additions & 3 deletions plugins/search-confluence-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/config": "^1.0.4",
"@backstage/plugin-search-common": "^1.2.0",
"@backstage/config": "^1.0.6",
"@backstage/plugin-search-common": "^1.2.1",
"node-fetch": "^2.6.7",
"p-limit": "^3.1.0",
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.22.0",
"@backstage/cli": "^0.22.3",
"@types/node-fetch": "^2.6.1"
},
"files": [
Expand Down
20 changes: 11 additions & 9 deletions plugins/search-confluence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,19 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/core-components": "^0.12.0",
"@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"
"@backstage/core-components": "^0.12.4",
"@backstage/core-plugin-api": "^1.4.0",
"@backstage/plugin-search-common": "^1.2.1",
"@backstage/plugin-search-react": "^1.5.0",
"@material-ui/core": "^4.12.2"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0",
"react-dom": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.22.0",
"@backstage/dev-utils": "^1.0.8",
"@backstage/cli": "^0.22.3",
"@backstage/dev-utils": "^1.0.12",
"@testing-library/jest-dom": "^5.10.1",
"node-fetch": "^2.6.1"
},
Expand Down
Loading

0 comments on commit b47bb9e

Please sign in to comment.