From 1d1af779842ccd3f753670e0bca1e93906d12a3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 07:10:32 +0000 Subject: [PATCH] chore(deps): bump @guardian/tsconfig from 0.3.1 to 1.0.0 Bumps [@guardian/tsconfig](https://github.com/guardian/csnx) from 0.3.1 to 1.0.0. - [Release notes](https://github.com/guardian/csnx/releases) - [Commits](https://github.com/guardian/csnx/compare/@guardian/tsconfig@0.3.1...@guardian/tsconfig@1.0.0) --- updated-dependencies: - dependency-name: "@guardian/tsconfig" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a73680d4cc..e5387173bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@changesets/cli": "2.27.7", "@guardian/eslint-config-typescript": "8.0.0", "@guardian/eslint-plugin-tsdoc-required": "^0.1.3", - "@guardian/tsconfig": "^0.3.1", + "@guardian/tsconfig": "^1.0.0", "@types/git-url-parse": "^9.0.3", "@types/jest": "^29.5.12", "@types/js-yaml": "^4.0.9", @@ -1659,9 +1659,9 @@ "dev": true }, "node_modules/@guardian/tsconfig": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@guardian/tsconfig/-/tsconfig-0.3.1.tgz", - "integrity": "sha512-H4CnZTv3JNo1nCbnXFSZCW+J4L4COaxgX07CIlaIb4jko1CeAHrk0soYlB5nZm2ZDd4QuNyIyeA7PuHg0rvZcQ==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@guardian/tsconfig/-/tsconfig-1.0.0.tgz", + "integrity": "sha512-xgajw/jq4lEtQoN72vnmiXeRnejUcd3DgNFmH6TfAbWV6NRK4KC4hAjzKf0H69zBSJMxEfFVfGKP9wBzGII7qg==", "dev": true }, "node_modules/@humanwhocodes/config-array": { diff --git a/package.json b/package.json index 185e4595c2..b16f9c64b9 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@changesets/cli": "2.27.7", "@guardian/eslint-config-typescript": "8.0.0", "@guardian/eslint-plugin-tsdoc-required": "^0.1.3", - "@guardian/tsconfig": "^0.3.1", + "@guardian/tsconfig": "^1.0.0", "@types/git-url-parse": "^9.0.3", "@types/jest": "^29.5.12", "@types/js-yaml": "^4.0.9",