chore: replace legacy watcher with @parcel/watcher for build file watching (#292803)

This commit is contained in:
João Moreno
2026-02-04 11:51:23 +01:00
committed by GitHub
parent 5dd737d8a9
commit 82b251a409
6 changed files with 501 additions and 350 deletions

View File

@@ -4,6 +4,7 @@
"license": "MIT",
"devDependencies": {
"@azure/core-auth": "^1.9.0",
"@parcel/watcher": "^2.5.6",
"@azure/cosmos": "^3",
"@azure/identity": "^4.2.1",
"@azure/msal-node": "^2.16.1",
@@ -73,8 +74,7 @@
"test": "mocha --ui tdd 'lib/**/*.test.ts'"
},
"optionalDependencies": {
"tree-sitter-typescript": "^0.23.2",
"vscode-gulp-watch": "^5.0.3"
"tree-sitter-typescript": "^0.23.2"
},
"overrides": {
"path-scurry": {