diff --git a/Makefile b/Makefile index 8def1a5daa7..564abc76c03 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 69342bdb0f2..856c1be2b39 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,6 @@ "svgo": "4.0.2", "typescript": "6.0.3", "typescript-eslint": "8.65.0", - "updates": "17.19.2", "vitest": "4.1.10", "vue-tsc": "3.3.8" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cf171d3e0db..cd4ee530a4e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -309,9 +309,6 @@ importers: typescript-eslint: specifier: 8.65.0 version: 8.65.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.19.2 - version: 17.19.2 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.1.5(@types/node@26.1.2)(esbuild@0.28.1)(jiti@2.7.0)(yaml@2.9.0)) @@ -4177,11 +4174,6 @@ packages: peerDependencies: browserslist: '>= 4.21.0' - updates@17.19.2: - resolution: {integrity: sha512-4iritJheVOxCu/cNuM3NpZ/0K9Nke+65fpBQx8Dy0AKIIowY/1VzpXfEXkolnojLgjHJ5n7m2Ao/lDfy/3md2Q==} - engines: {node: '>=22'} - hasBin: true - uri-js@4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} @@ -8909,8 +8901,6 @@ snapshots: escalade: 3.2.0 picocolors: 1.1.1 - updates@17.19.2: {} - uri-js@4.4.1: dependencies: punycode: 2.3.1