Skip to content

Commit

Permalink
build(deps-dev): bump typescript from 5.4.2 to 5.4.5
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.2 to 5.4.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.2...v5.4.5)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 06b82ec commit e31a569
Show file tree
Hide file tree
Showing 7 changed files with 132 additions and 132 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"stylelint": "16.2.1",
"stylelint-config-standard-scss": "13.0.0",
"stylelint-order": "6.0.4",
"typescript": "5.4.2"
"typescript": "5.4.5"
},
"scripts": {
"build": "lerna run build",
Expand Down
2 changes: 1 addition & 1 deletion packages/components-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@storybook/addon-docs": "7.6.17",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.4.2",
"typescript": "5.4.5",
"webpack": "5.90.3"
}
}
2 changes: 1 addition & 1 deletion packages/components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"rollup-plugin-typescript2": "0.36.0",
"sass": "1.71.1",
"tslib": "2.6.2",
"typescript": "5.4.2",
"typescript": "5.4.5",
"vite": "5.1.6",
"vite-plugin-runtime-config": "1.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"sass-loader": "14.1.1",
"storybook": "7.6.17",
"style-loader": "3.3.4",
"typescript": "5.4.2",
"typescript": "5.4.5",
"vite": "5.1.6",
"vite-plugin-html": "3.2.2",
"vite-plugin-markdown": "2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.5",
"typescript": "5.4.2"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/web-components-stencil/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"npm-run-all": "4.1.5",
"rimraf": "5.0.5",
"tslib": "2.6.2",
"typescript": "5.4.2"
"typescript": "5.4.5"
},
"dependencies": {
"@stencil/core": "4.12.6"
Expand Down
Loading

0 comments on commit e31a569

Please sign in to comment.