Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Aug 22, 2024
1 parent 383efcd commit 97dc5b5
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 1,402 deletions.
6 changes: 4 additions & 2 deletions .tshy/commonjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
"include": [
"../src/**/*.ts",
"../src/**/*.cts",
"../src/**/*.tsx"
"../src/**/*.tsx",
"../src/**/*.json"
],
"exclude": [
"../src/**/*.mts"
"../src/**/*.mts",
"../src/package.json"
],
"compilerOptions": {
"outDir": "../.tshy-build/commonjs"
Expand Down
7 changes: 5 additions & 2 deletions .tshy/esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
"include": [
"../src/**/*.ts",
"../src/**/*.mts",
"../src/**/*.tsx"
"../src/**/*.tsx",
"../src/**/*.json"
],
"exclude": [
"../src/package.json"
],
"exclude": [],
"compilerOptions": {
"outDir": "../.tshy-build/esm"
}
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@
},
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@changesets/cli": "2.27.7",
"@total-typescript/tsconfig": "1.0.4",
"@types/react": "18.3.2",
"prettier": "3.2.5",
"@types/react": "18.3.4",
"prettier": "3.3.3",
"react": "18.3.1",
"tshy": "1.14.0",
"typescript": "5.4.5"
"tshy": "3.0.2",
"typescript": "5.5.4"
},
"peerDependencies": {
"react": "^0.14.10 || ^15.7.0 || ^16.14.0 || >=17"
Expand All @@ -95,7 +95,7 @@
"optional": true
}
},
"packageManager": "pnpm@9.1.1",
"packageManager": "pnpm@9.8.0",
"tshy": {
"exports": {
"./base.css": "./base.css",
Expand Down
Loading

0 comments on commit 97dc5b5

Please sign in to comment.