Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency vite-plugin-cjs-interop to v2.1.4 #11613

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"react-server-dom-webpack": "19.0.0-rc-f2df5694-20240916",
"rimraf": "6.0.1",
"vite": "5.4.7",
"vite-plugin-cjs-interop": "2.1.3",
"vite-plugin-cjs-interop": "2.1.4",
"vite-plugin-node-polyfills": "0.22.0",
"ws": "8.18.0",
"yargs-parser": "21.1.1"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8797,7 +8797,7 @@ __metadata:
tsx: "npm:4.19.1"
typescript: "npm:5.6.2"
vite: "npm:5.4.7"
vite-plugin-cjs-interop: "npm:2.1.3"
vite-plugin-cjs-interop: "npm:2.1.4"
vite-plugin-node-polyfills: "npm:0.22.0"
vitest: "npm:2.0.5"
ws: "npm:8.18.0"
Expand Down Expand Up @@ -29653,16 +29653,16 @@ __metadata:
languageName: node
linkType: hard

"vite-plugin-cjs-interop@npm:2.1.3":
version: 2.1.3
resolution: "vite-plugin-cjs-interop@npm:2.1.3"
"vite-plugin-cjs-interop@npm:2.1.4":
version: 2.1.4
resolution: "vite-plugin-cjs-interop@npm:2.1.4"
dependencies:
acorn: "npm:^8.12.1"
acorn-import-assertions: "npm:^1.9.0"
estree-walker: "npm:^3.0.3"
magic-string: "npm:^0.30.11"
minimatch: "npm:^10.0.1"
checksum: 10c0/e08f416279fcabe082f42501d859995cc9d3dc593339e8c01473e10997ea940c002afe5e3977ecf98680966d759d23c0ff4f1d05100003c67b70544f133dc415
checksum: 10c0/bd8e5f3a6dd062b3739459457c8ae462b729ccd32a5e47409a55328a2e47863b49cbe9d7e89343a49424a6077a938dfb3d34bb79198c978a7ba2455db3190f48
languageName: node
linkType: hard

Expand Down
Loading