Skip to content

Commit

Permalink
front: add missing @apidevtools/swagger-parser dependency
Browse files Browse the repository at this point in the history
scripts/i18n-api-errors.ts directly uses this package, but it was
missing from package.json. We were getting it by chance as a
transitive dependency.

Signed-off-by: Simon Ser <[email protected]>
  • Loading branch information
emersion committed Nov 19, 2024
1 parent 535d81d commit 91ee1b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"viewport-mercator-project": "^7.0.4"
},
"devDependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@import-meta-env/prepare": "^0.1.13",
"@import-meta-env/unplugin": "^0.5.1",
"@playwright/test": "^1.41.2",
Expand Down

0 comments on commit 91ee1b3

Please sign in to comment.