Skip to content

Commit e0ba79f

Browse files
committed
chore: upgrade deps
1 parent ec52fae commit e0ba79f

File tree

5 files changed

+377
-347
lines changed

5 files changed

+377
-347
lines changed

eslint.config.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
import { sxzz } from '@sxzz/eslint-config'
2-
export default sxzz([], { vue: true })
2+
export default sxzz(
3+
{
4+
rules: { 'sxzz/require-package-field': 'error' },
5+
},
6+
{ vue: true },
7+
)

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-jsx-string",
33
"version": "0.9.1",
4-
"packageManager": "pnpm@10.5.2",
4+
"packageManager": "pnpm@10.6.1",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"type": "module",
77
"keywords": [
@@ -74,21 +74,21 @@
7474
"unplugin-utils": "^0.2.4"
7575
},
7676
"devDependencies": {
77-
"@sxzz/eslint-config": "^5.2.0",
78-
"@sxzz/prettier-config": "^2.2.0",
77+
"@sxzz/eslint-config": "^5.3.0",
78+
"@sxzz/prettier-config": "^2.2.1",
7979
"@types/benchmark": "^2.1.5",
8080
"@types/jsesc": "^3.0.3",
81-
"@types/node": "^22.13.9",
81+
"@types/node": "^22.13.10",
8282
"@types/react": "^19.0.10",
8383
"benchmark": "^2.1.4",
8484
"bumpp": "^10.0.3",
85-
"eslint": "^9.21.0",
85+
"eslint": "^9.22.0",
8686
"prettier": "^3.5.3",
87-
"tsdown": "^0.6.3",
87+
"tsdown": "^0.6.4",
8888
"tsx": "^4.19.3",
8989
"typescript": "^5.8.2",
90-
"vite": "^6.2.0",
91-
"vitest": "^3.0.7"
90+
"vite": "^6.2.1",
91+
"vitest": "^3.0.8"
9292
},
9393
"engines": {
9494
"node": ">=18.12.0"

playground/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "unplugin-jsx-string-playground",
33
"version": "0.0.0",
4-
"packageManager": "[email protected]",
54
"license": "MIT",
65
"author": "三咲智子 <[email protected]>",
76
"scripts": {
@@ -23,7 +22,7 @@
2322
"unocss": "^66.1.0-beta.3",
2423
"unplugin-auto-import": "^19.1.1",
2524
"unplugin-vue-components": "^28.4.1",
26-
"vite": "^6.2.0",
25+
"vite": "^6.2.1",
2726
"vue-tsc": "^2.2.8"
2827
}
2928
}

0 commit comments

Comments
 (0)