From 13f8a14c425f9d07c4b12034709e869c5eb7d42e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:54:49 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 5.6.2 to 5.6.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.2 to 5.6.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.2...v5.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/docusaurus/package.json | 2 +- package.json | 2 +- packages/wethegit-react-hooks/package.json | 2 +- yarn.lock | 7 +------ 4 files changed, 4 insertions(+), 9 deletions(-) diff --git a/apps/docusaurus/package.json b/apps/docusaurus/package.json index 69e5897..95ed9f7 100644 --- a/apps/docusaurus/package.json +++ b/apps/docusaurus/package.json @@ -23,7 +23,7 @@ "@docusaurus/module-type-aliases": "3.5.2", "@docusaurus/tsconfig": "3.5.2", "@docusaurus/types": "3.5.2", - "typescript": "~5.6.2" + "typescript": "~5.6.3" }, "browserslist": { "production": [ diff --git a/package.json b/package.json index 6a83110..0a98aa1 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "devDependencies": { "prettier": "^3.3.3", "turbo": "latest", - "typescript": "5.6.2" + "typescript": "5.6.3" }, "dependencies": { "@changesets/changelog-github": "~0.5.0", diff --git a/packages/wethegit-react-hooks/package.json b/packages/wethegit-react-hooks/package.json index 282a86a..d1361b0 100644 --- a/packages/wethegit-react-hooks/package.json +++ b/packages/wethegit-react-hooks/package.json @@ -66,7 +66,7 @@ "prettier": "~3.3.3", "react": "^18.3.1", "react-dom": "^18.3.1", - "typescript": "~5.6.2", + "typescript": "~5.6.3", "vite": "^5.4.6", "vite-plugin-dts": "~3.9.1" }, diff --git a/yarn.lock b/yarn.lock index f6355de..0e1c4e1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10205,12 +10205,7 @@ typescript@5.4.2: resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372" integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ== -typescript@5.6.2: - version "5.6.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0" - integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw== - -typescript@~5.6.2: +typescript@5.6.3, typescript@~5.6.3: version "5.6.3" resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b" integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==