Skip to content

Commit c344172

Browse files
Bump vitest in the npm_and_yarn group across 1 directory (#35)
Bumps the npm_and_yarn group with 1 update in the / directory: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `vitest` from 3.1.1 to 3.2.6 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.6/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-version: 3.2.6 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ec56b3f commit c344172

3 files changed

Lines changed: 736 additions & 122 deletions

File tree

examples/ts-sdk/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"@types/react": "^18.3.13",
2222
"copy-webpack-plugin": "^13.0.0",
2323
"typescript": "^5.8.2",
24-
"webpack": "^5.107.0"
24+
"webpack": "^5.107.2"
2525
}
2626
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"nx": "^20.7.2",
2020
"rimraf": "^6.0.1",
2121
"tsup": "^8.4.0",
22-
"vitest": "^3.0.9"
22+
"vitest": "^3.2.6"
2323
},
2424
"workspaces": [
2525
"programs/*",

0 commit comments

Comments
 (0)