Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
chore(dev-deps): bump all dev dependencies where possible (comfortabl…
Browse files Browse the repository at this point in the history
…e doing so) (#85)

* bump concurrently to latest version

Signed-off-by: Kurt King <[email protected]>

* bump changesets/cli to latest version

Signed-off-by: Kurt King <[email protected]>

bump spotify prettier to latest version

Signed-off-by: Kurt King <[email protected]>

bump webpack types to latest version

Signed-off-by: Kurt King <[email protected]>

bump husky to latest version

Signed-off-by: Kurt King <[email protected]>

chore: bump ts version

Signed-off-by: Kurt King <[email protected]>

bump frontend deps

Signed-off-by: Kurt King <[email protected]>

chore: bump backend dev deps

Signed-off-by: Kurt King <[email protected]>

* chore: add changeset

Signed-off-by: Kurt King <[email protected]>

---------

Signed-off-by: Kurt King <[email protected]>
  • Loading branch information
kurtaking authored Oct 27, 2023
1 parent fbf4f00 commit 24df174
Show file tree
Hide file tree
Showing 5 changed files with 272 additions and 191 deletions.
6 changes: 6 additions & 0 deletions .changeset/silent-forks-scream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@procore-oss/backstage-plugin-announcements-backend': patch
'@procore-oss/backstage-plugin-announcements': patch
---

chore: bump dev dependencies where possible
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@
},
"devDependencies": {
"@backstage/cli": "^0.23.1",
"@changesets/cli": "^2.18.0",
"@spotify/prettier-config": "^12.0.0",
"@types/webpack": "^5.28.0",
"concurrently": "^7.0.0",
"husky": "^8.0.0",
"@changesets/cli": "^2.26.2",
"@spotify/prettier-config": "^15.0.0",
"@types/webpack": "^5.28.4",
"concurrently": "^8.2.2",
"husky": "^8.0.3",
"lint-staged": "^13.0.3",
"prettier": "^2.4.1",
"prettier": "^2.8.8",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"typescript": "~5.0.0"
"typescript": "~5.2.2"
},
"prettier": "@spotify/prettier-config",
"lint-staged": {
Expand Down
8 changes: 4 additions & 4 deletions plugins/announcements-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
},
"devDependencies": {
"@backstage/cli": "^0.23.1",
"@types/supertest": "^2.0.8",
"@types/supertest": "^2.0.15",
"@types/uuid": "^8.3.4",
"better-sqlite3": "^8.0.0",
"msw": "^1.0.0",
"supertest": "^6.1.3"
"better-sqlite3": "^8.7.0",
"msw": "^1.3.2",
"supertest": "^6.3.3"
},
"files": [
"dist",
Expand Down
14 changes: 7 additions & 7 deletions plugins/announcements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
"@backstage/cli": "^0.23.1",
"@backstage/dev-utils": "^1.0.22",
"@backstage/test-utils": "^1.4.4",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
"@types/luxon": "^3.2.0",
"@types/node": "^18.18.6",
"cross-fetch": "^3.1.5",
"msw": "^1.0.0"
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.5.1",
"@types/luxon": "^3.3.3",
"@types/node": "^18.18.7",
"cross-fetch": "^3.1.8",
"msw": "^1.3.2"
},
"files": [
"dist"
Expand Down
Loading

0 comments on commit 24df174

Please sign in to comment.