Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Jan 8, 2023
1 parent b71fe68 commit 9ffa16c
Show file tree
Hide file tree
Showing 9 changed files with 1,263 additions and 610 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.12.1
18.13.0
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
]
},
"devDependencies": {
"@backstage/cli": "0.21.1",
"@backstage/cli": "0.22.0",
"@semantic-release/changelog": "6.0.2",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.7",
"@spotify/prettier-config": "14.1.3",
"concurrently": "7.6.0",
"lerna": "6.1.0",
"lerna": "6.4.0",
"multi-semantic-release": "3.0.1",
"prettier": "2.8.1",
"prettier": "2.8.2",
"typescript": "4.9.4",
"node-gyp": "9.3.0"
"node-gyp": "9.3.1"
},
"resolutions": {
"@types/react": "^17",
Expand Down
10 changes: 5 additions & 5 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@backstage/app-defaults": "^1.0.8",
"@backstage/catalog-model": "^1.1.3",
"@backstage/cli": "^0.21.0",
"@backstage/cli": "^0.22.0",
"@backstage/core-app-api": "^1.2.0",
"@backstage/core-components": "^0.12.0",
"@backstage/core-plugin-api": "^1.1.0",
Expand All @@ -41,7 +41,7 @@
"@backstage/plugin-techdocs": "^1.4.0",
"@backstage/plugin-techdocs-module-addons-contrib": "^1.0.6",
"@backstage/plugin-techdocs-react": "^1.0.6",
"@backstage/plugin-user-settings": "^0.5.1",
"@backstage/plugin-user-settings": "^0.6.0",
"@backstage/theme": "^0.2.16",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
Expand All @@ -53,14 +53,14 @@
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/test-utils": "1.2.2",
"@backstage/test-utils": "1.2.3",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
"@types/node": "18.11.13",
"@types/node": "18.11.18",
"@types/react-dom": "17.0.18",
"cross-env": "7.0.3",
"cypress": "12.0.2",
"cypress": "12.3.0",
"eslint-plugin-cypress": "2.12.1",
"start-server-and-test": "1.15.2"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"dependencies": {
"app": "link:../app",
"@backstage/backend-common": "^0.16.0",
"@backstage/backend-tasks": "^0.3.7",
"@backstage/backend-common": "^0.17.0",
"@backstage/backend-tasks": "^0.4.0",
"@backstage/catalog-model": "^1.1.3",
"@backstage/catalog-client": "^1.1.2",
"@backstage/config": "^1.0.4",
Expand All @@ -31,7 +31,7 @@
"@backstage/plugin-proxy-backend": "^0.2.32",
"@backstage/plugin-scaffolder-backend": "^1.8.0",
"@backstage/plugin-search-backend": "^1.1.1",
"@backstage/plugin-search-backend-module-pg": "^0.4.2",
"@backstage/plugin-search-backend-module-pg": "^0.5.0",
"@backstage/plugin-search-backend-node": "^1.0.4",
"@backstage/plugin-techdocs-backend": "^1.4.1",
"better-sqlite3": "^8.0.0",
Expand All @@ -42,11 +42,11 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "0.21.1",
"@backstage/cli": "0.22.0",
"@types/dockerode": "3.3.14",
"@types/express-serve-static-core": "4.17.31",
"@types/express": "4.17.14",
"@types/luxon": "3.1.0"
"@types/express-serve-static-core": "4.17.32",
"@types/express": "4.17.15",
"@types/luxon": "3.2.0"
},
"files": [
"dist"
Expand Down
8 changes: 4 additions & 4 deletions plugins/keycloak-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-common": "^0.16.0",
"@backstage/backend-tasks": "^0.3.7",
"@backstage/backend-common": "^0.17.0",
"@backstage/backend-tasks": "^0.4.0",
"@backstage/catalog-model": "^1.0.0",
"@backstage/config": "^1.0.4",
"@backstage/plugin-catalog-backend": "^1.5.1",
Expand All @@ -34,11 +34,11 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "0.21.1",
"@backstage/cli": "0.22.0",
"@types/lodash": "4.14.191",
"@types/supertest": "2.0.12",
"@types/uuid": "9.0.0",
"msw": "0.49.1",
"msw": "0.49.2",
"supertest": "6.3.3"
},
"files": [
Expand Down
10 changes: 5 additions & 5 deletions plugins/ocm-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,24 @@
},
"configSchema": "schema.d.ts",
"dependencies": {
"@backstage/backend-common": "^0.16.0",
"@backstage/backend-common": "^0.17.0",
"@backstage/catalog-client": "^1.1.2",
"@backstage/catalog-model": "^1.1.3",
"@backstage/config": "^1.0.4",
"@backstage/plugin-catalog-node": "^1.2.1",
"@janus-idp/backstage-plugin-ocm-common": "1.0.0",
"@kubernetes/client-node": "^0.17.1",
"@kubernetes/client-node": "^0.18.0",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"node-fetch": "^3.0.0",
"winston": "^3.2.1",
"yn": "^5.0.0"
},
"devDependencies": {
"@types/express": "4.17.14",
"@backstage/cli": "0.21.1",
"@types/express": "4.17.15",
"@backstage/cli": "0.22.0",
"@types/supertest": "2.0.12",
"msw": "0.49.1",
"msw": "0.49.2",
"nock": "13.2.9",
"supertest": "6.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/ocm-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"postpack": "backstage-cli package postpack"
},
"devDependencies": {
"@backstage/cli": "0.21.1"
"@backstage/cli": "0.22.0"
},
"files": [
"dist"
Expand Down
12 changes: 6 additions & 6 deletions plugins/ocm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "0.21.1",
"@backstage/core-app-api": "1.2.0",
"@backstage/dev-utils": "1.0.8",
"@backstage/test-utils": "1.2.2",
"@backstage/cli": "0.22.0",
"@backstage/core-app-api": "1.3.0",
"@backstage/dev-utils": "1.0.10",
"@backstage/test-utils": "1.2.3",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
"@types/node": "18.11.13",
"@types/node": "18.11.18",
"cross-fetch": "3.1.5",
"msw": "0.49.1"
"msw": "0.49.2"
},
"files": [
"dist"
Expand Down
Loading

0 comments on commit 9ffa16c

Please sign in to comment.