From 1d867180f7a461a024458da43f0bf11df70a706c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 17:31:01 +0000 Subject: [PATCH] chore(deps-dev): bump @docusaurus/tsconfig from 3.1.0 to 3.1.1 Bumps [@docusaurus/tsconfig](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-tsconfig) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/facebook/docusaurus/releases) - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/docusaurus/commits/v3.1.1/packages/docusaurus-tsconfig) --- updated-dependencies: - dependency-name: "@docusaurus/tsconfig" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 8 ++++---- website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3ab80c54bb..45518c2151 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -515,8 +515,8 @@ importers: specifier: 3.1.1 version: 3.1.1(react-dom@18.2.0)(react@18.2.0) '@docusaurus/tsconfig': - specifier: ^3.0.0 - version: 3.1.0 + specifier: ^3.1.1 + version: 3.1.1 '@docusaurus/types': specifier: 3.1.0 version: 3.1.0(react-dom@18.2.0)(react@18.2.0) @@ -2957,8 +2957,8 @@ packages: tslib: 2.6.2 dev: false - /@docusaurus/tsconfig@3.1.0: - resolution: {integrity: sha512-PE6fSuj5gJy5sNC1OO+bYAU1/xZH5YqddGjhrNu3/T7OAUroqkMZfVl13Tz70CjYB8no4OWcraqSkObAeNdIcQ==} + /@docusaurus/tsconfig@3.1.1: + resolution: {integrity: sha512-FTBuY3KvaHfMVBgvlPmDQ+KS9Q/bYtVftq2ugou3PgBDJoQmw2aUZ4Sg15HKqLGbfIkxoy9t6cqE4Yw1Ta8Q1A==} dev: true /@docusaurus/types@3.1.0(react-dom@18.2.0)(react@18.2.0): diff --git a/website/package.json b/website/package.json index 5ae5805a65..268deb53a1 100644 --- a/website/package.json +++ b/website/package.json @@ -34,7 +34,7 @@ }, "devDependencies": { "@docusaurus/module-type-aliases": "3.1.1", - "@docusaurus/tsconfig": "^3.0.0", + "@docusaurus/tsconfig": "^3.1.1", "@docusaurus/types": "3.1.0", "@types/node": "^20.11.10", "ts-node": "^10.9.1",