Skip to content

Commit

Permalink
build(deps): bump npm packages
Browse files Browse the repository at this point in the history
* bump @tanstack/react-query from 5.22.2 to 5.28.8
* bump date-fns from 3.3.1 to 3.6.0
* bump react-bootstrap from 2.10.1 to 2.10.2
* bump react-hook-form from 7.50.1 to 7.51.1
* bump react-router-dom from 6.22.1 to 6.22.3
* bump typescript from 5.3.3 to 5.4.3

closes #376, #377
  • Loading branch information
JosephKav committed Mar 25, 2024
1 parent edb8ac5 commit cdd323a
Show file tree
Hide file tree
Showing 5 changed files with 3,632 additions and 2,150 deletions.
7 changes: 7 additions & 0 deletions Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ ifneq (,$(wildcard vendor))
$(GO) mod vendor
endif

.PHONY: update-npm-deps
update-npm-deps:
@echo ">> updating NPM dependencies"
ncu -u && npm install; \
cd web/ui/react-app; \
ncu -u && npm install; \

.PHONY: common-unused
common-unused: $(GOVENDOR)
ifdef GOVENDOR
Expand Down
Loading

0 comments on commit cdd323a

Please sign in to comment.