From 4b8b9036fc1aff643582c7db59c0e135b635dcdb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 06:57:57 +0000 Subject: [PATCH] fix(deps): update dependency @vanilla-extract/babel-plugin-debug-ids to ^1.1.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ddd8fe77..b7f7408b 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@types/react-dom": "^18.3.0", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", - "@vanilla-extract/babel-plugin-debug-ids": "^1.0.3", + "@vanilla-extract/babel-plugin-debug-ids": "^1.1.0", "@vitest/coverage-c8": "^0.23.2", "cross-env": "^7.0.3", "eslint": "^8.57.0", diff --git a/yarn.lock b/yarn.lock index e99f3a65..b15734ac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4725,10 +4725,10 @@ resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406" integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ== -"@vanilla-extract/babel-plugin-debug-ids@^1.0.3", "@vanilla-extract/babel-plugin-debug-ids@^1.0.6": - version "1.0.6" - resolved "https://registry.yarnpkg.com/@vanilla-extract/babel-plugin-debug-ids/-/babel-plugin-debug-ids-1.0.6.tgz#e9033b5fb97c1b13066cec701f42e753373c2516" - integrity sha512-C188vUEYmw41yxg3QooTs8r1IdbDQQ2mH7L5RkORBnHx74QlmsNfqVmKwAVTgrlYt8JoRaWMtPfGm/Ql0BNQrA== +"@vanilla-extract/babel-plugin-debug-ids@^1.0.6", "@vanilla-extract/babel-plugin-debug-ids@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@vanilla-extract/babel-plugin-debug-ids/-/babel-plugin-debug-ids-1.1.0.tgz#783b33d55c4c4cdad0b2ddcd681ecbbe2dfc0a7b" + integrity sha512-Zy9bKjaL2P5zsrFYQJ8IjWGlFODmZrpvFmjFE0Zv8om55Pz1JtpJtL6DvlxlWUxbVaP1HKCqsmEfFOZN8fX/ZQ== dependencies: "@babel/core" "^7.23.9"