Skip to content

Commit 8861672

Browse files
committed
chore(deps): update package dependencies
- Updated various dependencies in package.json files for frontend modules: - Bumped versions of eslint, vitest, and other devDependencies in the main package. - Updated es-toolkit in common package. - Upgraded vue and related plugins in components and render packages. - Updated axios and express in the server package. - Bumped autoprefixer, cssnano, and sass in the compiler package.
1 parent 8bda4ec commit 8861672

7 files changed

Lines changed: 23 additions & 23 deletions

File tree

fe/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@
2525
"lint:fix": "oxlint --fix"
2626
},
2727
"devDependencies": {
28-
"@antfu/eslint-config": "^6.1.0",
29-
"@eslint/eslintrc": "^3.3.1",
30-
"@vitest/coverage-v8": "^4.0.4",
28+
"@antfu/eslint-config": "^6.6.1",
29+
"@eslint/eslintrc": "^3.3.3",
30+
"@vitest/coverage-v8": "^4.0.15",
3131
"archiver": "^7.0.1",
32-
"eslint": "^9.38.0",
32+
"eslint": "^9.39.1",
3333
"fs-extra": "^11.3.2",
3434
"npm-run-all": "^4.1.5",
35-
"oxlint": "^1.24.0",
35+
"oxlint": "^1.32.0",
3636
"typescript": "^5.9.3",
37-
"vite": "^7.1.12",
38-
"vitest": "^4.0.4"
37+
"vite": "^7.2.7",
38+
"vitest": "^4.0.15"
3939
},
4040
"volta": {
4141
"node": "22.15.0"

fe/packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"coverage": "vitest run --coverage"
2222
},
2323
"dependencies": {
24-
"es-toolkit": "^1.41.0"
24+
"es-toolkit": "^1.42.0"
2525
}
2626
}

fe/packages/compiler/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,19 @@
4949
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
5050
"@babel/traverse": "^7.28.5",
5151
"@babel/types": "^7.28.5",
52-
"@vue/compiler-sfc": "^3.5.22",
53-
"autoprefixer": "^10.4.21",
52+
"@vue/compiler-sfc": "^3.5.25",
53+
"autoprefixer": "^10.4.22",
5454
"cheerio": "^1.1.2",
5555
"chokidar": "^4.0.3",
5656
"commander": "^14.0.2",
57-
"cssnano": "^7.1.1",
58-
"esbuild": "^0.25.11",
57+
"cssnano": "^7.1.2",
58+
"esbuild": "^0.25.12",
5959
"htmlparser2": "^10.0.0",
6060
"less": "^4.4.2",
6161
"listr2": "^9.0.5",
6262
"postcss": "^8.5.6",
63-
"postcss-selector-parser": "^7.1.0",
64-
"sass": "^1.93.2",
63+
"postcss-selector-parser": "^7.1.1",
64+
"sass": "^1.95.1",
6565
"typescript": "^5.9.3"
6666
},
6767
"publishConfig": {

fe/packages/components/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
},
2323
"dependencies": {
2424
"@dimina/common": "workspace:^",
25-
"vue": "^3.5.22"
25+
"vue": "^3.5.25"
2626
},
2727
"devDependencies": {
28-
"@vitejs/plugin-vue": "^6.0.1",
29-
"terser": "^5.44.0",
30-
"unplugin-auto-import": "^20.2.0"
28+
"@vitejs/plugin-vue": "^6.0.2",
29+
"terser": "^5.44.1",
30+
"unplugin-auto-import": "^20.3.0"
3131
}
3232
}

fe/packages/container/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"http-server": "^14.1.1",
2323
"qrcode": "^1.5.4",
24-
"sass": "^1.93.2",
24+
"sass": "^1.95.1",
2525
"vite-plugin-html-minifier": "^1.0.5"
2626
}
2727
}

fe/packages/render/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"@dimina/common": "workspace:^",
2222
"@dimina/components": "workspace:^",
2323
"mitt": "^3.0.1",
24-
"vue": "^3.5.22"
24+
"vue": "^3.5.25"
2525
},
2626
"devDependencies": {
27-
"@vitejs/plugin-vue": "^6.0.1"
27+
"@vitejs/plugin-vue": "^6.0.2"
2828
}
2929
}

fe/packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"author": "doslin",
1010
"private": true,
1111
"dependencies": {
12-
"axios": "^1.13.1",
12+
"axios": "^1.13.2",
1313
"cors": "^2.8.5",
14-
"express": "^5.1.0"
14+
"express": "^5.2.1"
1515
}
1616
}

0 commit comments

Comments
 (0)