diff --git a/package.json b/package.json index 8bda5a1..f714584 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "you-dont-need-useless-dom", - "version": "1.3.1", + "version": "1.4.0", "packageManager": "pnpm@8.7.0", "description": "There is a lot of dom that we may not wanna look at.", "keywords": [ @@ -24,13 +24,13 @@ "extension/**/*.{js,json}": "eslint --fix" }, "dependencies": { - "tailwindcss": "^3.3.3" + "tailwindcss": "^3.4.4" }, "devDependencies": { - "@leedomjs/eslint-config-basic": "^0.11.0", - "bumpp": "^9.4.0", + "@leedomjs/eslint-config-basic": "^0.11.3", + "bumpp": "^9.4.1", "eslint": "^8.57.0", - "lint-staged": "^15.2.2", + "lint-staged": "^15.2.7", "simple-git-hooks": "^2.11.1" } }