Skip to content

Commit

Permalink
upgrade common package
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Ruck <[email protected]>
  • Loading branch information
Manuel Ruck committed Jun 21, 2023
1 parent 3e99d18 commit d9801f2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion services/cron-jobs/crawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@democracy-deutschland/bundestag.io-definitions": "^1.0.2",
"@democracy-deutschland/bundestagio-common": "0.1.16",
"@democracy-deutschland/bundestagio-common": "0.1.21",
"debug": "^4.3.1",
"dotenv": "^10.0.0",
"graphql": "^15.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@democracy-deutschland/bundestag.io-definitions": "^1.0.2",
"@democracy-deutschland/bundestagio-common": "0.1.16",
"@democracy-deutschland/bundestagio-common": "0.1.21",
"@democracy-deutschland/dip21-scraper": "^0.1.11",
"@democracy-deutschland/scapacra-bt": "^1.0.31",
"http2": "^3.3.7"
Expand Down
2 changes: 1 addition & 1 deletion services/cron-jobs/import-deputy-profiles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@democracy-deutschland/bundestag.io-definitions": "^1.0.2",
"@democracy-deutschland/bundestagio-common": "0.1.16",
"@democracy-deutschland/bundestagio-common": "0.1.21",
"http2": "^3.3.7",
"scrape-it": "^5.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion services/cron-jobs/import-named-poll-deputies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@democracy-deutschland/bundestag.io-definitions": "^1.0.2",
"@democracy-deutschland/bundestagio-common": "0.1.16",
"@democracy-deutschland/bundestagio-common": "0.1.21",
"@democracy-deutschland/scapacra-bt": "1.0.32",
"http2": "^3.3.7"
},
Expand Down
2 changes: 1 addition & 1 deletion services/cron-jobs/import-named-polls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@democracy-deutschland/bundestag.io-definitions": "^1.0.2",
"@democracy-deutschland/bundestagio-common": "0.1.20",
"@democracy-deutschland/bundestagio-common": "0.1.21",
"cheerio": "^1.0.0-rc.12",
"crawlee": "^3.3.2",
"dayjs": "^1.11.7",
Expand Down
2 changes: 1 addition & 1 deletion services/cron-jobs/index-sync-bundestagio/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/bundestagio-common": "0.1.16"
"@democracy-deutschland/bundestagio-common": "0.1.21"
},
"devDependencies": {
"ts-node-dev": "^1.1.8",
Expand Down
2 changes: 1 addition & 1 deletion services/cron-jobs/parse-plenary-minutes/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/bundestagio-common": "0.1.16",
"@democracy-deutschland/bundestagio-common": "0.1.21",
"axios": "^0.19.2",
"xml-js": "^1.6.11",
"xml2js": "^0.4.23"
Expand Down

0 comments on commit d9801f2

Please sign in to comment.