Skip to content

Commit

Permalink
chore(deps-dev): bump typescript from 5.5.4 to 5.6.2
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.4...v5.6.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 12, 2024
1 parent e815a22 commit 6e5ca6f
Show file tree
Hide file tree
Showing 8 changed files with 289 additions and 289 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"proxy": "^2.2.0",
"typescript": "5.5.4",
"typescript": "5.6.2",
"typescript-eslint": "^8.5.0",
"validator": "^13.12.0",
"vite": "^5.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"svelte-steps": "2.4.1",
"tailwindcss": "^3.4.11",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"vite": "^5.4.4",
"vitest": "^2.0.5",
"@xterm/xterm": "^5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"svelte-eslint-parser": "^0.41.0",
"tailwindcss": "^3.4.11",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"vite": "^5.4.4",
"vitest": "^2.0.5"
}
Expand Down
564 changes: 282 additions & 282 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"svelte": "5.0.0-next.225",
"svelte-check": "^3.8.6",
"tailwindcss": "^3.4.11",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"vite": "^5.4.4",
"vitest": "^2.0.5"
}
Expand Down
2 changes: 1 addition & 1 deletion tests/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@playwright/test": "1.47.0",
"@types/node": "^20",
"electron": "32.1.0",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"vitest": "^2.0.5"
}
}
2 changes: 1 addition & 1 deletion tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@octokit/graphql": "^8.1.1"
},
"devDependencies": {
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"vitest": "^2.0.5"
}
}
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"tailwindcss": "^3.4.11",
"typedoc": "^0.26.7",
"typedoc-plugin-markdown": "^4.2.7",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 6e5ca6f

Please sign in to comment.