Skip to content

Commit

Permalink
build(npm): bump vite from 4.4.7 to 4.4.12 (#1231)
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.7 to 4.4.12.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.4.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.4.12/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

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] authored Dec 7, 2023
1 parent e142e7d commit 430a06b
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 367 deletions.
2 changes: 1 addition & 1 deletion examples/oidc-client-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"devDependencies": {
"@types/node": "^20.10.1",
"cross-env": "^7.0.3",
"vite": "^4.4.4"
"vite": "^4.4.12"
}
}
2 changes: 1 addition & 1 deletion examples/react-oidc-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"jsdom": "22.1.0",
"msw": "2.0.0",
"typescript": "5.1.6",
"vite": "^4.4.4",
"vite": "^4.4.12",
"vite-plugin-dts": "^3.3.0",
"vitest": "^0.33.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/oidc-client-service-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"rimraf": "5.0.1",
"msw": "2.0.0",
"typescript": "5.1.6",
"vite": "^4.4.4",
"vite": "^4.4.12",
"vite-plugin-dts": "^3.3.0",
"vitest": "^0.33.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/oidc-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"cpy-cli": "^5.0.0",
"rimraf": "5.0.1",
"typescript": "5.1.6",
"vite": "^4.4.4",
"vite": "^4.4.12",
"vite-plugin-dts": "^3.3.0",
"vitest": "^0.33.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-oidc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"react-dom": "^18.2.0",
"rimraf": "5.0.1",
"typescript": "5.1.6",
"vite": "^4.4.4",
"vite": "^4.4.12",
"vite-plugin-dts": "^3.3.0",
"vitest": "^0.33.0"
},
Expand Down
Loading

0 comments on commit 430a06b

Please sign in to comment.