Skip to content

Commit d2fa213

Browse files
committed
update devDeps
1 parent f3b2bf1 commit d2fa213

File tree

5 files changed

+505
-910
lines changed

5 files changed

+505
-910
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
node-version: [14.x, 16.x, 18.x, 20.x]
9+
node-version: [16.x, 18.x, 20.x, 21.x]
1010
platform:
1111
- os: ubuntu-latest
1212
shell: bash

.tshy/commonjs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"../src/**/*.tsx"
77
],
88
"exclude": [
9-
".../src/**/*.mts"
9+
"../src/**/*.mts"
1010
],
1111
"compilerOptions": {
1212
"outDir": "../.tshy-build-tmp/commonjs"

.tshy/esm.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"../src/**/*.mts",
66
"../src/**/*.tsx"
77
],
8+
"exclude": [],
89
"compilerOptions": {
910
"outDir": "../.tshy-build-tmp/esm"
1011
}

0 commit comments

Comments
 (0)