Skip to content

Commit

Permalink
chore(deps): update all non-major dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2023
1 parent 81bce48 commit 0a962aa
Show file tree
Hide file tree
Showing 6 changed files with 230 additions and 818 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 @@ -31,7 +31,7 @@
"@socialgouv/kali-data-types": "^2.127.0",
"@types/jest": "^29.2.3",
"@types/node-fetch": "^2.5.12",
"@vercel/ncc": "0.34.0",
"@vercel/ncc": "0.38.0",
"jest": "^27.1.1",
"lint-staged": "^12.0.0",
"prettier": "^2.3.2",
Expand Down
30 changes: 15 additions & 15 deletions targets/alert-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,24 @@
"@shared/dila-resolver": "workspace:^",
"@shared/eslint-config": "workspace:^",
"@shared/types": "workspace:^",
"@socialgouv/contributions-data-types": "3.27.0",
"@socialgouv/fiches-travail-data-types": "4.191.0",
"@socialgouv/kali-data-types": "2.127.0",
"@socialgouv/legi-data-types": "2.73.1",
"@socialgouv/contributions-data-types": "3.89.0",
"@socialgouv/fiches-travail-data-types": "4.530.0",
"@socialgouv/kali-data-types": "2.639.0",
"@socialgouv/legi-data-types": "2.301.0",
"@types/diff": "^5.0.3",
"@types/jest": "27.4.0",
"@types/jest": "27.5.2",
"@types/memoizee": "0.4.6",
"@types/node": "16.11.11",
"@types/semver": "7.3.8",
"@types/node": "16.18.54",
"@types/semver": "7.5.3",
"@types/unist": "2.0.6",
"@vercel/ncc": "0.34.0",
"builtin-modules": "3.2.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"
"@vercel/ncc": "0.38.0",
"builtin-modules": "3.3.0",
"jest": "27.5.1",
"lint-staged": "12.5.0",
"prettier": "2.8.8",
"ts-jest": "27.1.5",
"ts-node": "10.9.1",
"typescript": "4.9.5"
},
"scripts": {
"build": "ncc build ./src/index.ts -o ./dist -e nodegit -s",
Expand Down
12 changes: 6 additions & 6 deletions targets/contributions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,21 +77,21 @@
"unist-util-remove": "3.0.0"
},
"devDependencies": {
"@emotion/jest": "11.1.0",
"@socialgouv/kali-data": "2.30.0",
"@socialgouv/legi-data": "2.24.0",
"@testing-library/jest-dom": "5.11.8",
"@emotion/jest": "11.11.0",
"@socialgouv/kali-data": "2.639.0",
"@socialgouv/legi-data": "2.301.0",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "12.1.2",
"@types/hast": "2.3.1",
"@types/node": "17.0.0",
"@types/ramda": "0.27.34",
"@types/ramda": "0.29.5",
"@types/react": "17.0.37",
"@types/react-test-renderer": "17.0.0",
"dotenv": "10.0.0",
"identity-obj-proxy": "3.0.0",
"mutationobserver-shim": "0.3.7",
"nodemon": "2.0.7",
"prettier": "2.2.1",
"prettier": "2.8.8",
"react-test-renderer": "17.0.1",
"rimraf": "3.0.2",
"waait": "1.0.5",
Expand Down
4 changes: 2 additions & 2 deletions targets/export-elasticsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@shared/eslint-config": "workspace:^",
"@swc/cli": "0.1.55",
"@swc/core": "1.2.150",
"@swc/core": "1.3.89",
"@swc/jest": "0.2.20",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
Expand All @@ -53,6 +53,6 @@
"rimraf": "3.0.2",
"supertest": "^6.2.2",
"timekeeper": "^2.2.0",
"typescript": "4.6.2"
"typescript": "4.9.5"
}
}
6 changes: 3 additions & 3 deletions targets/ingester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@
"@socialgouv/kali-data-types": "^2.127.0",
"@socialgouv/legi-data-types": "^2.73.1",
"@types/gunzip-maybe": "^1.4.0",
"@types/jest": "27.4.0",
"@types/jest": "27.5.2",
"@types/node": "^16.11.11",
"@types/semver": "^7.3.8",
"@types/tar-fs": "^2.0.1",
"@types/unist": "^2.0.6",
"@vercel/ncc": "0.34.0",
"@vercel/ncc": "0.38.0",
"jest": "^27.1.1",
"lint-staged": "^12.0.0",
"prettier": "^2.3.2",
"ts-jest": "^27.0.5",
"ts-node": "10.8.0",
"ts-node": "10.9.1",
"typescript": "^4.4.3"
},
"license": "MIT",
Expand Down
Loading

0 comments on commit 0a962aa

Please sign in to comment.