Skip to content

Commit

Permalink
fix: correction de la fiabilisation via API alternance
Browse files Browse the repository at this point in the history
  • Loading branch information
moroine committed Oct 2, 2024
1 parent 22c3c59 commit 13f924f
Show file tree
Hide file tree
Showing 13 changed files with 384 additions and 102 deletions.
39 changes: 0 additions & 39 deletions .yarn/patches/zod-npm-3.21.4-9f570b215c.patch

This file was deleted.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,5 @@
"yarn.lock": [
"yarn dedupe"
]
},
"resolutions": {
"zod@3.21.4": "patch:zod@npm%3A3.21.4#./.yarn/patches/zod-npm-3.21.4-9f570b215c.patch"
}
}
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/stream-json": "^1.7.7",
"JSONStream": "^1.3.5",
"adm-zip": "^0.5.10",
"api-alternance-sdk": "^0.0.1-rc.10",
"api-alternance-sdk": "^0.0.1",
"axios": "0.27.2",
"axios-cache-interceptor": "^0.10.7",
"axios-retry": "3.3.1",
Expand Down Expand Up @@ -98,7 +98,7 @@
"type-fest": "^4.10.2",
"uuid": "8.3.2",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz",
"zod": "3.21.4",
"zod": "^3.23.8",
"zod-express-middleware": "1.4.0"
},
"prettier": {
Expand Down
Loading

0 comments on commit 13f924f

Please sign in to comment.