Skip to content

Commit 84d30ec

Browse files
committed
chore: update dependencies
1 parent ed7d281 commit 84d30ec

File tree

4 files changed

+749
-752
lines changed

4 files changed

+749
-752
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,24 @@
2121
},
2222
"devDependencies": {
2323
"@changesets/cli": "^2.30.0",
24-
"@commitlint/cli": "^20.4.3",
25-
"@commitlint/config-conventional": "^20.4.3",
24+
"@commitlint/cli": "^20.5.0",
25+
"@commitlint/config-conventional": "^20.5.0",
2626
"@resolid/config": "^5.1.1",
2727
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
2828
"@tailwindcss/language-server": "^0.14.29",
2929
"@types/node": "^24.12.0",
3030
"eslint-plugin-react-hooks": "^7.0.1",
3131
"eslint-plugin-react-you-might-not-need-an-effect": "^0.9.2",
32-
"lefthook": "^2.1.3",
33-
"oxfmt": "^0.37.0",
34-
"oxlint": "^1.52.0",
32+
"lefthook": "^2.1.4",
33+
"oxfmt": "^0.40.0",
34+
"oxlint": "^1.56.0",
3535
"typescript": "^5.9.3"
3636
},
3737
"engines": {
3838
"node": "^22.13.0 || >=24",
3939
"pnpm": "10.x"
4040
},
41-
"packageManager": "pnpm@10.32.0",
41+
"packageManager": "pnpm@10.32.1",
4242
"pnpm": {
4343
"onlyBuiltDependencies": [
4444
"esbuild",

packages/react-ui/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
},
4949
"dependencies": {
5050
"@floating-ui/react": "^0.27.19",
51-
"@resolid/utils": "^1.3.1",
52-
"@tanstack/react-virtual": "^3.13.21",
51+
"@resolid/utils": "^1.3.2",
52+
"@tanstack/react-virtual": "^3.13.23",
5353
"tailwind-variants": "^3.2.2"
5454
},
5555
"devDependencies": {
@@ -59,14 +59,14 @@
5959
"@testing-library/user-event": "^14.6.1",
6060
"@types/react": "^19.2.14",
6161
"@types/react-dom": "^19.2.3",
62-
"@vitest/pretty-format": "^4.0.18",
62+
"@vitest/pretty-format": "^4.1.0",
6363
"axe-core": "^4.11.1",
6464
"babel-plugin-react-compiler": "^1.0.0",
65-
"jsdom": "^28.1.0",
65+
"jsdom": "^29.0.0",
6666
"react": "^19.2.4",
6767
"react-dom": "^19.2.4",
68-
"tsdown": "^0.21.1",
69-
"vitest": "^4.0.18"
68+
"tsdown": "^0.21.4",
69+
"vitest": "^4.1.0"
7070
},
7171
"peerDependencies": {
7272
"react": "^19.2.4",

0 commit comments

Comments
 (0)