From 3ea53a731e926d9670025afea3e23e398644abf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 17:06:03 +0000 Subject: [PATCH] chore(deps): bump typescript from 5.0.4 to 5.1.6 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.4 to 5.1.6. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.0.4...v5.1.6) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/web/package.json | 2 +- packages/ui/package.json | 2 +- pnpm-lock.yaml | 14 ++++---------- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index b12de0a..3f1937f 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -25,7 +25,7 @@ "svelte-check": "^3.4.6", "tailwindcss": "^3.3.2", "tslib": "^2.6.1", - "typescript": "^5.0.0", + "typescript": "^5.1.6", "vite": "^4.4.9" }, "type": "module", diff --git a/packages/ui/package.json b/packages/ui/package.json index 18af179..76f751e 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -22,6 +22,6 @@ }, "dependencies": { "@melt-ui/svelte": "^0.34.1", - "typescript": "^5.0.0" + "typescript": "^5.1.6" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ef4226c..dd9c595 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -211,8 +211,8 @@ importers: specifier: ^2.6.1 version: 2.6.1 typescript: - specifier: ^5.0.0 - version: 5.0.4 + specifier: ^5.1.6 + version: 5.1.6 vite: specifier: ^4.4.9 version: 4.4.9(@types/node@20.4.8) @@ -268,8 +268,8 @@ importers: specifier: ^0.34.1 version: 0.34.1(svelte@4.1.2) typescript: - specifier: ^5.0.0 - version: 5.0.4 + specifier: ^5.1.6 + version: 5.1.6 devDependencies: eslint-config-custom: specifier: workspace:* @@ -10989,16 +10989,10 @@ packages: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} dev: true - /typescript@5.0.4: - resolution: {integrity: sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==} - engines: {node: '>=12.20'} - hasBin: true - /typescript@5.1.6: resolution: {integrity: sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==} engines: {node: '>=14.17'} hasBin: true - dev: true /uglify-js@3.17.4: resolution: {integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==}