Skip to content

Commit

Permalink
chore: 📦️ add common packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Ruck committed Oct 21, 2023
1 parent dc71ec5 commit 081a3cd
Show file tree
Hide file tree
Showing 11 changed files with 178 additions and 190 deletions.
349 changes: 168 additions & 181 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
packages:
- 'services/**/*'
- 'packages/**/*'
- 'common/**/*'
2 changes: 1 addition & 1 deletion services/cron-jobs/cleanup-push-queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"start": "node ./build/index.js"
},
"dependencies": {
"@democracy-deutschland/democracy-common": "^0.2.7"
"@democracy-deutschland/democracy-common": "*"
},
"devDependencies": {
"@types/node": "^15.6.0",
Expand Down
2 changes: 1 addition & 1 deletion services/cron-jobs/index-sync-democracy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"start": "node ./build/index.js"
},
"dependencies": {
"@democracy-deutschland/democracy-common": "^0.2.8"
"@democracy-deutschland/democracy-common": "*"
},
"devDependencies": {
"ts-node-dev": "^1.0.0-pre.50",
Expand Down
2 changes: 1 addition & 1 deletion services/cron-jobs/push-send-queued/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"apollo:codegen": "apollo client:codegen --target typescript --globalTypesFile=./src/__generated__/globalTypes.ts"
},
"dependencies": {
"@democracy-deutschland/democracy-common": "^0.2.7",
"@democracy-deutschland/democracy-common": "*",
"apn": "^2.2.0",
"axios": "^1.2.3",
"firebase-admin": "^11.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"start": "node ./build/index.js"
},
"dependencies": {
"@democracy-deutschland/democracy-common": "^0.2.7",
"@democracy-deutschland/democracy-common": "*",
"moment": "^2.27.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"start": "node ./build/index.js"
},
"dependencies": {
"@democracy-deutschland/democracy-common": "^0.2.7",
"@democracy-deutschland/democracy-common": "*",
"moment": "^2.27.0",
"p-iteration": "^1.1.8"
},
Expand Down
2 changes: 1 addition & 1 deletion services/cron-jobs/queue-pushs-vote-top-100/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"start": "node ./build/index.js"
},
"dependencies": {
"@democracy-deutschland/democracy-common": "0.2.12",
"@democracy-deutschland/democracy-common": "*",
"moment": "^2.27.0",
"p-iteration": "^1.1.8"
},
Expand Down
2 changes: 1 addition & 1 deletion services/cron-jobs/sync-deputy-profiles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@democracy-deutschland/bundestag.io-definitions": "^1.0.2",
"@democracy-deutschland/democracy-common": "0.2.12",
"@democracy-deutschland/democracy-common": "*",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
Expand Down
2 changes: 1 addition & 1 deletion services/cron-jobs/sync-named-polls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@democracy-deutschland/bundestag.io-definitions": "^1.0.2",
"@democracy-deutschland/democracy-common": "^0.2.7",
"@democracy-deutschland/democracy-common": "*",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
Expand Down
2 changes: 1 addition & 1 deletion services/cron-jobs/sync-procedures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@democracy-deutschland/bundestag.io-definitions": "^1.0.2",
"@democracy-deutschland/democracy-common": "^0.2.9",
"@democracy-deutschland/democracy-common": "*",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
Expand Down

0 comments on commit 081a3cd

Please sign in to comment.