Skip to content

Commit

Permalink
fix: revert vite-plugin-node-polyfills from 0.22.0 to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NickKelly1 committed Nov 13, 2024
1 parent 5b42700 commit 30c7cf8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"typescript": "~5.6.3",
"url": "^0.11.4",
"vite": "^5.4.11",
"vite-plugin-node-polyfills": "0.22.0",
"vite-plugin-node-polyfills": "0.17.0",
"vite-tsconfig-paths": "^5.1.2",
"vue-tsc": "^2.1.10",
"webextension-polyfill": "^0.12.0"
Expand Down
32 changes: 17 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1705,7 +1705,7 @@ __metadata:
url-parse: "npm:^1.5.10"
uuid: "npm:^10.0.0"
vite: "npm:^5.4.11"
vite-plugin-node-polyfills: "npm:0.22.0"
vite-plugin-node-polyfills: "npm:0.17.0"
vite-tsconfig-paths: "npm:^5.1.2"
vitest: "npm:^2.1.4"
vue: "npm:^3.5.12"
Expand Down Expand Up @@ -12895,6 +12895,16 @@ __metadata:
languageName: node
linkType: hard

"buffer-polyfill@npm:buffer@^6.0.3, buffer@npm:6.0.3, buffer@npm:^6.0.2, buffer@npm:^6.0.3, buffer@npm:~6.0.3":
version: 6.0.3
resolution: "buffer@npm:6.0.3"
dependencies:
base64-js: "npm:^1.3.1"
ieee754: "npm:^1.2.1"
checksum: 10/b6bc68237ebf29bdacae48ce60e5e28fc53ae886301f2ad9496618efac49427ed79096750033e7eab1897a4f26ae374ace49106a5758f38fb70c78c9fda2c3b1
languageName: node
linkType: hard

"buffer-reverse@npm:^1.0.1":
version: 1.0.1
resolution: "buffer-reverse@npm:1.0.1"
Expand Down Expand Up @@ -12926,16 +12936,6 @@ __metadata:
languageName: node
linkType: hard

"buffer@npm:6.0.3, buffer@npm:^6.0.2, buffer@npm:^6.0.3, buffer@npm:~6.0.3":
version: 6.0.3
resolution: "buffer@npm:6.0.3"
dependencies:
base64-js: "npm:^1.3.1"
ieee754: "npm:^1.2.1"
checksum: 10/b6bc68237ebf29bdacae48ce60e5e28fc53ae886301f2ad9496618efac49427ed79096750033e7eab1897a4f26ae374ace49106a5758f38fb70c78c9fda2c3b1
languageName: node
linkType: hard

"buffer@npm:^5.0.5, buffer@npm:^5.5.0, buffer@npm:^5.6.0, buffer@npm:^5.7.1":
version: 5.7.1
resolution: "buffer@npm:5.7.1"
Expand Down Expand Up @@ -28731,15 +28731,17 @@ __metadata:
languageName: node
linkType: hard

"vite-plugin-node-polyfills@npm:0.22.0":
version: 0.22.0
resolution: "vite-plugin-node-polyfills@npm:0.22.0"
"vite-plugin-node-polyfills@npm:0.17.0":
version: 0.17.0
resolution: "vite-plugin-node-polyfills@npm:0.17.0"
dependencies:
"@rollup/plugin-inject": "npm:^5.0.5"
buffer-polyfill: "npm:buffer@^6.0.3"
node-stdlib-browser: "npm:^1.2.0"
process: "npm:^0.11.10"
peerDependencies:
vite: ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0
checksum: 10/004a68987d271c04e1a7b9df38f8fca32b1e4a261b464f69895af5ea90e40cbb31e18170435613cb9f2edc735589267ff51772c8793f6f567ba2849da8d36ec4
checksum: 10/2e0f7c611a17c3d76ff2c72145351410254f2899444a0a13d2f54e75678d374d7d27b1385e289859e9e36be60998bb8c309c518e5fcb4f198f5169e0504579ae
languageName: node
linkType: hard

Expand Down

0 comments on commit 30c7cf8

Please sign in to comment.