Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/types/node-22.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienheureux authored Jan 14, 2025
2 parents fea6b02 + 80ffa3e commit c04f662
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
17 changes: 8 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@playwright/test": "^1.49.1",
"@testing-library/jest-dom": "^6.6.3",
"@types/jest": "^29.5.13",
"@types/leaflet": "^1.9.14",
"@types/leaflet": "^1.9.16",
"@types/lodash": "^4.17.14",
"@types/node": "^22.10.6",
"@typescript-eslint/eslint-plugin": "^8.19.1",
Expand All @@ -76,7 +76,7 @@
"tailwindcss-animate": "^1.0.7",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"optionalDependencies": {
"@parcel/watcher-linux-x64-glibc": "^2.5.0"
Expand Down
1 change: 0 additions & 1 deletion qfdmd/management/commands/import_data_ademe.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def import_liens(self):
titre_du_lien=line["Titre_du_lien"],
defaults={
"url": line["URL"],
"poids": index,
"description": line.get("Description", ""),
},
)
Expand Down

0 comments on commit c04f662

Please sign in to comment.