소스 검색

chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#3190)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: cte <[email protected]>
renovate[bot] 7 달 전
부모
커밋
c3c02b6702
2개의 변경된 파일16개의 추가작업 그리고 765개의 파일을 삭제
  1. 14 763
      package-lock.json
  2. 2 2
      package.json

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 14 - 763
package-lock.json


+ 2 - 2
package.json

@@ -322,7 +322,7 @@
 		"build:webview": "cd webview-ui && npm run build",
 		"build:esbuild": "node esbuild.js --production",
 		"compile": "tsc -p . --outDir out && node esbuild.js",
-		"install:all": "npm install npm-run-all && npm-run-all -l -p install-*",
+		"install:all": "npm install -D npm-run-all[email protected] && npm-run-all -l -p install-*",
 		"install-extension": "npm install",
 		"install-webview": "cd webview-ui && npm install",
 		"install-e2e": "cd e2e && npm install",
@@ -453,7 +453,7 @@
 		"lint-staged": "^15.2.11",
 		"mkdirp": "^3.0.1",
 		"nock": "^14.0.4",
-		"npm-run-all": "^4.1.5",
+		"npm-run-all2": "^8.0.1",
 		"prettier": "^3.4.2",
 		"rimraf": "^6.0.1",
 		"ts-jest": "^29.2.5",

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.