Skip to content

Commit d58566b

Browse files
fix(deps): update all non-major dependencies
1 parent aa166a8 commit d58566b

File tree

7 files changed

+249
-247
lines changed

7 files changed

+249
-247
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
},
3838
"devDependencies": {
3939
"@babel/types": "^7.28.4",
40-
"@eslint/js": "^9.36.0",
40+
"@eslint/js": "^9.37.0",
4141
"@types/babel__core": "^7.20.5",
4242
"@types/convert-source-map": "^2.0.3",
4343
"@types/debug": "^4.1.12",
4444
"@types/fs-extra": "^11.0.4",
4545
"@types/node": "^22.18.8",
4646
"@vitejs/release-scripts": "^1.6.0",
47-
"eslint": "^9.36.0",
47+
"eslint": "^9.37.0",
4848
"eslint-import-resolver-typescript": "^4.4.4",
4949
"eslint-plugin-import-x": "^4.16.1",
5050
"eslint-plugin-n": "^17.23.1",
@@ -53,13 +53,13 @@
5353
"fs-extra": "^11.3.2",
5454
"lint-staged": "^16.2.3",
5555
"picocolors": "^1.1.1",
56-
"playwright-chromium": "^1.55.1",
56+
"playwright-chromium": "^1.56.0",
5757
"prettier": "3.6.2",
5858
"rollup": "^4.52.3",
5959
"simple-git-hooks": "^2.13.1",
6060
"tsx": "^4.20.6",
6161
"typescript": "^5.9.3",
62-
"typescript-eslint": "^8.45.0",
62+
"typescript-eslint": "^8.46.0",
6363
"vite": "catalog:",
6464
"vitest": "^3.2.4",
6565
"vue": "catalog:"
@@ -81,5 +81,5 @@
8181
"eslint --cache --fix"
8282
]
8383
},
84-
"packageManager": "pnpm@10.17.1"
84+
"packageManager": "pnpm@10.18.1"
8585
}

packages/plugin-vue-jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@babel/core": "^7.28.4",
3939
"@babel/plugin-syntax-typescript": "^7.27.1",
4040
"@babel/plugin-transform-typescript": "^7.28.0",
41-
"@rolldown/pluginutils": "^1.0.0-beta.41",
41+
"@rolldown/pluginutils": "^1.0.0-beta.42",
4242
"@vue/babel-plugin-jsx": "^1.5.0"
4343
},
4444
"devDependencies": {

packages/plugin-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
"vue": "catalog:"
5151
},
5252
"dependencies": {
53-
"@rolldown/pluginutils": "1.0.0-beta.41"
53+
"@rolldown/pluginutils": "1.0.0-beta.42"
5454
}
5555
}

playground/vue-sourcemap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@vitejs/plugin-vue": "workspace:*",
14-
"less": "^4.4.1",
14+
"less": "^4.4.2",
1515
"postcss-nested": "^7.0.2",
1616
"sass": "^1.93.2"
1717
},

playground/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@vitejs/plugin-vue": "workspace:*",
1818
"js-yaml": "^4.1.0",
19-
"less": "^4.4.1",
19+
"less": "^4.4.2",
2020
"pug": "^3.0.3",
2121
"sass": "^1.93.2",
2222
"stylus": "^0.64.0"

0 commit comments

Comments
 (0)