Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sammbetts committed Nov 13, 2023
1 parent c95505c commit 8cfc313
Show file tree
Hide file tree
Showing 9 changed files with 8,584 additions and 29,781 deletions.
24 changes: 11 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,22 @@
"@backstage/cli": "^0.22.9",
"@backstage/core-app-api": "^1.9.0",
"@backstage/dev-utils": "^1.0.17",
"@backstage/test-utils": "^1.4.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
"@spotify/prettier-config": "^15.0.0",
"concurrently": "^6.0.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"react": "^16.13.1 || ^18.0.0",
"react-use": "^17.4.0",
"react-dom": "^16.13.1 || ^18.0.0",
"prettier": "^2.8.8",
"typescript": "^5.0.0",
"@spotify/prettier-config": "^12.0.0",
"concurrently": "^6.0.0",
"lerna": "^4.0.0",
"node-gyp": "^9.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"typescript": "^5.0.0"
"react-router-dom": "^6.3.0"
},
"resolutions": {
"@types/react": "^18",
"@types/react-dom": "^18"
"@types/react": "^17",
"@types/react-dom": "^17"
},
"packageManager": "yarn@3.2.4",
"prettier": "@spotify/prettier-config",
Expand Down
24,125 changes: 0 additions & 24,125 deletions plugins/service-health-backend/package-lock.json

This file was deleted.

13 changes: 3 additions & 10 deletions plugins/service-health-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,27 +25,20 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-common": "^0.19.5",
"@backstage/config": "^1.1.0",
"@backstage/plugin-app-backend": "^0.3.53",
"@backstage/backend-common": "^0.19.8",
"@backstage/config": "^1.1.1",
"@types/express": "*",
"@types/react": "18",
"@types/react-dom": "18",
"axios": "^1.5.1",
"better-sqlite3": "^8.4.0",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"knex": "^2.5.1",
"luxon": "^3.4.3",
"node-fetch": "^2.6.7",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "18",
"winston": "^3.2.1",
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.22.13",
"@types/luxon": "^3.3.4",
"@backstage/cli": "^0.23.1",
"@types/supertest": "^2.0.12",
"msw": "^1.0.0",
"supertest": "^6.2.4"
Expand Down
Loading

0 comments on commit 8cfc313

Please sign in to comment.