Skip to content

Commit 97f3bf7

Browse files
fix(deps): update all non-major dependencies (#243)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cf0ed7f commit 97f3bf7

File tree

2 files changed

+284
-283
lines changed

2 files changed

+284
-283
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-element-plus",
33
"version": "0.10.0",
4-
"packageManager": "pnpm@10.14.0",
4+
"packageManager": "pnpm@10.15.0",
55
"type": "module",
66
"keywords": [
77
"element-plus",
@@ -63,9 +63,9 @@
6363
},
6464
"dependencies": {
6565
"es-module-lexer": "^1.7.0",
66-
"magic-string": "^0.30.17",
67-
"unplugin": "^2.3.6",
68-
"unplugin-utils": "^0.2.5"
66+
"magic-string": "^0.30.18",
67+
"unplugin": "^2.3.8",
68+
"unplugin-utils": "^0.3.0"
6969
},
7070
"devDependencies": {
7171
"@sxzz/eslint-config": "^5.3.0",
@@ -75,14 +75,14 @@
7575
"bumpp": "^10.2.3",
7676
"esbuild": "~0.25.9",
7777
"escape-string-regexp": "^5.0.0",
78-
"eslint": "^9.33.0",
78+
"eslint": "^9.34.0",
7979
"fast-glob": "^3.3.3",
8080
"prettier": "^3.6.2",
81-
"rollup": "^4.46.3",
81+
"rollup": "^4.48.0",
8282
"tsdown": "^0.14.1",
83-
"tsx": "^4.20.4",
83+
"tsx": "^4.20.5",
8484
"typescript": "^5.9.2",
85-
"vite": "^7.1.2",
85+
"vite": "^7.1.3",
8686
"vitest": "^3.2.4"
8787
},
8888
"engines": {

0 commit comments

Comments
 (0)