Skip to content

Commit

Permalink
build(npm): bump typescript from 5.1.6 to 5.3.3 (#1232)
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.3.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.1.6...v5.3.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  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 Dec 7, 2023
1 parent 43ac307 commit da77bb9
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 79 deletions.
2 changes: 1 addition & 1 deletion examples/oidc-client-demo/package.json
Expand Up @@ -7,7 +7,7 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"typescript": "^5.1.6",
"typescript": "^5.3.3",
"web-vitals": "^3.4.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react-oidc-demo/package.json
Expand Up @@ -35,7 +35,7 @@
"cross-env": "^7.0.3",
"jsdom": "22.1.0",
"msw": "2.0.0",
"typescript": "5.1.6",
"typescript": "5.3.3",
"vite": "^4.4.12",
"vite-plugin-dts": "^3.6.4",
"vitest": "^0.33.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -45,7 +45,7 @@
"prettier": "3.1.0",
"tslib": "^2.6.2",
"tsx": "4.6.1",
"typescript": "5.3.2",
"typescript": "5.3.3",
"vitest": "0.34.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/oidc-client-service-worker/package.json
Expand Up @@ -39,7 +39,7 @@
"cpy-cli": "^5.0.0",
"rimraf": "5.0.1",
"msw": "2.0.0",
"typescript": "5.1.6",
"typescript": "5.3.3",
"vite": "^4.4.12",
"vite-plugin-dts": "^3.6.4",
"vitest": "^0.33.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/oidc-client/package.json
Expand Up @@ -31,7 +31,7 @@
"cpy": "^10.1.0",
"cpy-cli": "^5.0.0",
"rimraf": "5.0.1",
"typescript": "5.1.6",
"typescript": "5.3.3",
"vite": "^4.4.12",
"vite-plugin-dts": "^3.6.4",
"vitest": "^0.33.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-oidc/package.json
Expand Up @@ -62,7 +62,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "5.0.1",
"typescript": "5.1.6",
"typescript": "5.3.3",
"vite": "^4.4.12",
"vite-plugin-dts": "^3.6.4",
"vitest": "^0.33.0"
Expand Down

0 comments on commit da77bb9

Please sign in to comment.