Skip to content

Commit 6b5605a

Browse files
committed
fix: downgrade vite-plugin-node-polyfills to version 0.26.0
1 parent 24382cd commit 6b5605a

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

packages/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"typescript": "~5.9.3",
137137
"url": "^0.11.4",
138138
"vite": "^7.3.3",
139-
"vite-plugin-node-polyfills": "0.28.0",
139+
"vite-plugin-node-polyfills": "0.26.0",
140140
"vite-tsconfig-paths": "^6.1.1",
141141
"vitest": "^4.1.7",
142142
"vue-tsc": "^3.3.1",

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1827,7 +1827,7 @@ __metadata:
18271827
url-parse: "npm:^1.5.10"
18281828
uuid: "npm:^13.0.2"
18291829
vite: "npm:^7.3.3"
1830-
vite-plugin-node-polyfills: "npm:0.28.0"
1830+
vite-plugin-node-polyfills: "npm:0.26.0"
18311831
vite-tsconfig-paths: "npm:^6.1.1"
18321832
vitest: "npm:^4.1.7"
18331833
vue: "npm:^3.5.34"
@@ -30769,6 +30769,18 @@ __metadata:
3076930769
languageName: node
3077030770
linkType: hard
3077130771

30772+
"vite-plugin-node-polyfills@npm:0.26.0":
30773+
version: 0.26.0
30774+
resolution: "vite-plugin-node-polyfills@npm:0.26.0"
30775+
dependencies:
30776+
"@rollup/plugin-inject": "npm:^5.0.5"
30777+
node-stdlib-browser: "npm:^1.3.1"
30778+
peerDependencies:
30779+
vite: ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
30780+
checksum: 10/538076561ccfe16e6aa24f7fe9fdb86e0e23ac066fc42b4a6e8af491b2c5d7e3e4a5344694355015d684e2faa69f92e20978b1a1b944770e0d3b8acfea53cbe8
30781+
languageName: node
30782+
linkType: hard
30783+
3077230784
"vite-plugin-node-polyfills@npm:0.28.0":
3077330785
version: 0.28.0
3077430786
resolution: "vite-plugin-node-polyfills@npm:0.28.0"

0 commit comments

Comments
 (0)