Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 9, 2022
1 parent d6d18f5 commit 191cb16
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@changesets/cli": "2.25.0"
},
"devDependencies": {
"@backstage/cli": "^0.20.0",
"@backstage/cli": "0.20.0",
"@spotify/prettier-config": "14.1.0",
"@types/webpack": "5.28.0",
"concurrently": "7.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "14.4.3",
"@types/jest": "*",
"@types/node": "*",
"@types/react-dom": "*",
"@types/jest": "29.0.3",
"@types/node": "18.7.18",
"@types/react-dom": "17.0.17",
"cross-env": "7.0.3",
"cypress": "9.7.0",
"eslint-plugin-cypress": "2.12.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"serialize-error": "8.1.0"
},
"devDependencies": {
"@backstage/cli": "^0.20.0",
"@backstage/cli": "0.20.0",
"@types/dockerode": "3.3.9",
"@types/express": "4.17.14",
"@types/express-serve-static-core": "4.17.31"
Expand Down
18 changes: 9 additions & 9 deletions plugins/score-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,18 @@
"react-dom": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.20.0",
"@backstage/plugin-catalog": "^1.6.0",
"@backstage/catalog-client": "^1.1.1",
"@backstage/core-app-api": "^1.1.1",
"@backstage/dev-utils": "^1.0.7",
"@backstage/test-utils": "^1.2.1",
"@backstage/cli": "0.20.0",
"@backstage/plugin-catalog": "1.6.0",
"@backstage/catalog-client": "1.1.1",
"@backstage/core-app-api": "1.1.1",
"@backstage/dev-utils": "1.0.7",
"@backstage/test-utils": "1.2.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "14.4.3",
"@types/jest": "*",
"@types/node": "*",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/jest": "29.0.3",
"@types/node": "18.7.18",
"@types/react": "17.0.50",
"msw": "0.47.3",
"cross-fetch": "3.1.5",
"http-server": "14.1.1"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@
winston "^3.2.1"
zod "^3.9.5"

"@backstage/catalog-client@^1.1.1":
"@backstage/catalog-client@1.1.1", "@backstage/catalog-client@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@backstage/catalog-client/-/catalog-client-1.1.1.tgz#f7799c2087b9ac9ab299fd198766b40a49ab8c08"
integrity sha512-COe5aYhLhXA/RNBUZnQZKIBdPOsgQSnMwSHv5YGBqGgSo22JtUXnVB20brJ0l0R8X0hW4LyqT4s6HsXUofupOw==
Expand All @@ -1287,7 +1287,7 @@
resolved "https://registry.yarnpkg.com/@backstage/cli-common/-/cli-common-0.1.10.tgz#3b4ea32fe7adfd8efc8d5c760b20cf08c046cd6a"
integrity sha512-5Nt88V32yciUlgr/XCWu2n9oSRD2XRBtkzGDDq4YTzXMJNty283DVi2c7xgeDPF2DN0d6fiENQAipp3oEulXTg==

"@backstage/cli@^0.20.0":
"@backstage/cli@0.20.0", "@backstage/cli@^0.20.0":
version "0.20.0"
resolved "https://registry.yarnpkg.com/@backstage/cli/-/cli-0.20.0.tgz#376e6c0f2e662e9b9708ccb2e3fbcd3e303150dd"
integrity sha512-rPMY5f7Cb/HJJMMcDqxju4aFFNMqrSN6TmupBj5FAILldVjblzah8lC2ddFpdo3WAbEMIwbPiReP8iXv5155Kg==
Expand Down Expand Up @@ -1419,7 +1419,7 @@
"@backstage/types" "^1.0.0"
lodash "^4.17.21"

"@backstage/core-app-api@^1.1.1":
"@backstage/core-app-api@1.1.1", "@backstage/core-app-api@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@backstage/core-app-api/-/core-app-api-1.1.1.tgz#4217ca4b2e30187f5c8f7d0c74115ba52e6f5282"
integrity sha512-rCR9llaPeB2POEphKUfwEMSOStTdrgyC+qozKdNvfLw0hcK6vewtZL0mhy8gy2gShybEzLvU4lEdPzeAIKDJBg==
Expand Down Expand Up @@ -1489,7 +1489,7 @@
prop-types "^15.7.2"
zen-observable "^0.8.15"

"@backstage/dev-utils@^1.0.7":
"@backstage/dev-utils@1.0.7":
version "1.0.7"
resolved "https://registry.yarnpkg.com/@backstage/dev-utils/-/dev-utils-1.0.7.tgz#437ec9dd371f476c4d31b5e72d2f601992e96dfa"
integrity sha512-nzngb8dM/+wyccOhyni0Jh74peFXSxB5V/goB/9DTh5iZeou+5ivA5ys8wxy72rmkTtwkxWVwPBRCQFvh3mRxA==
Expand Down Expand Up @@ -1790,7 +1790,7 @@
yaml "^2.0.0"
zen-observable "^0.8.15"

"@backstage/plugin-catalog@^1.6.0":
"@backstage/plugin-catalog@1.6.0", "@backstage/plugin-catalog@^1.6.0":
version "1.6.0"
resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog/-/plugin-catalog-1.6.0.tgz#f83b0f299b1a3f7d3abf59eede0ddd45d282f61f"
integrity sha512-npE90K8N1D9ni3i8jC8hTsoutmJsZEDWJCPDp7ZLX0fW+a504uZNZ7LU3oQkQlTTJKlGKkJ6ieEJ+M4KEhUrjA==
Expand Down Expand Up @@ -2124,7 +2124,7 @@
dependencies:
cross-fetch "^3.1.5"

"@backstage/test-utils@^1.2.1":
"@backstage/test-utils@1.2.1", "@backstage/test-utils@^1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@backstage/test-utils/-/test-utils-1.2.1.tgz#033366564b44d43b9100a228c4af3c9612f7d00b"
integrity sha512-YE8rOcb1nQ1EFWcChr2Ld4NNMSHKqU2HfnH7E2voPV0ZkebhEEVRa2tl3apaHGvN5hhLvNvt9YWb8vvP3Y65dA==
Expand Down Expand Up @@ -5365,7 +5365,7 @@
dependencies:
"@types/istanbul-lib-report" "*"

"@types/jest@*":
"@types/jest@*", "@types/jest@29.0.3":
version "29.0.3"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.0.3.tgz#b61a5ed100850686b8d3c5e28e3a1926b2001b59"
integrity sha512-F6ukyCTwbfsEX5F2YmVYmM5TcTHy1q9P5rWlRbrk56KyMh3v9xRGUO3aa8+SkvMi0SHXtASJv1283enXimC0Og==
Expand Down Expand Up @@ -5494,7 +5494,7 @@
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==

"@types/node@*", "@types/node@>=12.12.47", "@types/node@>=13.7.0":
"@types/node@*", "@types/node@18.7.18", "@types/node@>=12.12.47", "@types/node@>=13.7.0":
version "18.7.18"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.18.tgz#633184f55c322e4fb08612307c274ee6d5ed3154"
integrity sha512-m+6nTEOadJZuTPkKR/SYK3A2d7FZrgElol9UP1Kae90VVU4a6mxnPuLiIW1m4Cq4gZ/nWb9GrdVXJCoCazDAbg==
Expand Down Expand Up @@ -5567,7 +5567,7 @@
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==

"@types/react-dom@*", "@types/react-dom@<18.0.0", "@types/react-dom@^17":
"@types/react-dom@17.0.17", "@types/react-dom@<18.0.0", "@types/react-dom@^17":
version "17.0.17"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.17.tgz#2e3743277a793a96a99f1bf87614598289da68a1"
integrity sha512-VjnqEmqGnasQKV0CWLevqMTXBYG9GbwuE6x3VetERLh0cq2LTptFE73MrQi2S7GkKXCf2GgwItB/melLnxfnsg==
Expand Down

0 comments on commit 191cb16

Please sign in to comment.