From a906c0994dcd71aea7b569d642c27b35474c68c4 Mon Sep 17 00:00:00 2001 From: Gallay Lajos Date: Sat, 16 Dec 2023 11:56:20 +0100 Subject: [PATCH] sdk upgrade --- .yarn/sdks/eslint/package.json | 2 +- .yarn/sdks/prettier/package.json | 2 +- .yarn/sdks/typescript/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.yarn/sdks/eslint/package.json b/.yarn/sdks/eslint/package.json index 9c57132c..f9672f35 100644 --- a/.yarn/sdks/eslint/package.json +++ b/.yarn/sdks/eslint/package.json @@ -1,6 +1,6 @@ { "name": "eslint", - "version": "8.54.0-sdk", + "version": "8.56.0-sdk", "main": "./lib/api.js", "type": "commonjs", "bin": { diff --git a/.yarn/sdks/prettier/package.json b/.yarn/sdks/prettier/package.json index c61f5117..d2b89e5f 100644 --- a/.yarn/sdks/prettier/package.json +++ b/.yarn/sdks/prettier/package.json @@ -1,6 +1,6 @@ { "name": "prettier", - "version": "3.1.0-sdk", + "version": "3.1.1-sdk", "main": "./index.cjs", "type": "commonjs", "bin": "./bin/prettier.cjs" diff --git a/.yarn/sdks/typescript/package.json b/.yarn/sdks/typescript/package.json index bc10fac9..eb7dd745 100644 --- a/.yarn/sdks/typescript/package.json +++ b/.yarn/sdks/typescript/package.json @@ -1,6 +1,6 @@ { "name": "typescript", - "version": "5.3.2-sdk", + "version": "5.3.3-sdk", "main": "./lib/typescript.js", "type": "commonjs", "bin": {