Skip to content

Commit dcff410

Browse files
committed
Update pnpm to 10.9.0
1 parent 53f08cc commit dcff410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"format": "prettier --cache -w {site,packages,scripts,template}/**/*.{js,ts,json,css,tsx,jsx,md,html}",
1717
"lint:packages": "eslint --max-warnings 0 \"packages/*/src/**/*\"",
1818
"lint:tests": "eslint \"packages/*/test/**\" --rule \"no-only-tests/no-only-tests: error\"",
19-
"lint": "pnpm run \"/^lint:.*/\"",
19+
"lint": "pnpm run \"/^lint:.*/\"",
2020
"test:client": "vitest -c ./configs/vitest.config.ts",
2121
"test:ssr": "pnpm run test:client --mode ssr",
2222
"test": "pnpm run test:client && pnpm run test:ssr",
@@ -57,7 +57,7 @@
5757
"vite-plugin-solid": "^2.10.2",
5858
"vitest": "^2.1.0"
5959
},
60-
"packageManager": "pnpm@9.9.0",
60+
"packageManager": "pnpm@10.9.0",
6161
"engines": {
6262
"node": ">=20.0.0"
6363
}

0 commit comments

Comments
 (0)