From cf3fa5f1ee898fe61e43e04eee8905b63296d43d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 05:50:47 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.3.2 to 5.5.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.2 to 5.5.2. - [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.3.2...v5.5.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lib/package.json | 2 +- package-lock.json | 12 ++++++------ playground-test/package.json | 2 +- playground/package.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/package.json b/lib/package.json index 9082a2ef3..c8897a3fc 100644 --- a/lib/package.json +++ b/lib/package.json @@ -43,7 +43,7 @@ "react-dom": "^18.2.0", "rollup-plugin-preserve-directives": "^0.4.0", "start-server-and-test": "^2.0.3", - "typescript": "^5.3.2", + "typescript": "^5.5.2", "vite": "^5.1.7" }, "peerDependencies": { diff --git a/package-lock.json b/package-lock.json index 2686abe59..e649e2bbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "react-dom": "^18.2.0", "rollup-plugin-preserve-directives": "^0.4.0", "start-server-and-test": "^2.0.3", - "typescript": "^5.3.2", + "typescript": "^5.5.2", "vite": "^5.1.7" }, "peerDependencies": { @@ -22379,9 +22379,9 @@ } }, "node_modules/typescript": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz", - "integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==", + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", + "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -23444,7 +23444,7 @@ "gatsby-source-storyblok": "^1.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "typescript": "^5.3.2" + "typescript": "^5.5.2" } }, "playground-test": { @@ -23457,7 +23457,7 @@ "gatsby-source-storyblok": "^1.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "typescript": "^5.3.2" + "typescript": "^5.5.2" } } } diff --git a/playground-test/package.json b/playground-test/package.json index ac81366c3..bd4d5f0de 100644 --- a/playground-test/package.json +++ b/playground-test/package.json @@ -23,6 +23,6 @@ "@types/node": "^20.11.22", "@types/react": "^18.2.74", "@types/react-dom": "^18.2.22", - "typescript": "^5.3.2" + "typescript": "^5.5.2" } } \ No newline at end of file diff --git a/playground/package.json b/playground/package.json index 0d203f2bb..04ec7af58 100644 --- a/playground/package.json +++ b/playground/package.json @@ -23,6 +23,6 @@ "@types/node": "^20.11.22", "@types/react": "^18.2.74", "@types/react-dom": "^18.2.22", - "typescript": "^5.3.2" + "typescript": "^5.5.2" } } \ No newline at end of file