Skip to content

Commit

Permalink
🐛 Fix production builds missing convict and pluggy-sdk (actualbud…
Browse files Browse the repository at this point in the history
…get#4534)

* Fix production builds

* md
  • Loading branch information
lelemm authored Mar 4, 2025
1 parent 90af046 commit 47ad149
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sync-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"bcrypt": "^5.1.1",
"better-sqlite3": "^11.7.0",
"body-parser": "^1.20.3",
"convict": "^6.2.4",
"cors": "^2.8.5",
"date-fns": "^2.30.0",
"debug": "^4.3.4",
Expand All @@ -40,6 +41,7 @@
"migrate": "^2.0.1",
"nordigen-node": "^1.4.0",
"openid-client": "^5.4.2",
"pluggy-sdk": "^0.68.1",
"uuid": "^9.0.0",
"winston": "^3.14.2"
},
Expand All @@ -57,13 +59,11 @@
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"convict": "^6.2.4",
"eslint": "^8.33.0",
"eslint-plugin-prettier": "^4.2.1",
"http-proxy-middleware": "^3.0.3",
"jest": "^29.3.1",
"nodemon": "^3.1.9",
"pluggy-sdk": "^0.68.1",
"prettier": "^2.8.3",
"supertest": "^6.3.1",
"typescript": "^4.9.5"
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/4534.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [lelemm]
---

Fix production builds missing `convict` and `pluggy-sdk`

0 comments on commit 47ad149

Please sign in to comment.