Skip to content

Commit

Permalink
chore(packages): 📦 update packages
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Ruck <[email protected]>
  • Loading branch information
Manuel Ruck committed Nov 5, 2023
1 parent f546ae9 commit 0bffb11
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 58 deletions.
106 changes: 61 additions & 45 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "workspace:*",
"@democracy-deutschland/scapacra": "^1.0.6",
"@democracy-deutschland/scapacra": "workspace:*",
"@democracy-deutschland/scapacra-bt": "workspace:*",
"http2": "^3.3.7"
},
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 @@ -14,7 +14,7 @@
"dependencies": {
"@democracy-deutschland/bundestag.io-definitions": "^1.0.2",
"@democracy-deutschland/bundestagio-common": "workspace:*",
"@democracy-deutschland/scapacra": "^1.0.6",
"@democracy-deutschland/scapacra": "workspace:*",
"@democracy-deutschland/scapacra-bt": "workspace:*",
"http2": "^3.3.7"
},
Expand Down
2 changes: 1 addition & 1 deletion services/scrapers/scapacra-bt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"xsd-schema-validator": "^0.7.0"
},
"dependencies": {
"@democracy-deutschland/scapacra": "1.0.6",
"@democracy-deutschland/scapacra": "workspace:*",
"@types/axios": "^0.14.0",
"@types/xml2js": "^0.4.13",
"@types/xmldom": "^0.1.33",
Expand Down
20 changes: 10 additions & 10 deletions services/scrapers/scapacra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@
},
"devDependencies": {
"@types/chai": "^4.2.3",
"@types/mocha": "^5.2.7",
"@types/node": "^12.7.7",
"@types/mocha": "^10.0.3",
"@types/node": "^20.8.10",
"chai": "^4.2.0",
"mocha": "^6.2.0",
"nodemon": "^1.19.2",
"ts-node": "^8.4.1",
"tslint": "^5.20.0"
"mocha": "^10.2.0",
"nodemon": "^3.0.1",
"ts-node": "^10.9.1",
"tslint": "^6.1.3"
},
"dependencies": {
"@types/xml2js": "^0.4.5",
"@types/xmldom": "^0.1.29",
"typescript": "^3.6.3",
"xml2js": "^0.4.22",
"xmldom": "^0.1.27",
"xpath": "0.0.27"
"typescript": "^5.2.2",
"xml2js": "^0.6.2",
"xmldom": "^0.6.0",
"xpath": "0.0.33"
}
}

0 comments on commit 0bffb11

Please sign in to comment.