Skip to content

Commit c319317

Browse files
committed
chore: update deps
1 parent 2406ca8 commit c319317

File tree

10 files changed

+143
-110
lines changed

10 files changed

+143
-110
lines changed

cspell.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
23
"version": "0.2",
34
"language": "en,en-US",
45
"allowCompoundWords": true,
@@ -40,5 +41,12 @@
4041
"vite",
4142
"echarts"
4243
],
43-
"ignorePaths": ["**/node_modules/**", "**/dist/**", "**/iconify/**"]
44+
"ignorePaths": [
45+
"**/node_modules/**",
46+
"**/dist/**",
47+
"**/*-dist/**",
48+
"**/iconify/**",
49+
"pnpm-lock.yaml",
50+
"**/*.log"
51+
]
4452
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"eslint-config-prettier": "^9.1.0",
3939
"eslint-plugin-eslint-comments": "^3.2.0",
4040
"eslint-plugin-i": "^2.29.1",
41-
"eslint-plugin-jsdoc": "^48.5.2",
41+
"eslint-plugin-jsdoc": "^48.6.0",
4242
"eslint-plugin-jsonc": "^2.16.0",
4343
"eslint-plugin-n": "^17.9.0",
4444
"eslint-plugin-no-only-tests": "^3.1.0",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@stylistic/stylelint-plugin": "^2.1.2",
3232
"stylelint-config-recess-order": "^5.0.1",
33-
"stylelint-scss": "^6.3.2"
33+
"stylelint-scss": "^6.4.0"
3434
},
3535
"devDependencies": {
3636
"postcss": "^8.4.39",
@@ -39,7 +39,7 @@
3939
"prettier": "^3.3.2",
4040
"stylelint": "^16.6.1",
4141
"stylelint-config-recommended": "^14.0.1",
42-
"stylelint-config-recommended-scss": "^14.0.0",
42+
"stylelint-config-recommended-scss": "^14.1.0",
4343
"stylelint-config-recommended-vue": "^1.5.0",
4444
"stylelint-config-standard": "^36.0.1",
4545
"stylelint-order": "^6.0.4",

internal/tailwind-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"tailwindcss": "^3.4.3"
4848
},
4949
"dependencies": {
50-
"@iconify/json": "^2.2.225",
50+
"@iconify/json": "^2.2.226",
5151
"@iconify/tailwind": "^1.1.1",
5252
"@tailwindcss/forms": "^0.5.7",
5353
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",

internal/vite-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dotenv": "^16.4.5",
4646
"rollup": "^4.18.1",
4747
"rollup-plugin-visualizer": "^5.12.0",
48-
"sass": "^1.77.6",
48+
"sass": "^1.77.7",
4949
"unplugin-turbo-console": "^1.9.0",
5050
"vite": "^5.3.3",
5151
"vite-plugin-compression": "^0.5.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"check": "pnpm run check:dep && pnpm run check:circular && pnpm run check:type && pnpm run check:spell",
3131
"check:circular": "vsh check-circular",
3232
"check:dep": "vsh check-dep",
33-
"check:spell": "cspell \"**/*.ts\" \"**/README.md\" \".changeset/*.md\" --no-progress",
33+
"check:cspell": "cspell lint \"**/*.ts\" \"**/README.md\" \".changeset/*.md\" --no-progress",
3434
"check:type": "turbo run typecheck",
3535
"clean": "vsh clean",
3636
"commit": "czg",

packages/@core/ui-kit/shadcn-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@vben-core/typings": "workspace:*",
5050
"@vueuse/core": "^10.11.0",
5151
"class-variance-authority": "^0.7.0",
52-
"lucide-vue-next": "^0.406.0",
52+
"lucide-vue-next": "^0.407.0",
5353
"radix-vue": "^1.9.0",
5454
"vue": "^3.4.31"
5555
}

0 commit comments

Comments
 (0)