From 91b5b16560aab0f53502006126e6a090a63557ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 17:47:16 +0000 Subject: [PATCH] chore(deps): bump `rawstyle-eslint` from ^0.1.2 to ^0.2.0 --- examples/next/package.json | 2 +- examples/vite/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/next/package.json b/examples/next/package.json index c9308cb..6526488 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -31,7 +31,7 @@ "jiti": "^2.6.1", "next-dont": "^0.1.4", "rawstyle": "link:..\\..\\packages\\rawstyle", - "rawstyle-eslint": "^0.1.2", + "rawstyle-eslint": "^0.2.0", "tsx": "^4.21.0", "typescript": "^5.9.3", "typescript-eslint": "^8.57.0" diff --git a/examples/vite/package.json b/examples/vite/package.json index b2fa3e3..00079fe 100644 --- a/examples/vite/package.json +++ b/examples/vite/package.json @@ -28,7 +28,7 @@ "eslint-plugin-react-hooks": "^7.0.1", "jiti": "^2.6.1", "rawstyle": "link:..\\..\\packages\\rawstyle", - "rawstyle-eslint": "^0.1.2", + "rawstyle-eslint": "^0.2.0", "rolldown-vite": "^7.3.1", "tsx": "^4.21.0", "typescript": "^5.9.3",