Skip to content

Commit 62cf502

Browse files
chore(deps): update dependencies (non-major)
1 parent 968022b commit 62cf502

File tree

5 files changed

+909
-656
lines changed

5 files changed

+909
-656
lines changed

packages/eslint-config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@
2727
"extends": "@xstools-dev/eslint-config/base"
2828
},
2929
"dependencies": {
30-
"@babel/core": "~7.28.0",
30+
"@babel/core": "~7.28.3",
3131
"@babel/eslint-parser": "~7.28.0",
3232
"@babel/preset-react": "~7.27.1",
33-
"@typescript-eslint/eslint-plugin": "~8.38.0",
34-
"@typescript-eslint/parser": "~8.38.0",
33+
"@typescript-eslint/eslint-plugin": "~8.41.0",
34+
"@typescript-eslint/parser": "~8.41.0",
3535
"eslint": "~8.57.1",
3636
"eslint-config-alloy": "~5.1.2",
3737
"eslint-config-prettier": "~10.1.8",
3838
"eslint-config-taro": "~3.6.37",
3939
"eslint-plugin-import": "~2.32.0",
40-
"eslint-plugin-prettier": "~5.5.3",
40+
"eslint-plugin-prettier": "~5.5.4",
4141
"eslint-plugin-react": "~7.37.5",
4242
"eslint-plugin-react-hooks": "~5.2.0",
4343
"eslint-plugin-react-refresh": "~0.4.20",

packages/prettier-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"prettier-plugin-organize-imports": "~4.2.0",
2929
"prettier-plugin-packagejson": "~2.5.19",
3030
"prettier-plugin-prisma": "~5.0.0",
31-
"prettier-plugin-tailwindcss": "0.6.12"
31+
"prettier-plugin-tailwindcss": "0.6.14"
3232
},
3333
"publishConfig": {
3434
"access": "public",

packages/tools-mono/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@
2323
},
2424
"dependencies": {
2525
"@changesets/changelog-github": "^0.5.1",
26-
"@changesets/cli": "~2.29.5",
26+
"@changesets/cli": "~2.29.6",
2727
"@commitlint/cli": "~19.8.1",
2828
"@commitlint/config-conventional": "~19.8.1",
2929
"@release-it/conventional-changelog": "~10.0.1",
3030
"commitizen": "~4.3.1",
3131
"cz-conventional-changelog": "~3.3.0",
32-
"lint-staged": "~16.1.2",
32+
"lint-staged": "~16.1.5",
3333
"release-it": "~19.0.4",
3434
"sherif": "~1.6.1",
35-
"simple-git-hooks": "~2.13.0",
36-
"turbo": "~2.5.5"
35+
"simple-git-hooks": "~2.13.1",
36+
"turbo": "~2.5.6"
3737
},
3838
"publishConfig": {
3939
"access": "public",

packages/tools-script/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
"extends": "@xstools-dev/eslint-config/base"
3232
},
3333
"dependencies": {
34-
"@dotenvx/dotenvx": "1.32.1",
35-
"@malagu/cli": "2.58.0",
34+
"@dotenvx/dotenvx": "1.49.0",
35+
"@malagu/cli": "2.60.3",
3636
"@wesvg/cli": "^0.4.0",
3737
"babel-plugin-import": "~1.13.8",
3838
"chokidar": "~4.0.3",
3939
"del-cli": "~6.0.0",
40-
"miniprogram-ci": "~2.1.14",
40+
"miniprogram-ci": "~2.1.26",
4141
"port-client": "^1.4.5",
4242
"tsup": "~8.5.0"
4343
},

0 commit comments

Comments
 (0)