Skip to content

Commit 07a91b7

Browse files
committed
chore: merge main
2 parents 5f46eb4 + bef9c95 commit 07a91b7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
- run: pnpm build:core
3131
- run: pnpm build:shims
3232
- run: pnpm playwright install --with-deps
33-
- name: update overrides to use vite 8 beta and re-install
33+
- name: update overrides to use vite 8 and re-install
3434
run: |
35-
jq '.pnpm.overrides.vite = "8.0.0-beta.7"' package.json > package.tmp.json
35+
jq '.pnpm.overrides.vite = "8.0.1"' package.json > package.tmp.json
3636
mv package.tmp.json package.json
3737
pnpm i --no-frozen-lockfile
3838
- run: pnpm -r test:e2e

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-plugin-node-polyfills",
33
"type": "module",
4-
"version": "0.25.0",
4+
"version": "0.26.0",
55
"packageManager": "pnpm@9.1.0+sha256.22e36fba7f4880ecf749a5ca128b8435da085ecd49575e7fb9e64d6bf4fad394",
66
"description": "A Vite plugin to polyfill Node's Core Modules for browser environments.",
77
"author": "David Myers <hello@davidmyers.dev>",
@@ -91,7 +91,7 @@
9191
"typecheck:vue": "pnpm -C ./examples/vue run typecheck"
9292
},
9393
"peerDependencies": {
94-
"vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
94+
"vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
9595
},
9696
"dependencies": {
9797
"@rollup/plugin-inject": "^5.0.5",

0 commit comments

Comments
 (0)