Skip to content

Commit 505e1c3

Browse files
committed
chore: bump node-style-text to v1.0.0
1 parent 344fe3e commit 505e1c3

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"eslint-plugin-format": "^1.0.1",
9797
"husky": "^9.1.7",
9898
"lint-staged": "^16.1.2",
99-
"node-style-text": "^0.0.8",
99+
"node-style-text": "^1.0.0",
100100
"tsx": "^4.20.3",
101101
"typescript": "^5.9.2",
102102
"unbuild": "^3.6.0",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vitest.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import { defineConfig } from "vitest/config";
22

33
export default defineConfig({
44
test: {
5-
projects: [
6-
"src",
7-
"test",
8-
],
5+
deps: {
6+
// https://github.com/fisker/node-style-text/issues/27
7+
interopDefault: false,
8+
},
99
},
1010
},
1111
);

0 commit comments

Comments
 (0)