Skip to content

Commit

Permalink
chore(migration): update archi
Browse files Browse the repository at this point in the history
  • Loading branch information
iNeoO committed Sep 18, 2024
1 parent f59663a commit b98bac6
Show file tree
Hide file tree
Showing 3 changed files with 1,563 additions and 464 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
"prettier": "^3.2.5"
},
"workspaces": [
"packages/*"
"packages/frontend-bo",
"packages/frontend-usagers",
"packages/backend",
"packages/shared"
]
}
2 changes: 1 addition & 1 deletion packages/migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"migrate:list": "knex migrate:list --cwd src"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.649.0",
"debug": "~4.3.4",
"knex": "~3.1.0",
"pg": "~8.12.0"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.649.0",
"@socialgouv/eslint-config-recommended": "^1.131.0",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.1.3",
Expand Down
Loading

0 comments on commit b98bac6

Please sign in to comment.