Skip to content

Commit

Permalink
chore(deps): update dependency vitest to ^0.33.0 (#2042)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 7, 2023
1 parent fd15cb7 commit 9f23d49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/nextra-theme-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"react-cusdis": "^2.1.3",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.1",
"vitest": "^0.32.0"
"vitest": "^0.33.0"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/nextra-theme-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.1",
"vitest": "^0.32.0"
"vitest": "^0.33.0"
},
"sideEffects": [
"./src/polyfill.ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/nextra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,6 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"unified": "^10.1.2",
"vitest": "^0.32.0"
"vitest": "^0.33.0"
}
}

1 comment on commit 9f23d49

@vercel
Copy link

@vercel vercel bot commented on 9f23d49 Jul 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.