Skip to content

Commit f6a87aa

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

File tree

7 files changed

+537
-370
lines changed

7 files changed

+537
-370
lines changed

.oxfmtrc.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

oxfmt.config.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import type { OxfmtConfig } from "oxfmt";
2+
import { oxfmtConfig } from "@resolid/config/oxfmt";
3+
4+
export default oxfmtConfig({
5+
sortTailwindcss: {
6+
stylesheet: "./website/src/root.css",
7+
functions: ["tx", "tv"],
8+
preserveWhitespace: true,
9+
},
10+
}) as OxfmtConfig;

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
"@changesets/cli": "^2.30.0",
2424
"@commitlint/cli": "^20.5.0",
2525
"@commitlint/config-conventional": "^20.5.0",
26-
"@resolid/config": "^5.1.1",
26+
"@resolid/config": "^5.2.2",
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",
3232
"lefthook": "^2.1.4",
33-
"oxfmt": "^0.40.0",
33+
"oxfmt": "^0.41.0",
3434
"oxlint": "^1.56.0",
3535
"typescript": "^5.9.3"
3636
},

packages/react-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"@floating-ui/react": "^0.27.19",
51-
"@resolid/utils": "^1.3.2",
51+
"@resolid/utils": "^1.3.5",
5252
"@tanstack/react-virtual": "^3.13.23",
5353
"tailwind-variants": "^3.2.2"
5454
},
@@ -71,7 +71,7 @@
7171
"peerDependencies": {
7272
"react": "^19.2.4",
7373
"react-dom": "^19.2.4",
74-
"tailwindcss": "^4.2.1"
74+
"tailwindcss": "^4.2.2"
7575
},
7676
"reactDoctor": {
7777
"ignore": {

pnpm-lock.yaml

Lines changed: 517 additions & 337 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@
1414
"@mdx-js/react": "^3.1.1",
1515
"@react-router/node": "^7.13.1",
1616
"@resolid/react-ui": "workspace:^",
17-
"@resolid/utils": "^1.3.2",
17+
"@resolid/utils": "^1.3.5",
1818
"@tailwindcss/typography": "^0.5.19",
1919
"@vercel/analytics": "^2.0.1",
2020
"isbot": "^5.1.36",
2121
"minisearch": "^7.2.0",
2222
"react": "^19.2.4",
2323
"react-dom": "^19.2.4",
2424
"react-router": "^7.13.1",
25-
"tailwindcss": "^4.2.1"
25+
"tailwindcss": "^4.2.2"
2626
},
2727
"devDependencies": {
2828
"@mdx-js/rollup": "^3.1.1",
2929
"@react-router/dev": "^7.13.1",
30-
"@resolid/config": "^5.1.1",
30+
"@resolid/config": "^5.2.2",
3131
"@resolid/dev": "^0.3.2",
3232
"@shikijs/rehype": "^4.0.2",
33-
"@tailwindcss/vite": "^4.2.1",
33+
"@tailwindcss/vite": "^4.2.2",
3434
"@types/react": "^19.2.14",
3535
"@types/react-dom": "^19.2.3",
3636
"babel-plugin-react-compiler": "^1.0.0",
@@ -47,7 +47,7 @@
4747
"remove-markdown": "^0.6.3",
4848
"unist-util-visit": "^5.1.0",
4949
"vite": "^7.3.1",
50-
"vite-plugin-babel": "^1.5.1",
50+
"vite-plugin-babel": "^1.6.0",
5151
"vite-plugin-inspect": "^11.3.3",
5252
"vite-tsconfig-paths": "^6.1.1",
5353
"yaml": "^2.8.2"

website/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"src/**/*",
77
"env.d.ts",
88
"react-router.config.ts",
9+
"resolid.config.ts",
910
"vite.config.ts",
1011
"oxlint.config.ts"
1112
],

0 commit comments

Comments
 (0)