Skip to content

Commit

Permalink
refactor: remove unused datafiller ref (#402)
Browse files Browse the repository at this point in the history
Co-authored-by: LionelB <=>
  • Loading branch information
lionelB committed Apr 6, 2021
1 parent 2f230fc commit 869a312
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion targets/alert-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"@babel/preset-env": "^7.13.12",
"@shared/types": "^1.0.0",
"@socialgouv/contributions-data-types": "^3.20.0",
"@socialgouv/datafiller-data-types": "^2.17.0",
"@socialgouv/eslint-config-recommended": "^1.64.0",
"@socialgouv/fiches-travail-data-types": "^4.111.0",
"@types/jest": "^26.0.22",
Expand Down
1 change: 0 additions & 1 deletion targets/ingester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"@socialgouv/contributions-data-types": "^3.20.0",
"@socialgouv/datafiller-data-types": "^2.17.0",
"@socialgouv/eslint-config-recommended": "^1.64.0",
"@socialgouv/fiches-travail-data-types": "^4.111.0",
"@socialgouv/fiches-vdd-types": "^2.85.0",
Expand Down
1 change: 0 additions & 1 deletion targets/ingester/src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ async function download(pkgName, url) {

/** @type {[string, (pkgName:string)=>Promise<import("./index.js").CdtnDocument[]>][]} */
const dataPackages = [
["@socialgouv/datafiller-data", () => Promise.resolve([])],
["@socialgouv/contributions-data", getContributionsDocuments],
["@socialgouv/kali-data", getAgreementDocuments],
["@socialgouv/legi-data", getCdtDocuments],
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2840,11 +2840,6 @@
resolved "https://registry.yarnpkg.com/@socialgouv/contributions-data-types/-/contributions-data-types-3.20.0.tgz#6f054bd8e78e478db18f453a548e1a41ff30bda5"
integrity sha512-eXHC9OcIZBsGaRB9ZMi6C/WcknT3T3r149V94BmQDp9SNA8ViXEhq5FcdYPdw8JQ89txCyJ3bJLBUNII9ZizLA==

"@socialgouv/datafiller-data-types@^2.17.0":
version "2.17.0"
resolved "https://registry.yarnpkg.com/@socialgouv/datafiller-data-types/-/datafiller-data-types-2.17.0.tgz#555f2654ca9dfa57cba8c721ad49e28052488d4d"
integrity sha512-qxRbvCwdOjhZNIyZskcpAw//7NVIzf85eHApGWBD5hXsUXH8dsYgh1DrDt65AG6FTL9sr/VTK4iru4KBolY+/g==

"@socialgouv/eslint-config-react@^1.64.0":
version "1.64.0"
resolved "https://registry.yarnpkg.com/@socialgouv/eslint-config-react/-/eslint-config-react-1.64.0.tgz#e3c89ab6661790a0bc7dca60fe211cb0e3a864d6"
Expand Down

0 comments on commit 869a312

Please sign in to comment.