diff --git a/bun.lockb b/bun.lockb index bfc9298..9cf2109 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 1be4861..a65167f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,6 @@ { "name": "@swrlab/style-guide", - "version": "1.0.0", - "packageManager": "yarn@4.1.1", + "version": "1.0.1", "description": "SWR Audio Lab's engineering style guide", "type": "module", "license": "ISC", @@ -13,11 +12,7 @@ "type": "git", "url": "https://github.com/swrlab/style-guide.git" }, - "files": [ - "biome", - "eslint", - "prettier" - ], + "files": ["biome", "eslint", "prettier"], "main": "index.js", "exports": { "./biome": "./biome/biome.json", @@ -56,12 +51,12 @@ "eslint-plugin-import-x": "^0.5.3", "eslint-plugin-jsonc": "^2.16.0", "eslint-plugin-n": "^17.10.2", - "eslint-plugin-perfectionist": "^2.11.0", + "eslint-plugin-perfectionist": "^3.2.0", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-security": "^3.0.1", "eslint-plugin-sonarjs": "^1.0.4", "eslint-plugin-testing-library": "^6.3.0", - "eslint-plugin-unicorn": "^54.0.0", + "eslint-plugin-unicorn": "^55.0.0", "eslint-plugin-unused-imports": "^4.1.3", "eslint-plugin-vue": "^9.27.0", "globals": "^15.9.0"