Skip to content

Commit

Permalink
Merge pull request #42 from micahflee/update-deps
Browse files Browse the repository at this point in the history
Update python and node dependencies
  • Loading branch information
micahflee authored Mar 26, 2024
2 parents c8cc007 + a17d5e2 commit cf122f8
Show file tree
Hide file tree
Showing 3 changed files with 199 additions and 190 deletions.
9 changes: 9 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,12 @@ If you want to rebuild the frontend in development mode so that the [Vue Devtool
```sh
docker-compose exec -w /app/frontend app ./node_modules/vite/bin/vite.js build -m development
```

## Updating dependencies

```sh
cd src
poetry update
cd frontend
npm upgrade
```
164 changes: 82 additions & 82 deletions src/frontend/package-lock.json

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

Loading

0 comments on commit cf122f8

Please sign in to comment.