Skip to content

Commit edc49fc

Browse files
authored
update esbuild and babel (#1081)
1 parent 53d1afe commit edc49fc

File tree

2 files changed

+521
-183
lines changed

2 files changed

+521
-183
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish"
88
},
99
"devDependencies": {
10+
"@babel/core": "^7.27.1",
1011
"@changesets/cli": "^2.29.4",
11-
"@livekit/changesets-changelog-github": "^0.0.4"
12+
"@livekit/changesets-changelog-github": "^0.0.4",
13+
"esbuild": "^0.25.4"
1214
}
13-
}
15+
}

0 commit comments

Comments
 (0)