From cb328ad2ea92b4b1855ee83c0af855965acbc89e Mon Sep 17 00:00:00 2001 From: nikkeyl <131481562+nikkeyl@users.noreply.github.com> Date: Sat, 6 Sep 2025 16:22:08 +0300 Subject: [PATCH] fix: package --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 5e77487..5d65d77 100644 --- a/package.json +++ b/package.json @@ -54,15 +54,15 @@ "devDependencies": { "@archoleat/commitlint-define-config": "file:", "@archoleat/eslint-flat-compatibility": "^1.2.1", - "@archoleat/prettier-define-config": "^1.1.0", - "@archoleat/semantic-release-define-config": "^1.2.0", + "@archoleat/prettier-define-config": "^1.2.1", + "@archoleat/semantic-release-define-config": "^1.3.1", "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@commitlint/types": "^19.8.1", "@rollup/plugin-typescript": "^12.1.4", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", - "@types/bun": "^1.2.20", + "@types/bun": "^1.2.21", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "conventional-changelog-conventionalcommits": "^9.1.0", @@ -75,20 +75,20 @@ "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import": "^2.32.0", "eslint-plugin-simple-import-sort": "^12.1.1", - "eslint-plugin-unicorn": "^60.0.0", + "eslint-plugin-unicorn": "^61.0.1", "expect-type": "^1.2.2", "git-pull-run": "^1.6.2", "globals": "^16.3.0", "husky": "^9.1.7", - "lint-staged": "^16.1.5", + "lint-staged": "^16.1.6", "prettier": "^3.6.2", "remark": "15.0.1", "remark-cli": "^12.0.1", "remark-preset-lint-consistent": "^6.0.1", "remark-preset-lint-markdown-style-guide": "^6.0.1", "remark-preset-lint-recommended": "^7.0.1", - "rollup": "^4.46.2", - "rollup-plugin-dts": "^6.2.1", + "rollup": "^4.50.0", + "rollup-plugin-dts": "^6.2.3", "rollup-plugin-esbuild": "^6.2.1", "semantic-release": "^24.2.7", "tslib": "^2.8.1"