Skip to content

Commit 615a3e6

Browse files
authored
chore: upgrade @parcel/watcher to use the latest version (#1113)
1 parent 7f5edee commit 615a3e6

File tree

3 files changed

+287
-37
lines changed

3 files changed

+287
-37
lines changed

.changeset/proud-bags-dream.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@aws-amplify/sandbox': patch
3+
---
4+
5+
upgrade @parcel/watcher wo use the latest version

package-lock.json

Lines changed: 280 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/sandbox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"@aws-amplify/client-config": "^0.9.0-beta.3",
2525
"@aws-amplify/deployed-backend-client": "^0.4.0-beta.2",
2626
"@aws-amplify/platform-core": "^0.5.0-beta.1",
27+
"@aws-sdk/client-cloudformation": "^3.465.0",
2728
"@aws-sdk/credential-providers": "^3.465.0",
2829
"@aws-sdk/types": "^3.465.0",
29-
"@aws-sdk/client-cloudformation": "^3.465.0",
30-
"@parcel/watcher": "2.1.0",
30+
"@parcel/watcher": "^2.4.1",
3131
"debounce-promise": "^3.1.2",
3232
"glob": "^10.2.7",
3333
"open": "^9.1.0",

0 commit comments

Comments
 (0)