Skip to content

Commit

Permalink
fix(alert): correction suite aux problèmes sur les jobs (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-maillot authored Jun 2, 2022
1 parent ea0ef93 commit d89be61
Show file tree
Hide file tree
Showing 4 changed files with 1,031 additions and 634 deletions.
2 changes: 1 addition & 1 deletion shared/elasticsearch-document-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@socialgouv/eslint-config-typescript": "^1.103.0",
"@socialgouv/kali-data-types": "^2.127.0",
"@types/node-fetch": "^2.5.12",
"@vercel/ncc": "^0.33.1",
"@vercel/ncc": "0.34.0",
"eslint": "^7.32.0",
"jest": "^27.1.1",
"lint-staged": "^12.0.0",
Expand Down
64 changes: 32 additions & 32 deletions targets/alert-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,42 +9,42 @@
"types": "dist/index.d.ts",
"private": true,
"dependencies": {
"@shared/graphql-client": "^1.17.0",
"@socialgouv/cdtn-slugify": "^4.52.1",
"@socialgouv/cdtn-sources": "^4.52.1",
"@socialgouv/dila-api-client": "^1.2.1",
"memoizee": "^0.4.15",
"node-fetch": "^2.6.5",
"@shared/graphql-client": "1.17.0",
"@socialgouv/cdtn-slugify": "4.52.1",
"@socialgouv/cdtn-sources": "4.52.1",
"@socialgouv/dila-api-client": "1.2.1",
"memoizee": "0.4.15",
"node-fetch": "2.6.5",
"nodegit": "0.27.0",
"p-map": "4",
"semver": "^7.3.5",
"unist-util-parents": "^1.0.3",
"unist-util-select": "^4.0.1"
"semver": "7.3.5",
"unist-util-parents": "1.0.3",
"unist-util-select": "4.0.1"
},
"devDependencies": {
"@shared/dila-resolver": "^1.17.0",
"@shared/types": "^1.17.0",
"@socialgouv/contributions-data-types": "^3.27.0",
"@socialgouv/eslint-config-typescript": "^1.88.0",
"@socialgouv/fiches-travail-data-types": "^4.191.0",
"@socialgouv/kali-data-types": "^2.127.0",
"@socialgouv/legi-data-types": "^2.73.1",
"@types/jest": "^27.4.0",
"@types/memoizee": "^0.4.6",
"@types/node": "^16.11.11",
"@types/node-fetch": "^2.5.12",
"@types/nodegit": "^0.27.3",
"@types/semver": "^7.3.8",
"@types/unist": "^2.0.6",
"@vercel/ncc": "0.33.4",
"builtin-modules": "^3.2.0",
"eslint": "^7.32.0",
"jest": "^27.0.6",
"lint-staged": "^12.0.0",
"prettier": "^2.3.2",
"ts-jest": "^27.0.5",
"ts-node": "^10.4.0",
"typescript": "^4.4.3"
"@shared/dila-resolver": "1.17.0",
"@shared/types": "1.17.0",
"@socialgouv/contributions-data-types": "3.27.0",
"@socialgouv/eslint-config-typescript": "1.88.0",
"@socialgouv/fiches-travail-data-types": "4.191.0",
"@socialgouv/kali-data-types": "2.127.0",
"@socialgouv/legi-data-types": "2.73.1",
"@types/jest": "27.4.0",
"@types/memoizee": "0.4.6",
"@types/node": "16.11.11",
"@types/node-fetch": "2.5.12",
"@types/nodegit": "0.27.3",
"@types/semver": "7.3.8",
"@types/unist": "2.0.6",
"@vercel/ncc": "0.34.0",
"builtin-modules": "3.2.0",
"eslint": "7.32.0",
"jest": "27.0.6",
"lint-staged": "12.0.0",
"prettier": "2.3.2",
"ts-jest": "27.0.5",
"ts-node": "10.8.0",
"typescript": "4.7.2"
},
"scripts": {
"build": "ncc build ./src/index.ts -o ./dist -e nodegit -s",
Expand Down
38 changes: 19 additions & 19 deletions targets/ingester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
"name": "ingester",
"version": "1.17.0",
"dependencies": {
"@shared/graphql-client": "^1.17.0",
"@shared/id-generator": "^1.17.0",
"@socialgouv/cdtn-slugify": "^4.52.1",
"@socialgouv/cdtn-sources": "^4.52.1",
"get-uri": "^3.0.2",
"got": "^11.8.2",
"gunzip-maybe": "^1.4.2",
"p-retry": "^5.0.0",
"query-string": "^7.0.1",
"remark": "^13.0.0",
"remark-html": "^13.0.2",
"semver": "^7.3.5",
"tar-fs": "^2.1.1",
"unist-util-find": "^1.0.2",
"unist-util-parents": "^1.0.3",
"unist-util-select": "^4.0.0",
"winston": "^3.3.3",
"yargs": "^17.1.1"
"@shared/graphql-client": "1.17.0",
"@shared/id-generator": "1.17.0",
"@socialgouv/cdtn-slugify": "4.52.1",
"@socialgouv/cdtn-sources": "4.52.1",
"get-uri": "3.0.2",
"got": "11.8.2",
"gunzip-maybe": "1.4.2",
"p-retry": "5.1.1",
"query-string": "7.0.1",
"remark": "13.0.0",
"remark-html": "13.0.2",
"semver": "7.3.5",
"tar-fs": "2.1.1",
"unist-util-find": "1.0.2",
"unist-util-parents": "2.0.0",
"unist-util-select": "4.0.0",
"winston": "3.3.3",
"yargs": "17.1.1"
},
"devDependencies": {
"@babel/core": "^7.15.5",
Expand All @@ -36,7 +36,7 @@
"@types/semver": "^7.3.8",
"@types/tar-fs": "^2.0.1",
"@types/unist": "^2.0.6",
"@vercel/ncc": "0.33.4",
"@vercel/ncc": "0.34.0",
"babel-jest": "^27.1.1",
"eslint": "^7.32.0",
"jest": "^27.1.1",
Expand Down
Loading

0 comments on commit d89be61

Please sign in to comment.