diff --git a/package-lock.json b/package-lock.json index 563a30b..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", @@ -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..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", @@ -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",