Skip to content

Commit 0e53f7b

Browse files
fix: package (#9)
Co-authored-by: nikkeyl <[email protected]>
1 parent 0bb7249 commit 0e53f7b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@
5454
"devDependencies": {
5555
"@archoleat/commitlint-define-config": "file:",
5656
"@archoleat/eslint-flat-compatibility": "^1.2.1",
57-
"@archoleat/prettier-define-config": "^1.1.0",
58-
"@archoleat/semantic-release-define-config": "^1.2.0",
57+
"@archoleat/prettier-define-config": "^1.2.1",
58+
"@archoleat/semantic-release-define-config": "^1.3.1",
5959
"@commitlint/cli": "^19.8.1",
6060
"@commitlint/config-conventional": "^19.8.1",
6161
"@commitlint/types": "^19.8.1",
6262
"@rollup/plugin-typescript": "^12.1.4",
6363
"@semantic-release/changelog": "^6.0.3",
6464
"@semantic-release/git": "^10.0.1",
65-
"@types/bun": "^1.2.20",
65+
"@types/bun": "^1.2.21",
6666
"@typescript-eslint/eslint-plugin": "^7.18.0",
6767
"@typescript-eslint/parser": "^7.18.0",
6868
"conventional-changelog-conventionalcommits": "^9.1.0",
@@ -75,20 +75,20 @@
7575
"eslint-import-resolver-typescript": "^4.4.4",
7676
"eslint-plugin-import": "^2.32.0",
7777
"eslint-plugin-simple-import-sort": "^12.1.1",
78-
"eslint-plugin-unicorn": "^60.0.0",
78+
"eslint-plugin-unicorn": "^61.0.1",
7979
"expect-type": "^1.2.2",
8080
"git-pull-run": "^1.6.2",
8181
"globals": "^16.3.0",
8282
"husky": "^9.1.7",
83-
"lint-staged": "^16.1.5",
83+
"lint-staged": "^16.1.6",
8484
"prettier": "^3.6.2",
8585
"remark": "15.0.1",
8686
"remark-cli": "^12.0.1",
8787
"remark-preset-lint-consistent": "^6.0.1",
8888
"remark-preset-lint-markdown-style-guide": "^6.0.1",
8989
"remark-preset-lint-recommended": "^7.0.1",
90-
"rollup": "^4.46.2",
91-
"rollup-plugin-dts": "^6.2.1",
90+
"rollup": "^4.50.0",
91+
"rollup-plugin-dts": "^6.2.3",
9292
"rollup-plugin-esbuild": "^6.2.1",
9393
"semantic-release": "^24.2.7",
9494
"tslib": "^2.8.1"

0 commit comments

Comments
 (0)