Skip to content

Commit

Permalink
chore: Upgrade chokidar to v4 (#76)
Browse files Browse the repository at this point in the history
All cli test pass.
![Screenshot 2024-12-16 at 21 10
01](https://github.com/user-attachments/assets/66d1037b-c660-49ea-829e-db254f0693cd)
  • Loading branch information
danPwiz authored Jan 7, 2025
1 parent b410ff1 commit a031d35
Show file tree
Hide file tree
Showing 3 changed files with 6,351 additions and 5,032 deletions.
5 changes: 5 additions & 0 deletions .changeset/sweet-points-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@swc/cli": minor
---

update chokidar to V4
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/cli",
"version": "0.5.2",
"version": "0.6.0",
"description": "CLI for the swc project",
"main": "lib/swc/index.js",
"scripts": {
Expand Down Expand Up @@ -56,22 +56,22 @@
"source-map": "^0.7.3"
},
"devDependencies": {
"@swc/cli": "0.5.2",
"@swc/cli": "0.6.0",
"@swc/core": "^1.6.4",
"@swc/jest": "workspace:^",
"@swc/types": "^0.1.9",
"@types/jest": "^29.5.0",
"@types/node": "^20.11.5",
"@types/semver": "^7.3.13",
"chokidar": "^3.5.1",
"chokidar": "^4.0.1",
"deepmerge": "^4.2.2",
"jest": "^29.5.0",
"ts-jest": "^29.0.5",
"typescript": "~4.3.2"
},
"peerDependencies": {
"@swc/core": "^1.2.66",
"chokidar": "^3.5.1"
"chokidar": "^4.0.1"
},
"peerDependenciesMeta": {
"chokidar": {
Expand Down
Loading

0 comments on commit a031d35

Please sign in to comment.