Skip to content

Commit 832a7bc

Browse files
committed
chore: update deps
1 parent 89dcf52 commit 832a7bc

File tree

5 files changed

+199
-192
lines changed

5 files changed

+199
-192
lines changed

.stylelintignore

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ dist
22
public
33
__tests__
44
coverage
5-
ui-kit

internal/lint-configs/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"eslint": "^9.8.0",
4040
"eslint-config-prettier": "^9.1.0",
4141
"eslint-plugin-eslint-comments": "^3.2.0",
42-
"eslint-plugin-jsdoc": "^48.9.2",
42+
"eslint-plugin-jsdoc": "^48.10.1",
4343
"eslint-plugin-jsonc": "^2.16.0",
4444
"eslint-plugin-n": "^17.10.1",
4545
"eslint-plugin-no-only-tests": "^3.1.0",

internal/lint-configs/stylelint-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929
},
3030
"dependencies": {
31-
"@stylistic/stylelint-plugin": "^2.1.3",
31+
"@stylistic/stylelint-plugin": "^3.0.0",
3232
"stylelint-config-recess-order": "^5.0.1",
3333
"stylelint-scss": "^6.4.1"
3434
},
@@ -37,7 +37,7 @@
3737
"postcss-html": "^1.7.0",
3838
"postcss-scss": "^4.0.9",
3939
"prettier": "^3.3.3",
40-
"stylelint": "^16.8.0",
40+
"stylelint": "^16.8.1",
4141
"stylelint-config-recommended": "^14.0.1",
4242
"stylelint-config-recommended-scss": "^14.1.0",
4343
"stylelint-config-recommended-vue": "^1.5.0",

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@
6666
"@vben/vite-config": "workspace:*",
6767
"@vben/vsh": "workspace:*",
6868
"@vue/test-utils": "^2.4.6",
69+
"autoprefixer": "^10.4.19",
6970
"cross-env": "^7.0.3",
70-
"cspell": "^8.12.1",
71+
"cspell": "^8.13.0",
7172
"husky": "^9.1.4",
7273
"is-ci": "^3.0.1",
7374
"jsdom": "^24.1.1",

0 commit comments

Comments
 (0)