Skip to content

Commit

Permalink
chore(deps): update dependency vitest to v2.1.1 (#1422)
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 Sep 17, 2024
1 parent 5fc74b5 commit 73329fe
Show file tree
Hide file tree
Showing 11 changed files with 85 additions and 64 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"playwright": "1.46.0",
"prettier": "3.3.3",
"tree-kill": "^1.2.2",
"vitest": "2.0.5"
"vitest": "2.1.1"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"rimraf": "^3.0.2",
"tailwindcss": "^3.4.11",
"typescript": "^5.5.3",
"vitest": "2.0.5",
"vitest": "2.1.1",
"webpack": "^5.94.0"
},
"sideEffects": [
Expand Down
2 changes: 1 addition & 1 deletion packages/modern-plugin-rspress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.3",
"vitest": "2.0.5"
"vitest": "2.1.1"
},
"sideEffects": [
"**/*.scss"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-auto-nav-sidebar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"typescript": "^5.5.3",
"vitest": "2.0.5"
"vitest": "2.1.1"
},
"sideEffects": [
"*.css",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-client-redirects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"typescript": "^5.5.3",
"vitest": "2.0.5"
"vitest": "2.1.1"
},
"peerDependencies": {
"@rspress/runtime": "workspace:^1.31.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-last-updated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"typescript": "^5.5.3",
"vitest": "2.0.5"
"vitest": "2.1.1"
},
"dependencies": {
"@rspress/shared": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-medium-zoom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"typescript": "^5.5.3",
"vitest": "2.0.5"
"vitest": "2.1.1"
},
"peerDependencies": {
"@rspress/runtime": "workspace:^1.31.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-shiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react": "^18.3.1",
"typescript": "^5.5.3",
"unified": "^10.1.2",
"vitest": "2.0.5"
"vitest": "2.1.1"
},
"sideEffects": [
"*.css",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-typedoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"typescript": "^5.5.3",
"vitest": "2.0.5"
"vitest": "2.1.1"
},
"peerDependencies": {
"rspress": "workspace:^1.31.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/theme-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"gray-matter": "4.0.3",
"tailwindcss": "^3.4.11",
"typescript": "^5.5.3",
"vitest": "2.0.5",
"vitest": "2.1.1",
"webpack": "^5.94.0"
},
"sideEffects": [
Expand Down
129 changes: 75 additions & 54 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 73329fe

Please sign in to comment.