Skip to content

Commit

Permalink
build(npm): bump vitest from 1.2.2 to 1.3.1 (#1315)
Browse files Browse the repository at this point in the history
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.2.2 to 1.3.1.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.3.1/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 7, 2024
1 parent 3358b0f commit 95be8f7
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 56 deletions.
2 changes: 1 addition & 1 deletion examples/react-oidc-demo/package.json
Expand Up @@ -36,7 +36,7 @@
"typescript": "5.3.3",
"vite": "5.0.12",
"vite-plugin-dts": "^3.6.4",
"vitest": "1.2.2"
"vitest": "1.3.1"
},
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -46,7 +46,7 @@
"tslib": "^2.6.2",
"tsx": "4.7.0",
"typescript": "5.3.3",
"vitest": "1.2.2"
"vitest": "1.3.1"
},
"engines": {
"node": "16.* || >= 18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/oidc-client-service-worker/package.json
Expand Up @@ -41,7 +41,7 @@
"typescript": "5.3.3",
"vite": "5.0.12",
"vite-plugin-dts": "^3.7.2",
"vitest": "1.2.2"
"vitest": "1.3.1"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/oidc-client/package.json
Expand Up @@ -33,7 +33,7 @@
"typescript": "5.3.3",
"vite": "5.0.12",
"vite-plugin-dts": "3.7.2",
"vitest": "1.2.2"
"vitest": "1.3.1"
},
"keywords": [
"oidc",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-oidc/package.json
Expand Up @@ -64,7 +64,7 @@
"typescript": "5.3.3",
"vite": "5.0.12",
"vite-plugin-dts": "3.7.2",
"vitest": "1.2.2"
"vitest": "1.3.1"
},
"license": "MIT",
"publishConfig": {
Expand Down
104 changes: 53 additions & 51 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 95be8f7

Please sign in to comment.