Skip to content

Commit 4cc89fc

Browse files
committed
chore: integrated bumpp
Signed-off-by: Neko Ayaka <[email protected]>
1 parent 39bca36 commit 4cc89fc

File tree

6 files changed

+392
-34
lines changed

6 files changed

+392
-34
lines changed

cspell.config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ ignorePaths: []
33
dictionaryDefinitions: []
44
dictionaries: []
55
words:
6+
- antfu
7+
- bumpp
68
- defu
79
- execa
810
- guiiai

examples/neuri/weather-query/tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"module": "ESNext",
55
"moduleResolution": "Bundler",
66
"strict": true,
7+
"esModuleInterop": true,
8+
"isolatedModules": true,
79
"skipLibCheck": true
810
}
911
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@antfu/eslint-config": "^2.12.2",
4141
"@antfu/ni": "^0.21.12",
4242
"@types/node": "^20.12.5",
43-
"bumpp": "^9.5.2",
43+
"bumpp": "^9.7.1",
4444
"eslint": "^8.57.0",
4545
"rimraf": "^5.0.5",
4646
"typescript": "^5.4.4",

0 commit comments

Comments
 (0)