Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 26, 2024
1 parent 5d37872 commit f266a8c
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 91 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,21 @@
"jest-environment-jsdom": "30.0.0-alpha.2"
},
"devDependencies": {
"@backstage/cli": "^0.25.1",
"@backstage/e2e-test-utils": "^0.1.0",
"@backstage/repo-tools": "^0.5.2",
"@backstage/cli": "0.25.1",
"@backstage/e2e-test-utils": "0.1.0",
"@backstage/repo-tools": "0.5.2",
"@changesets/cli": "2.27.1",
"@playwright/test": "^1.43.0",
"@playwright/test": "1.43.1",
"@spotify/prettier-config": "14.1.6",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/webpack": "5.28.0",
"concurrently": "^8.0.0",
"concurrently": "8.2.2",
"eslint-plugin-notice": "0.9.10",
"http-server": "14.1.1",
"prettier": "2.8.8",
"react": "^18.0.0",
"typescript": "~5.4.0"
"react": "18.2.0",
"typescript": "5.4.5"
},
"prettier": "@spotify/prettier-config",
"lint-staged": {
Expand Down
18 changes: 9 additions & 9 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
"react-use": "17.4.4"
},
"devDependencies": {
"@backstage/e2e-test-utils": "^0.1.0",
"@backstage/test-utils": "^1.4.7",
"@playwright/test": "^1.43.0",
"@testing-library/dom": "^9.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.0.0",
"@types/jest": "*",
"@types/node": "^20.11.5",
"@backstage/e2e-test-utils": "0.1.0",
"@backstage/test-utils": "1.4.7",
"@playwright/test": "1.43.1",
"@testing-library/dom": "9.3.4",
"@testing-library/jest-dom": "6.2.1",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.11",
"@types/node": "20.11.5",
"@types/react-dom": "*",
"cross-env": "7.0.3",
"start-server-and-test": "1.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"winston": "3.8.2"
},
"devDependencies": {
"@backstage/cli": "^0.25.1",
"@backstage/cli": "0.25.1",
"@types/dockerode": "3.3.28",
"@types/express": "4.17.21",
"@types/express-serve-static-core": "4.19.0",
Expand Down
24 changes: 12 additions & 12 deletions plugins/score-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,18 @@
"react-router-dom": "^6.4.5"
},
"devDependencies": {
"@backstage/catalog-client": "^1.5.2",
"@backstage/cli": "^0.25.1",
"@backstage/core-app-api": "^1.11.3",
"@backstage/dev-utils": "^1.0.26",
"@backstage/plugin-catalog": "^1.16.1",
"@backstage/test-utils": "^1.4.7",
"@testing-library/dom": "^9.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.0.0",
"@types/jest": "*",
"@types/node": "^20.11.5",
"@backstage/catalog-client": "1.5.2",
"@backstage/cli": "0.25.1",
"@backstage/core-app-api": "1.11.3",
"@backstage/dev-utils": "1.0.26",
"@backstage/plugin-catalog": "1.16.1",
"@backstage/test-utils": "1.4.7",
"@testing-library/dom": "9.3.4",
"@testing-library/jest-dom": "6.2.1",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.11",
"@types/node": "20.11.5",
"@types/react-dom": "*",
"cross-fetch": "3.1.5",
"http-server": "14.1.1",
Expand Down
Loading

0 comments on commit f266a8c

Please sign in to comment.