From c42a60c65cc9894bd2494783e7f10f71665dc327 Mon Sep 17 00:00:00 2001 From: CDeltakai Date: Thu, 8 May 2025 16:56:19 +1000 Subject: [PATCH 1/2] fix: moved prettier into dependencies instead of devDependencies --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 563a30b..094e33e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,8 @@ "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "^5.1.0", - "eslint-plugin-tailwindcss": "^3.18.0" + "eslint-plugin-tailwindcss": "^3.18.0", + "prettier": "^3.0.0" }, "bin": { "matrixai-lint": "dist/bin/lint.js" @@ -36,7 +37,6 @@ "jest-extended": "^4.0.2", "jest-junit": "^16.0.0", "minimatch": "^10.0.1", - "prettier": "^3.0.0", "shx": "^0.3.4", "tsconfig-paths": "^3.9.0", "tsx": "^3.12.7", diff --git a/package.json b/package.json index 8a1c68e..d67e8a2 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,8 @@ "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-tailwindcss": "^3.18.0", - "commander": "^13.1.0" + "commander": "^13.1.0", + "prettier": "^3.0.0" }, "devDependencies": { "@swc/core": "1.3.82", @@ -57,7 +58,6 @@ "jest-extended": "^4.0.2", "jest-junit": "^16.0.0", "minimatch": "^10.0.1", - "prettier": "^3.0.0", "shx": "^0.3.4", "tsconfig-paths": "^3.9.0", "tsx": "^3.12.7", From 2b0aa4f2746ee4b870a26d2c5da192157a98579a Mon Sep 17 00:00:00 2001 From: CDeltakai Date: Thu, 8 May 2025 16:56:35 +1000 Subject: [PATCH 2/2] 0.2.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 094e33e..bad5713 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@matrixai/lint", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@matrixai/lint", - "version": "0.2.1", + "version": "0.2.2", "license": "Apache-2.0", "dependencies": { "@eslint/compat": "^1.2.5", diff --git a/package.json b/package.json index d67e8a2..f1176b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@matrixai/lint", - "version": "0.2.1", + "version": "0.2.2", "author": "Roger Qiu", "description": "Org wide custom eslint rules", "license": "Apache-2.0",