Skip to content

Commit a9f5b11

Browse files
renovate[bot]sxzz
andauthored
chore(deps): update dependency prettier to v3.2.5 (#352)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <[email protected]>
1 parent 70e5df9 commit a9f5b11

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"npm-run-all2": "^6.1.2",
6060
"picocolors": "^1.0.0",
6161
"playwright-chromium": "^1.41.1",
62-
"prettier": "3.2.4",
62+
"prettier": "3.2.5",
6363
"resolve": "^1.22.8",
6464
"rollup": "^4.9.6",
6565
"rollup-plugin-license": "^3.2.0",

packages/plugin-vue-jsx/tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"declaration": true,
1111
"sourceMap": true,
1212
"noUnusedLocals": true,
13-
"esModuleInterop": true,
14-
},
13+
"esModuleInterop": true
14+
}
1515
}

packages/plugin-vue/tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"noUnusedLocals": true,
1414
"esModuleInterop": true,
1515
"baseUrl": ".",
16-
"resolveJsonModule": true,
17-
},
16+
"resolveJsonModule": true
17+
}
1818
}

playground/tsconfig.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"jsx": "preserve",
1616
"types": ["vite/client", "node"],
1717
"paths": {
18-
"~utils": ["./test-utils.ts"],
19-
},
20-
},
18+
"~utils": ["./test-utils.ts"]
19+
}
20+
}
2121
}

playground/vue/tsconfig.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"allowJs": true,
77
"paths": {
88
"~utils": ["../test-utils.ts"],
9-
"~types": ["./types-aliased.d.ts"],
10-
},
9+
"~types": ["./types-aliased.d.ts"]
10+
}
1111
},
12-
"include": ["."],
12+
"include": ["."]
1313
}

pnpm-lock.yaml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"esModuleInterop": true,
1010
"skipLibCheck": true,
1111
"noUnusedLocals": true,
12-
"forceConsistentCasingInFileNames": true,
13-
},
12+
"forceConsistentCasingInFileNames": true
13+
}
1414
}

0 commit comments

Comments
 (0)