Skip to content

Commit 8c973e4

Browse files
committed
docs: update git commit sha
1 parent 360b93a commit 8c973e4

File tree

5 files changed

+182
-182
lines changed

5 files changed

+182
-182
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"tailwindCSS.classFunctions": ["tv", "tx"],
1111
"tailwindCSS.experimental.configFile": "./website/src/root.css",
12-
"typescript.tsdk": "node_modules/typescript/lib",
12+
"js/ts.tsdk.path": "node_modules/typescript/lib",
1313
"npm.enableRunFromFolder": true,
1414
"npm.exclude": ["**/build/**", "**/.vercel/**"],
1515
"files.watcherExclude": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
"eslint-plugin-react-you-might-not-need-an-effect": "^0.9.2",
3232
"lefthook": "^2.1.3",
3333
"oxfmt": "^0.36.0",
34-
"oxlint": "^1.51.0",
34+
"oxlint": "^1.52.0",
3535
"typescript": "^5.9.3"
3636
},
3737
"engines": {
3838
"node": "^22.13.0 || >=24",
3939
"pnpm": "10.x"
4040
},
41-
"packageManager": "pnpm@10.31.0",
41+
"packageManager": "pnpm@10.32.0",
4242
"pnpm": {
4343
"onlyBuiltDependencies": [
4444
"esbuild",

packages/react-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"jsdom": "^28.1.0",
6666
"react": "^19.2.4",
6767
"react-dom": "^19.2.4",
68-
"tsdown": "^0.21.0",
68+
"tsdown": "^0.21.1",
6969
"vitest": "^4.0.18"
7070
},
7171
"peerDependencies": {

0 commit comments

Comments
 (0)