Skip to content

Commit 5601fb5

Browse files
Upgrade @parcel/watcher to 2.5.1 (#16248)
Closes #16225
1 parent 9fd6766 commit 5601fb5

File tree

5 files changed

+178
-45
lines changed

5 files changed

+178
-45
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"pnpm": {
6565
"patchedDependencies": {
6666
67-
"@parcel/[email protected].0": "patches/@[email protected].0.patch"
67+
"@parcel/[email protected].1": "patches/@[email protected].1.patch"
6868
}
6969
}
7070
}

packages/@tailwindcss-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"access": "public"
3030
},
3131
"dependencies": {
32-
"@parcel/watcher": "^2.5.0",
32+
"@parcel/watcher": "^2.5.1",
3333
"@tailwindcss/node": "workspace:^",
3434
"@tailwindcss/oxide": "workspace:^",
3535
"enhanced-resolve": "^5.18.0",

packages/@tailwindcss-standalone/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
},
3636
"__notes": "These binary packages must be included so Bun can build the CLI for all supported platforms. We also rely on Lightning CSS and Parcel being patched so Bun can statically analyze the executables.",
3737
"devDependencies": {
38-
"@parcel/watcher-darwin-arm64": "^2.5.0",
39-
"@parcel/watcher-darwin-x64": "^2.5.0",
40-
"@parcel/watcher-linux-arm64-glibc": "^2.5.0",
41-
"@parcel/watcher-linux-arm64-musl": "^2.5.0",
42-
"@parcel/watcher-linux-x64-glibc": "^2.5.0",
43-
"@parcel/watcher-linux-x64-musl": "^2.5.0",
44-
"@parcel/watcher-win32-x64": "^2.5.0",
38+
"@parcel/watcher-darwin-arm64": "^2.5.1",
39+
"@parcel/watcher-darwin-x64": "^2.5.1",
40+
"@parcel/watcher-linux-arm64-glibc": "^2.5.1",
41+
"@parcel/watcher-linux-arm64-musl": "^2.5.1",
42+
"@parcel/watcher-linux-x64-glibc": "^2.5.1",
43+
"@parcel/watcher-linux-x64-musl": "^2.5.1",
44+
"@parcel/watcher-win32-x64": "^2.5.1",
4545
"@types/bun": "^1.1.16",
4646
"bun": "1.1.43",
4747
"lightningcss-darwin-arm64": "^1.29.1",
File renamed without changes.

0 commit comments

Comments
 (0)