diff --git a/Makefile b/Makefile index a653b42ce86..8b99d727abd 100644 --- a/Makefile +++ b/Makefile @@ -602,28 +602,6 @@ node_modules: pnpm-lock.yaml uv sync @touch .venv -.PHONY: update -update: update-go update-js update-py ## update dependencies - -.PHONY: update-go -update-go: ## update go dependencies - $(GO) get -u ./... - $(MAKE) tidy - -.PHONY: update-js -update-js: node_modules ## update js dependencies - pnpm exec updates -u -f package.json - rm -rf node_modules pnpm-lock.yaml - pnpm install - @touch node_modules - -.PHONY: update-py -update-py: node_modules ## update py dependencies - pnpm exec updates -u -f pyproject.toml - rm -rf .venv uv.lock - uv sync - @touch .venv - .PHONY: vite vite: $(FRONTEND_DEST) ## build vite files diff --git a/package.json b/package.json index 5d8d44b9dbe..ba1ef815ed2 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,6 @@ "svgo": "4.0.2", "typescript": "6.0.3", "typescript-eslint": "8.66.0", - "updates": "17.21.0", "vitest": "4.1.10", "vue-tsc": "3.3.9" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e2fdf8beb2a..ba5fcae8dee 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -309,9 +309,6 @@ importers: typescript-eslint: specifier: 8.66.0 version: 8.66.0(eslint@10.8.0(jiti@2.7.0)(supports-color@10.2.2))(supports-color@10.2.2)(typescript@6.0.3) - updates: - specifier: 17.21.0 - version: 17.21.0 vitest: specifier: 4.1.10 version: 4.1.10(@types/node@26.1.2)(happy-dom@20.11.1)(jsdom@20.0.3(supports-color@10.2.2))(vite@8.2.0(@types/node@26.1.2)(esbuild@0.28.1)(jiti@2.7.0)(yaml@2.9.0)) @@ -4164,11 +4161,6 @@ packages: peerDependencies: browserslist: '>= 4.21.0' - updates@17.21.0: - resolution: {integrity: sha512-SgyA1fgOj2nKo41gfBSFevEsc+5/CBUSwhGbA14LlW6UWQAmL4NLsEfeJfUq/F3LsTB+yOShMJvELGow31oXAw==} - engines: {node: '>=22'} - hasBin: true - uri-js@4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} @@ -8863,8 +8855,6 @@ snapshots: escalade: 3.2.0 picocolors: 1.1.1 - updates@17.21.0: {} - uri-js@4.4.1: dependencies: punycode: 2.3.1