Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ node_modules: pnpm-lock.yaml
@touch .venv

.PHONY: update
update: update-js update-py ## update js and py dependencies
update: update-js update-py update-go ## update js and py dependencies

.PHONY: update-js
update-js: node_modules ## update js dependencies
Expand All @@ -851,6 +851,11 @@ update-py: node_modules ## update py dependencies
uv sync
@touch .venv

.PHONY: update-go
update-go: node_modules ## update go dependencies
$(NODE_VARS) pnpm exec updates -u -f go.mod
$(MAKE) --no-print-directory tidy

.PHONY: webpack
webpack: $(WEBPACK_DEST) ## build webpack files

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"svgo": "4.0.0",
"typescript": "5.9.3",
"typescript-eslint": "8.54.0",
"updates": "17.0.9",
"updates": "17.3.1",
"vite-string-plugin": "2.0.0",
"vitest": "4.0.18",
"vue-tsc": "3.2.4"
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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